Перейти к основному содержанию
GET
/
v1
/
crm
/
time_periods
cURL
curl --request GET \
  --url https://api.example.com/v1/crm/time_periods/
[
  {
    "id": 123,
    "time": "<string>",
    "deleted": true,
    "name": "<string>",
    "weekdays": [
      123
    ],
    "inventory_tarif_count": 123,
    "service_tarif_count": 123
  }
]

Ответ

200 - application/json
id
integer
обязательно
time
string
обязательно
deleted
boolean
обязательно
name
string
weekdays
integer[]
inventory_tarif_count
integer
service_tarif_count
integer