curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/fees/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.IDを基準に複数の手数料をアーカイブし、実質的にごみ箱に移動します。
curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/fees/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.