POST api/WhatsAppConnect/SendWhatsAppMessage
Request Information
URI Parameters
None.
Body Parameters
WhatsApp| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileNo | string |
None. |
|
| TemplateName | string |
None. |
|
| ParentName | string |
None. |
|
| School | string |
None. |
|
| ImagePath | string |
None. |
|
| SendStatus | boolean |
None. |
|
| LongStr | string |
None. |
|
| CreatedBy | string |
None. |
|
| SchoolCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MobileNo": "sample string 1",
"TemplateName": "sample string 2",
"ParentName": "sample string 3",
"School": "sample string 4",
"ImagePath": "sample string 5",
"SendStatus": true,
"LongStr": "sample string 7",
"CreatedBy": "sample string 8",
"SchoolCode": "sample string 9"
}
application/xml, text/xml
Sample:
<WhatsApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NSMS_WebAPI.Models"> <CreatedBy>sample string 8</CreatedBy> <ImagePath>sample string 5</ImagePath> <LongStr>sample string 7</LongStr> <MobileNo>sample string 1</MobileNo> <ParentName>sample string 3</ParentName> <School>sample string 4</School> <SchoolCode>sample string 9</SchoolCode> <SendStatus>true</SendStatus> <TemplateName>sample string 2</TemplateName> </WhatsApp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.