v4
latestOpenAPI 3.0.12026-07-13113471.2 KBBasic
Update
Perform a partial update of an Object identified by {communicationId}or optionally a unique property value as specified by the idProperty query param. {communicationId} refers to the internal object ID by default, and the idProperty query param refers to a property whose values are unique for the object. 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.
patch/crm/objects/2026-09/{objectType}/{objectId}
Path parameters
objectIdstring required
The ID of the communication to update.
objectTypestring required
The type of CRM object to query. Supported values include 'CONTACT' (0-1), 'TICKET' (0-5), 'DEAL' (0-3), 'COMPANY' (0-2), or custom object type IDs.
Query parameters
idPropertystring
The name of a property whose values are unique for this object
Request body
Response
successful operation