Portées requises
Cette API requiert l’une des portées suivantes :crm.objects.contacts.write
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Query Parameters
Le nom d'une propriété dont les valeurs sont uniques pour cet objet
Body
Represents the input required to create or update a CRM object, containing an object with property names and their corresponding values.
Key value pairs representing the properties of the object.
"{\"property_date\":\"1572480000000\",\"property_radio\":\"option_1\",\"property_number\":\"17\",\"property_string\":\"value\",\"property_checkbox\":\"false\",\"property_dropdown\":\"choice_b\",\"property_multiple_checkboxes\":\"chocolate;strawberry\"}"
Response
successful operation
A simple public object.
The timestamp when the object was created, in ISO 8601 format.
The unique ID of the object.
"512"
Key-value pairs representing the properties of the object.
"{\"property_date\":\"1572480000000\",\"property_radio\":\"option_1\",\"property_number\":\"17\",\"property_string\":\"value\",\"property_checkbox\":\"false\",\"property_dropdown\":\"choice_b\",\"property_multiple_checkboxes\":\"chocolate;strawberry\"}"
The timestamp when the object was last updated, in ISO 8601 format.
Whether the object is archived.
The timestamp when the object was archived, in ISO 8601 format.
Key-value pairs representing the properties of the object along with their history.