fix order form
This commit is contained in:
+7
-17
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user