curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/quotes/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Archivieren Sie mehrere Angebote anhand ihrer IDs in einer einzigen Anfrage und verschieben Sie sie so effektiv in den Papierkorb.
curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/quotes/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