Перейти к основному содержанию
POST
/
v1
/
crm
/
tarifs
/
bulk_update
cURL
curl --request POST \
  --url https://api.example.com/v1/crm/tarifs/bulk_update/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "tarifs": [
    {
      "id": 123,
      "price": "<string>",
      "inventory": 123,
      "inventory_group": 123,
      "inventory_set": 123,
      "inventory_set_price": 123,
      "time_period": 123
    }
  ]
}
'
{
  "tarifs": [
    {
      "id": 123,
      "price": "<string>",
      "inventory": 123,
      "inventory_group": 123,
      "inventory_set": 123,
      "inventory_set_price": 123,
      "time_period": 123
    }
  ]
}

Тело

tarifs
object[]
обязательно

Ответ

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