Перейти к основному содержанию
POST
/
v1
/
crm
/
requests
/
{request_id}
/
inventories
/
bulk_delete
cURL
curl --request POST \
  --url https://api.example.com/v1/crm/requests/{request_id}/inventories/bulk_delete/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    123
  ],
  "request": 123
}
'
{
  "ids": [
    123
  ]
}

Параметры пути

request_id
integer
обязательно

Тело

ids
integer[]
обязательно
request
integer | null

Ответ

201 - application/json
ids
integer[]
обязательно