POST api/Delivery/StartMission
Request Information
URI Parameters
None.
Body Parameters
StartMissionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Miltal | string |
None. |
|
| Lat | string |
None. |
|
| Lng | string |
None. |
|
| PhysicalTruckId | integer |
None. |
|
| ActualDeliveryOrder | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Miltal": "sample string 2",
"Lat": "sample string 3",
"Lng": "sample string 4",
"PhysicalTruckId": 5,
"ActualDeliveryOrder": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.