POST api/DeliveryBoy/SetOrderStatusDelivered
Request Information
URI Parameters
None.
Body Parameters
tbl_HDFieldboyStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackID | string |
None. |
|
| Remarks | string |
None. |
|
| Lat | string |
None. |
|
| Long | string |
None. |
|
| PaymentModeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TrackID": "sample string 1",
"Remarks": "sample string 2",
"Lat": "sample string 3",
"Long": "sample string 4",
"PaymentModeId": 1
}
application/xml, text/xml
Sample:
<tbl_HDFieldboyStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_DeliveryBoyChemistBox.Models"> <Lat>sample string 3</Lat> <Long>sample string 4</Long> <PaymentModeId>1</PaymentModeId> <Remarks>sample string 2</Remarks> <TrackID>sample string 1</TrackID> </tbl_HDFieldboyStatus>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |