POST api/Pandit_AcceptCompleteOrder
Request Information
URI Parameters
None.
Body Parameters
Update_PanditStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| PANDIT_ID | string |
None. |
|
| TYPE | string |
None. |
|
| STATUS | string |
None. |
|
| ORDER_ID | string |
None. |
|
| USER_ID | string |
None. |
|
| AMOUNT | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PANDIT_ID": "sample string 1",
"TYPE": "sample string 2",
"STATUS": "sample string 3",
"ORDER_ID": "sample string 4",
"USER_ID": "sample string 5",
"AMOUNT": "sample string 6"
}
application/xml, text/xml
Sample:
<Update_PanditStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNamo.Models"> <AMOUNT>sample string 6</AMOUNT> <ORDER_ID>sample string 4</ORDER_ID> <PANDIT_ID>sample string 1</PANDIT_ID> <STATUS>sample string 3</STATUS> <TYPE>sample string 2</TYPE> <USER_ID>sample string 5</USER_ID> </Update_PanditStatus>
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. |