Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request PATCH \
--url https://api.example.com/v1/crm/time_periods/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"time": "<string>",
"weekdays": [
123
],
"inventory_tarif_count": 123,
"service_tarif_count": 123
}
'{
"id": 123,
"time": "<string>",
"deleted": true,
"name": "<string>",
"weekdays": [
123
],
"inventory_tarif_count": 123,
"service_tarif_count": 123
}curl --request PATCH \
--url https://api.example.com/v1/crm/time_periods/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"time": "<string>",
"weekdays": [
123
],
"inventory_tarif_count": 123,
"service_tarif_count": 123
}
'{
"id": 123,
"time": "<string>",
"deleted": true,
"name": "<string>",
"weekdays": [
123
],
"inventory_tarif_count": 123,
"service_tarif_count": 123
}Была ли эта страница полезной?