curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/goal_targets/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Archivieren Sie mehrere Zielvorgaben über deren IDs in einem einzigen Batch-Vorgang.
curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/goal_targets/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Unterstützte Produkte
Erforderliche Bereiche