POST w0/whatsapp-user
Request Information
URI Parameters
None.
Body Parameters
tbl_whatsapp_user| Name | Description | Type | Additional information |
|---|---|---|---|
| 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 |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"MobileNo": "sample string 2",
"CountryId": 3,
"StateId": 4,
"ParishadId": 5,
"OtherParishad": "sample string 6",
"Age": 7,
"Gender": "sample string 8"
}
application/xml, text/xml
Sample:
<tbl_whatsapp_user xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Abtyp_apiproject.Models"> <Age>7</Age> <CountryId>3</CountryId> <Gender>sample string 8</Gender> <MobileNo>sample string 2</MobileNo> <Name>sample string 1</Name> <OtherParishad>sample string 6</OtherParishad> <ParishadId>5</ParishadId> <StateId>4</StateId> </tbl_whatsapp_user>
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. |