POST Api/HistoryLiveDelivery
Request Information
URI Parameters
None.
Body Parameters
Delivery| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| DeliveryId | integer |
None. |
|
| DeliveryTsId | integer |
None. |
|
| AddressName | string |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": "sample string 1",
"DeliveryId": 2,
"DeliveryTsId": 3,
"AddressName": "sample string 4",
"Latitude": "sample string 5",
"Longitude": "sample string 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.