Перейти к основному содержанию
GET
/
v1
/
crm
/
inventories
/
general
cURL
curl --request GET \
  --url https://api.example.com/v1/crm/inventories/general/
{
  "company": {
    "count": 123,
    "count_free": 123,
    "count_reserved": 123,
    "count_inrent": 123,
    "count_broken": 123,
    "count_repair": 123,
    "count_warehouse": 123
  },
  "sublease": {
    "count": 123,
    "count_free": 123,
    "count_reserved": 123,
    "count_inrent": 123,
    "count_broken": 123,
    "count_repair": 123,
    "count_warehouse": 123
  },
  "rent_amount": 123
}

Параметры запроса

end_at
string
обязательно
start_at
string
обязательно

Ответ

200 - application/json
company
object
обязательно
sublease
object
обязательно
rent_amount
integer
обязательно