Update a contact
update_contactMUTATES Quaderno data — update an existing contact. Only the fields you pass are changed; use fields for any attribute not typed here. Quaderno API: PUT /contacts/{id}. Returns the updated contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The resource id. | |
| No | Contact email address. | ||
| fields | No | Additional raw Quaderno fields merged into the request body (escape hatch for any field not typed above). | |
| tax_id | No | Tax ID / VAT number. | |
| country | No | 2-letter ISO country code. | |
| last_name | No | Person last name. | |
| first_name | No | Person first name / company name. | |
| contact_name | No | Contact person at a company. |