curl --request PATCH \
--url https://api.hubapi.com/crm/objects/2026-03/{objectType}/{objectId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"properties": {}
}
'{
"archived": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"properties": {},
"updatedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"objectWriteTraceId": "<string>",
"propertiesWithHistory": {},
"url": "<string>"
}curl --request PATCH \
--url https://api.hubapi.com/crm/objects/2026-03/{objectType}/{objectId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"properties": {}
}
'{
"archived": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"properties": {},
"updatedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z",
"objectWriteTraceId": "<string>",
"propertiesWithHistory": {},
"url": "<string>"
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
L'ID du rendez-vous.
objectTypeId de type d'objet
Le nom d'une propriété dont les valeurs sont uniques pour ce type d'objet
Représente l'entrée requise pour créer ou mettre à jour un objet CRM, contenant un objet avec des noms de propriétés et leurs valeurs correspondantes.
Paires clé-valeur représentant les propriétés de l'objet.
Show child attributes
successful operation
Un objet public simple.
Si l'objet est archivé.
L'horodatage du moment où l'objet a été créé, au format ISO 8601.
L'ID unique de l'objet.
Paires clé-valeur représentant les propriétés de l'objet.
Show child attributes
L'horodatage du moment où l'objet a été mis à jour pour la dernière fois, au format ISO 8601.
L'horodatage du moment où l'objet a été archivé, au format ISO 8601.
L'ID unique permettant d'identifier chaque opération d'écriture, qui sera renvoyé avec les erreurs éventuelles afin d'identifier quelle requête a rencontré quelle erreur.
Paires clé-valeur représentant les propriétés de l'objet avec leur historique.
Show child attributes
URL pour accéder à l'objet