update_contact
Update a contact in Xero by providing the contact ID and any fields to change. Only the specified fields are modified.
Instructions
[WRITE] Update an existing contact (only supplied fields change).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | Org to target: a tenantId, a tenant-name substring, or an alias from XERO_ORG_ALIASES. Defaults to the first connected org. | |
| contactId | Yes | The Xero contactID (GUID) to update. | |
| name | No | ||
| firstName | No | ||
| lastName | No | ||
| emailAddress | No | ||
| phone | No | ||
| contactStatus | No | Set ARCHIVED to archive the contact. | |
| raw | No | Advanced: extra Contact fields. |