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.Archiva varias cotizaciones por sus ID en una sola solicitud, lo que permite moverlas efectivamente a la papelera de reciclaje.
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.Productos compatibles
Ámbitos Requeridos