Перейти к основному содержанию
GET
/
v1
/
crm
/
inventories
/
sets
/
{set_id}
/
tarifs
cURL
curl --request GET \
  --url https://api.example.com/v1/crm/inventories/sets/{set_id}/tarifs/
[
  {
    "id": 123,
    "price": "<string>",
    "time_period": 123,
    "inventory_set": 123,
    "inventory_set_price": 123
  }
]

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

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

Ответ

200 - application/json
id
integer
обязательно
price
string<decimal>
Pattern: ^-?\d{0,14}(?:\.\d{0,2})?$
time_period
integer | null
inventory_set
integer | null
inventory_set_price
integer | null