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.Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes