Вы находитесь на странице: 1из 2

Variables and values used

All data through URL should be urlencoded $uname :: mkd2000 $password :: mkd_2000 $senderid :: Specify your SenderID(From) which has been approved in this account. (e.g. SMS) $mobile_no :: 8874139794 $message :: Specify message data that has to be sent (e.g. test+sms) $route :: Specify route through which you want to sent the message (e.g. N) (Options : N(Normal)/P(Priority)/H(High Priority)/C(Critical)) $msgtype :: Specify a message type that has to be sent (e.g. 2) (Options : 1(Normal)/2(Unicode)/3(Flash)/4(Picture)) $senderstatus :: Specify a SenderID status type (e.g. 1) (Options : 0(Inactive)/1(Active)) Please urlencode the data to be sent i.e. the Message and the SenderID urlencode : encode the space and special characters used.

HTTP API for sending message to single no


http://easysms.karodial.com/sendsms?uname=yourUsername&pwd=yourPassword&senderid=yo urSenderid&to=9444xxxxxx&msg=yourMessage&route=yourRoute

HTTP API for sending message to multiple nos


http://easysms.karodial.com/sendsms/{$uname}/{$password}/{$senderid}/{$mobile_no1,$mobi le_no2,...}/{$message}/{$route}

HTTP API for sending Scheduled message


http://easysms.karodial.com/sendsch/{$uname}/{$password}/{$senderid}/{$mobile_no}/{$mess age}/{$time}/{$route} $time => time Format eg. 03-03-2011 13:15 or 03-03-2011 01:15 pm

HTTP API for sending unicode/flash/picture message


http://easysms.karodial.com/sendsms/{$uname}/{$password}/{$senderid}/{$mobile_no1,$mobi le_no2,...}/{$message}/{$route}/{$msgtype}

HTTP API for view sent messages

http://easysms.karodial.com/sentitems/{$uname}/{$password}

HTTP API for Checking credits left for given route


http://easysms.karodial.com/creditsleft/{$uname}/{$password}/{$route}

HTTP API for Checking credits for all routes


http://easysms.karodial.com/creditsleft/{$uname}/{$password}

HTTP API for getting all SenderIDs with status


http://easysms.karodial.com/getsenders/{$uname}/{$password}/3

HTTP API for getting all SenderIDs for a given status


http://easysms.karodial.com/getsenders/{$uname}/{$password}/{$senderstatus}

Вам также может понравиться