curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/contracts/batch/archive \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Archive a batch of contracts by their IDs. This operation moves the specified contracts to the archive, making them inactive but still retrievable if needed.
curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/contracts/batch/archive \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Supported products
Show child attributes
Was this page helpful?