curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/contracts/batch/archive \
--header 'Content-Type: application/json' \
--data '{
"inputs": [
{
"id": "<string>"
}
]
}'
This response has no body data.
curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/contracts/batch/archive \
--header 'Content-Type: application/json' \
--data '{
"inputs": [
{
"id": "<string>"
}
]
}'
This response has no body data.
Was this page helpful?