POST api/DriverTracking/AssignRoute
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserEmail": "sample string 1",
"Password": "sample string 2",
"RouteID": 3,
"StoreID": 4,
"StaffID": 5,
"StaffName": "sample string 6",
"DTstamp": "2025-10-28T22:59:22.6756276+02:00",
"DTstamp2": "2025-10-28T22:59:22.6756276+02:00",
"DTstamp3": "2025-10-28T22:59:22.6756276+02:00",
"OrderID": 1,
"LateOrderNotifications": "sample string 8",
"Orders": [
{
"$id": "2",
"OrderID": 1,
"Customer": "sample string 1",
"Phone": "sample string 2",
"Latitude": 1.1,
"Longitude": 1.1,
"PromisedDelivery": "2025-10-28T22:59:22.6756276+02:00",
"ExternalOrderID": 1
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
application/x-www-form-urlencoded
Sample: