curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/invoices/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Archiva varias facturas por sus ID en una sola solicitud. Esta operación mueve las facturas especificadas al archivo, lo que las vuelve inactivas pero recuperables para consultas en el futuro.
curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/invoices/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