POST api/WA_Order_Confirm_Dist
Request Information
URI Parameters
None.
Body Parameters
tbl_Order_View| Name | Description | Type | Additional information |
|---|---|---|---|
| Distributor_Mobile | string |
None. |
|
| Distributor_Name | string |
None. |
|
| Order_Id | string |
None. |
|
| Order_Page_URL | string |
None. |
|
| Response | string |
None. |
|
| WhatsApp_SMS_Content | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Distributor_Mobile": "sample string 1",
"Distributor_Name": "sample string 2",
"Order_Id": "sample string 3",
"Order_Page_URL": "sample string 4",
"Response": "sample string 5",
"WhatsApp_SMS_Content": "sample string 6"
}
application/xml, text/xml
Sample:
<tbl_Order_View xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WhatsApp_SMS.Models"> <Distributor_Mobile>sample string 1</Distributor_Mobile> <Distributor_Name>sample string 2</Distributor_Name> <Order_Id>sample string 3</Order_Id> <Order_Page_URL>sample string 4</Order_Page_URL> <Response>sample string 5</Response> <WhatsApp_SMS_Content>sample string 6</WhatsApp_SMS_Content> </tbl_Order_View>
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. |