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