https://msg.msgclub.net/rest/services/sendSMS/sendGroupSms?AUTH_KEY=YourAuthKey

Include Body (For Unicode)

{ "smsContent":"हैलो, कैसे हो", "groupId":"0", "routeId":"1", "mobileNumbers":"9999999999", "senderId":"DEMOOS", "signature":"signature", "smsContentType":"unicode", "scheduleddate":"26/08/2015 17:05" }

Include Body (For English)

{ "smsContent":"Hello Test SMS", "groupId":"0", "routeId":"1", "mobileNumbers":"9999999999", "senderId":"DEMOOS", "signature":"signature", "smsContentType":"english", "scheduleddate":"26/08/2015 17:05" }

Sample Output

{"response":"RequestId","responseCode":"3001"}

Parameter Name with Description

Parameter Name Data Type Description
AUTH_KEY* Alphanumeric Login Authentication Key(This key is unique for every user)
smsContent * Text Enter your message
groupId * Integer For sending sms to particular group enter groupId for particular group.
routeId* Integer Which route you want use for sending sms enter routeId for particular route.use given Id for route. 1 = Transactional Route, 2 = Promotional Route, 3 = Trans DND Route, 7 = Transcrub Route, 8 = OTP Route, 9 = Trans Stock Route, 10 = Trans Property Route, 11 = Trans DND Other Route, 12 = TransCrub Stock, 13 = TransCrub Property, 14 = Trans Crub Route.
mobileNos* Integer Mobile number can be entered with country code or without country code Multiple mobile no. should be separated by comma.
senderId * Text "English" for text sms and "Unicode" for Unicode sms
mobileNos * Integer Enter senderId it should be less then 6 character.
signature Text Signature will be append at the end of sms.
smsContentType * Text "English" for text sms and "Unicode" for Unicode sms.
scheduleddate * Text Sms will send on this time (Note:- Sheduled date should be less than 7 days And Greater than 5 Min from current time).

Limitation

In this Above API if SMS content is double quotes(") or backslash(\),then it's required to use encoding.so double quotes " replace with \\" (two times backslash) and backslash \ replace with \\\\ (four times backslash) .Parameters with (*) are mandatory.
java code here
php code here
vb6 code here
chash code here
vbdotnet code here