curl --location 'https://crm.private-crm.ru/api/public/user//onetime-order' \
--header 'Identifier: demo' \
--header 'Application-key: tokenkey' \
--form 'address_id="40"' \
--form 'address="Лесная улица, 1, подъезд 1, этаж 1, кв. 1"' \
--form 'coordinates="56.0153,92.8932"' \
--form 'project_id="1"' \
--form 'shipment_id="11"' \
--form 'delivery_time_id="1"' \
--form 'payment_method_id="1"' \
--form 'delivery_date="2026-09-15"' \
--form 'cooking_date="2026-09-14"' \
--form 'discount_percent="20"' \
--form 'source_id="1"' \
--form 'delivery_comment=""' \
--form 'menu_comment=""' \
--form 'manager_comment=""' \
--form 'cutlery_count="2"' \
--form 'promo_code=""' \
--form 'dishes[0][dish_id]="1540"' \
--form 'dishes[0][weight]="200"' \
--form 'dishes[0][price]="1100"' \
--form 'dishes[0][portions]="2"'{
"data": {
"id": 0,
"user_id": 0,
"project_id": 0,
"shipment_id": 0,
"payment_method_id": 0,
"address": "string",
"delivery_date": "string",
"cooking_date": "string",
"delivery_time": "string",
"price": 0,
"original_price": 0,
"delivery_price": 0,
"delivery_comment": "string",
"manager_comment": "string",
"menu_comment": "string",
"discount_percent": "string",
"promo_code": "string",
"dishes": [
{
"id": 0,
"dish_id": 0,
"title": "string",
"weight": 0,
"price": 0,
"discount": 0,
"discount_amount": 0,
"net_price": 0,
"portions": 0
}
]
}
}