Server done
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"id_route": 89,
|
||||
"destination": {
|
||||
"lat_coord": 763.51,
|
||||
"name": "Robert",
|
||||
"id_user": 17,
|
||||
"long_coord": 323.417
|
||||
},
|
||||
"deposits": [
|
||||
{
|
||||
"lat_coord": 40,
|
||||
"distance": 774.57404,
|
||||
"name": "deposit4",
|
||||
"id_deposit": 4,
|
||||
"long_coord": 600,
|
||||
"products": [
|
||||
{
|
||||
"id_product": 46,
|
||||
"quantity": 1,
|
||||
"name": "PHP"
|
||||
},
|
||||
{
|
||||
"id_product": 48,
|
||||
"quantity": 3,
|
||||
"name": "JAVA"
|
||||
},
|
||||
{
|
||||
"id_product": 51,
|
||||
"quantity": 1,
|
||||
"name": "C++"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"lat_coord": 501,
|
||||
"distance": 484.8045,
|
||||
"name": "deposit2",
|
||||
"id_deposit": 5,
|
||||
"long_coord": 731,
|
||||
"products": [{
|
||||
"id_product": 49,
|
||||
"quantity": 2,
|
||||
"name": "SQL"
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user