28 lines
562 B
Plaintext
28 lines
562 B
Plaintext
{
|
|
"destination": {
|
|
"lat_coord": 422.917,
|
|
"id_user": 1,
|
|
"long_coord": 151.684
|
|
},
|
|
"deposits": [
|
|
{
|
|
"lat_coord": 3,
|
|
"name": "deposit3",
|
|
"long_coord": 3,
|
|
"products": []
|
|
},
|
|
{
|
|
"lat_coord": 2,
|
|
"name": "deposit2",
|
|
"long_coord": 2,
|
|
"products": [{
|
|
"quantity": 2,
|
|
"name": "apple"
|
|
}]
|
|
}
|
|
],
|
|
"products": [{
|
|
"id_product": 1,
|
|
"quantity": 2
|
|
}]
|
|
} |