Perform a partial update of an Object identified by {objectId}
. {objectId}
refers to the internal object ID by default, or optionally any unique property value as specified by the idProperty
query param. Provided property values will be overwritten. Read-only and non-existent properties will be ignored. Properties values can be cleared by passing an empty string.
crm.objects.partner-clients.write
The access token received from the authorization server in the OAuth 2.0 flow.
The name of a property whose values are unique for this object
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.