Perform a partial update of an Object identified by {dealId}
or optionally a unique property value as specified by the idProperty
query param. {dealId}
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.
crm.objects.deals.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.