update_contact
Update existing contact fields such as company name, contact name, email, phone, VAT number, or notes by providing the contact ID and specifying only the fields to change.
Instructions
Update fields on an existing contact. Only provided fields are changed (PATCH semantics).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Elorus contact ID to update | |
| No | Primary email address | ||
| notes | No | Internal notes | |
| phone | No | Primary phone number | |
| company | No | Company name | |
| is_client | No | Mark as client | |
| last_name | No | Last name | |
| first_name | No | First name | |
| vat_number | No | VAT / tax registration number | |
| is_supplier | No | Mark as supplier |