https://msg.msgclub.net/rest/services/sendSMS/sendGroupSms?AUTH_KEY=YourAuthKey&message=message&senderId=DEMOOS&routeId=1&mobileNos=9999999999,9999999999&smsContentType=english&scheduleddate=26/08/2015 17:00

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)
message * Text Enter your message
senderId* Text Enter senderId it should be less then 6 character
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
smsContentType* Text "English" for text sms and "Unicode" for Unicode sms
mobileNos * Integer Mobile number can be entered with country code or without country code Multiple mobile no. should be separated by comma.

Note

Parameter groupId or mobileNos is mandatory.

Limitation

When you will use above api,then you have to encode the url via url encoding algorithm according to your programming language.Parameters with(*) are mandatory.
java code here
php code here
vb6 code here
chash code here
vbdotnet code here