curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/commerce_payments/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Archiva un lote de pagos de comercio por sus ID. Esta operación mueve los pagos especificados al archivo, haciéndolos inactivos en el sistema.
curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/commerce_payments/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