curl --location 'https://crm.private-crm.ru/api/public/workday/setOrderDayStatuses' \
--header 'Identifier: demo' \
--header 'Application-key: tokenkey' \
--data-urlencode '0%5Bday_id%5D=24254' \
--data-urlencode '0%5Bstatus_label%5D=preparing' \
--data-urlencode '1%5Bday_id%5D=24255' \
--data-urlencode '1%5Bstatus_id%5D=4'{
"status": "success",
"message": "Статус изменен",
"link": "",
"redirect": "",
"data": [
{
"id": 24254,
"courier": {
"id": 1,
"name": "Илья",
"login": "Ilya",
"phone": "+7 927 123-12-34"
},
"status": {
"id": 3,
"title": "Готовится",
"label": "preparing"
},
"address": {
"id": 3284,
"external_id": 0,
"short_text": "г. Москва, Ул. Денежная д.8 кв. 62",
"full_text": "г. Москва, Ул. Денежная д.8 кв. 62",
"entrance": null,
"apartment": null,
"floor": null,
"comment": null,
"coordinates": {
"lat": "",
"long": ""
}
},
"delivery_time": {
"id": 2,
"title": "20-22",
"type": "EVENING",
"interval": {
"start": "20",
"end": "22"
}
},
"eat_date": "2026-02-12",
"delivery_date": "2026-02-12",
"cooking_date": "2026-02-11",
"order": null
},
{
"id": 24255,
"courier": {
"id": 892,
"name": "Илья",
"login": "Ilya",
"phone": "+7 927 123-12-34"
},
"status": {
"id": 4,
"title": "Ожидает доставки",
"label": "waiting_for_delivery"
},
"address": {
"id": 3284,
"external_id": 0,
"short_text": "г. Москва, Ул. Денежная д.12 кв. 62",
"full_text": "г. Москва, Ул. Денежная д.12 кв. 62",
"entrance": null,
"apartment": null,
"floor": null,
"comment": null,
"coordinates": {
"lat": "",
"long": ""
}
},
"delivery_time": {
"id": 2,
"title": "20-22",
"type": "EVENING",
"interval": {
"start": "20",
"end": "22"
}
},
"eat_date": "2026-02-13",
"delivery_date": "2026-02-13",
"cooking_date": "2026-02-12",
"order": null
}
]
}