POST API/RestData/SendSms
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
memData | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "rest_id": 1, "cust_con_mob": "sample string 2", "camp_msg": "sample string 3", "status": true, "message": "sample string 5" }
application/xml, text/xml
Sample:
<clsSendSms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackOffice"> <camp_msg>sample string 3</camp_msg> <cust_con_mob>sample string 2</cust_con_mob> <message>sample string 5</message> <rest_id>1</rest_id> <status>true</status> </clsSendSms>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "rest_id": 1, "cust_con_mob": "sample string 2", "camp_msg": "sample string 3", "status": true, "message": "sample string 5" }
application/xml, text/xml
Sample:
<clsSendSms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BackOffice"> <camp_msg>sample string 3</camp_msg> <cust_con_mob>sample string 2</cust_con_mob> <message>sample string 5</message> <rest_id>1</rest_id> <status>true</status> </clsSendSms>