Update a contact by ID (contactId
) or unique property value (idProperty
). Provided property values will be overwritten. Read-only and non-existent properties will result in an error. Properties values can be cleared by passing an empty string.
crm.objects.contacts.write
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the contact to update.
Represents the input required to create or update a CRM object, containing an object with property names and their corresponding values.
successful operation
A simple public object.