0% found this document useful (0 votes)
33 views1 page

API Specification

Uploaded by

Umesh Agrawal
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views1 page

API Specification

Uploaded by

Umesh Agrawal
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Aruhat Technologies Pvt.

Ltd

HTTP URL for sending SMS From Aruhat Technologies Pvt. Ltd.

This http based API will be used in sending SMS through Aruhat. User name and password will provided by Aruhat Technologies Pvt. Ltd. After opening of account.
URL:http://vibgyor.aruhat.com/sendsms.jsp?user=username&password=password&mobiles=mobileno &sms=msgbody&group=-1&clientsmsid=srno&groupname=xyz&senderid=Aruhat& scheduletime=yyyy-mm-dd hh:mm:ss Compulsory Parameter Description 1) Username = userid 2) Password = valid password 3) Mobileno = mobileno (ex. 9824012345) 4) Msgbody= sms (ex. Test message) 5) Group= -1 Optional Parameter Description 1) 2) 3) 4) clientsmsid = unique sms serial no (ex. 3) groupname= group name (if any) senderid= sender id scheduletime = date & time

You will receive below XML response if Message is Successfully Sent.


<?xml version="1.0" encoding="iso-8859-1" ?> <sms> <messageid>1480873</messageid> </sms>

and if SMS not sent successfully you will receive below response.
<sms> <messageid>-1</messageid> </sms>

Copyright 2005-2009 Aruhat Technologies Pvt. Ltd. All Rights Reserved.

You might also like