POST api/Retail/SaveandSendSMS?Msg={Msg}&Mobile={Mobile}&Uid={Uid}&Action={Action}
Documentation for 'SaveandSendSMS'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Msg | Documentation for 'Msg'. |
Define this parameter in the request URI. |
| Mobile | Documentation for 'Mobile'. |
Define this parameter in the request URI. |
| Uid | Documentation for 'Uid'. |
Define this parameter in the request URI. |
| Action | Documentation for 'Action'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"result": "sample string 1"
},
{
"result": "sample string 1"
},
{
"result": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfResultP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bravissh33">
<ResultP>
<result>sample string 1</result>
</ResultP>
<ResultP>
<result>sample string 1</result>
</ResultP>
<ResultP>
<result>sample string 1</result>
</ResultP>
</ArrayOfResultP>