POST w0/whasapp-chat-boat
Request Information
URI Parameters
None.
Body Parameters
tbl_WhatsAppChatBoatResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| UserMobileNo | string |
Matching regular expression pattern: ^\d{10}$ |
|
| Name | string |
Required |
|
| MobileNo | string |
Matching regular expression pattern: ^\d{10}$ |
|
| CountryId | integer |
None. |
|
| StateId | integer |
None. |
|
| ParishadId | integer |
Required |
|
| OtherParishad | string |
None. |
|
| Age | integer |
Required |
|
| Gender | string |
Required |
|
| Comment | string |
None. |
|
| IsInformingSadDemise | string |
Required |
|
| ChatBoatStatus | string |
None. |
|
| RefNo | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"UserMobileNo": "sample string 1",
"Name": "sample string 2",
"MobileNo": "sample string 3",
"CountryId": 4,
"StateId": 5,
"ParishadId": 6,
"OtherParishad": "sample string 7",
"Age": 8,
"Gender": "sample string 9",
"Comment": "sample string 10",
"IsInformingSadDemise": "sample string 11",
"ChatBoatStatus": "sample string 12",
"RefNo": "sample string 13"
}
application/xml, text/xml
Sample:
<tbl_WhatsAppChatBoatResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Abtyp_apiproject.Models"> <Age>8</Age> <ChatBoatStatus>sample string 12</ChatBoatStatus> <Comment>sample string 10</Comment> <CountryId>4</CountryId> <Gender>sample string 9</Gender> <IsInformingSadDemise>sample string 11</IsInformingSadDemise> <MobileNo>sample string 3</MobileNo> <Name>sample string 2</Name> <OtherParishad>sample string 7</OtherParishad> <ParishadId>6</ParishadId> <RefNo>sample string 13</RefNo> <StateId>5</StateId> <UserMobileNo>sample string 1</UserMobileNo> </tbl_WhatsAppChatBoatResponse>
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. |