Cloud Acropolis – SMS gateway API
URL: "https://sms.cloudacropolis.com/API/sendsms"
POST method
Input Parameters
|
Field Name |
Type |
Mandatory |
Remark |
|
UserName |
String |
YES |
|
|
Password |
String |
YES |
|
|
MSISDNs |
String |
YES |
For Multiple Destination MSISDN. Separated by comma (,). Max allowed: 50 |
|
Message |
String |
YES |
Message text to be sent |
|
Priority |
Int |
YES |
1=High, 2=Medium, 3=Low |
|
SchDate |
String |
Schedule Date in MM\DD\YYYY format |
|
|
Sender |
String |
Registered Source Name |
|
|
AppID |
String |
Unique Identifier for further reference |
|
|
SourceRef |
String |
YES |
Source Reference for further tracking. Length must be 1 to 10 |
Sample Request:

Sample Response:

REST Method Response
|
Field |
Comment |
|
Processed |
Total No. of Destinations Processed, Value should be Greater than Zero for Successfully Processed Request. |
|
StatusCode |
Webservice Request Status, Success request will be "00", other status please refer to Error Codes below. |
|
BatchRefCode |
Reference ID for Multiple Process |
|
StatusDesc |
Webservice Request Status description |
REST Method Error Codes
|
StatusCode |
StatusDesc |
|
00 |
Success |
|
01 |
Invalid Username / Password |
|
02 |
Account Deactivated |
|
03 |
Account Locked |
|
04 |
Priority Support 1 to 10 only |
|
05 |
Invalid Schedule Time (Date should MM\DD\YYYY) |
|
06 |
Invalid Source Key |
|
07 |
Invalid Sender |
|
08 |
Insufficient Credit |
|
09 |
Account Expired |
|
10 |
Invalid Message |
|
11 |
Phone no is exceeding 50 number |
|
77, 88, 99 |
Internal Error |