GET api/RouteOptimize/GetOrderAddressesMobile?driverID={driverID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| driverID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Cls_AddressFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| checked | boolean |
None. |
|
| OrderID | integer |
None. |
|
| LocationName | string |
None. |
|
| LatLng | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"name": "sample string 2",
"checked": true,
"OrderID": 4,
"LocationName": "sample string 5",
"LatLng": "sample string 6"
},
{
"id": 1,
"name": "sample string 2",
"checked": true,
"OrderID": 4,
"LocationName": "sample string 5",
"LatLng": "sample string 6"
}
]