POST api/GetDeliveryBoyOrder/{ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
Required |
Body Parameters
Update_OrderStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryBoy_ID | string |
None. |
|
| ORDER_ID | string |
None. |
|
| TYPE | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeliveryBoy_ID": "sample string 1",
"ORDER_ID": "sample string 2",
"TYPE": "sample string 3",
"EXTRA1": "sample string 4",
"EXTRA2": "sample string 5"
}
application/xml, text/xml
Sample:
<Update_OrderStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Agroverse.Models.DeliveryBoy"> <DeliveryBoy_ID>sample string 1</DeliveryBoy_ID> <EXTRA1>sample string 4</EXTRA1> <EXTRA2>sample string 5</EXTRA2> <ORDER_ID>sample string 2</ORDER_ID> <TYPE>sample string 3</TYPE> </Update_OrderStatus>
application/x-www-form-urlencoded
Sample:
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. |