POST api/WhatappMessage
Request Information
URI Parameters
None.
Body Parameters
whappmessagerequestName | Description | Type | Additional information |
---|---|---|---|
MobileNo | string |
None. |
|
Message | string |
None. |
|
MessageType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "MobileNo": "sample string 1", "Message": "sample string 2", "MessageType": "sample string 3" }
application/xml, text/xml
Sample:
<whappmessagerequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerAPI.Models"> <Message>sample string 2</Message> <MessageType>sample string 3</MessageType> <MobileNo>sample string 1</MobileNo> </whappmessagerequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
whappmessageresponseName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Message | string |
None. |
|
apiresponse | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Message": "sample string 2", "apiresponse": "sample string 3" }
application/xml, text/xml
Sample:
<whappmessageresponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerAPI.Models"> <Message>sample string 2</Message> <Status>1</Status> <apiresponse>sample string 3</apiresponse> </whappmessageresponse>