GET api/Login/SendSMS?associateID={associateID}&associatepwd={associatepwd}&licenceId={licenceId}&UserId={UserId}&MobileNo={MobileNo}&SMS={SMS}
Function to SendSMS
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| associateID |
Associate ID given by Admin |
string |
Required |
| associatepwd |
Associate Password given by Admin |
string |
Required |
| licenceId |
Mobile Licence ID |
string |
Required |
| UserId |
Logged-in User ID |
string |
Required |
| MobileNo |
Mobile Number to send SMS |
string |
Required |
| SMS |
SMS |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
return sms send id
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>