fix order form

This commit is contained in:
Раис Юсупалиев
2026-04-11 00:36:37 +03:00
parent 18f7e251e3
commit ab0b66e1c2
9 changed files with 269 additions and 36 deletions
+7 -17
View File
@@ -24,20 +24,16 @@ Content-Type: application/json
"sender": {
"name": "Петр Петров",
"email": "sender@example.com",
"phones": [
{
"number": "+79009876543"
}
]
"phone": {
"number": "+79009876543"
}
},
"recipient": {
"name": "Иван Иванов",
"email": "ivan@example.com",
"phones": [
{
"number": "+79001234567"
}
]
"phone": {
"number": "+79001234567"
}
},
"from_location": {
"address": "ул. Ленина, 1",
@@ -49,16 +45,10 @@ Content-Type: application/json
"city": "Новосибирск",
"country_code": "RU"
},
"services": [
{
"code": "INSURANCE",
"parameter": "1000"
}
],
"packages": [
{
"number": "1",
"weight": 1000,
"weight": 1,
"length": 20,
"width": 15,
"height": 10,