POST api/UpdateOrderStatusTransport
Request Information
URI Parameters
None.
Body Parameters
updateordertransport| Name | Description | Type | Additional information |
|---|---|---|---|
| TRANSPORT_ID | string |
None. |
|
| ORDER_ID | string |
None. |
|
| STATUS | string |
None. |
|
| REMARK | string |
None. |
|
| LATITUDE | string |
None. |
|
| LONGITUDE | string |
None. |
|
| EXTRA | string |
None. |
|
| EXTRA1 | string |
None. |
|
| TYPE | string |
None. |
|
| DELIVERY_PHOTO | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"TRANSPORT_ID": "sample string 1",
"ORDER_ID": "sample string 2",
"STATUS": "sample string 3",
"REMARK": "sample string 4",
"LATITUDE": "sample string 5",
"LONGITUDE": "sample string 6",
"EXTRA": "sample string 7",
"EXTRA1": "sample string 8",
"TYPE": "sample string 9",
"DELIVERY_PHOTO": "QEA="
}
application/xml, text/xml
Sample:
<updateordertransport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNisargaCrop.Models"> <DELIVERY_PHOTO>QEA=</DELIVERY_PHOTO> <EXTRA>sample string 7</EXTRA> <EXTRA1>sample string 8</EXTRA1> <LATITUDE>sample string 5</LATITUDE> <LONGITUDE>sample string 6</LONGITUDE> <ORDER_ID>sample string 2</ORDER_ID> <REMARK>sample string 4</REMARK> <STATUS>sample string 3</STATUS> <TRANSPORT_ID>sample string 1</TRANSPORT_ID> <TYPE>sample string 9</TYPE> </updateordertransport>
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. |