Перейти к основному содержанию
POST
/
v1
/
crm
/
inventorizations
/
bulk_create
cURL
curl --request POST \
  --url https://api.example.com/v1/crm/inventorizations/bulk_create/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "request_id": 123,
  "inventories": [
    {
      "request_inventory": 123,
      "inventory": 123,
      "state": 123,
      "body": "<string>",
      "extra": null,
      "images": [
        123
      ]
    }
  ]
}
'
{
  "inventories": [
    {}
  ]
}

Тело

request_id
integer
обязательно
inventories
object[]
обязательно

Ответ

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