Description: user needs to contact our technical support or business manager for address configuration.
Parameters | Description | Required | Type |
---|---|---|---|
appId |
App ID (SMS-SMS APP) |
Yes |
String |
msgid |
Submitted numbers id corresponding to platform |
Yes |
String |
mobile |
Submitted nunbers |
Yes |
String |
status |
Messages status:0- success, other- failures |
Yes |
Int |
reason |
Description of failure reason |
Yes |
String |
timestamp |
Sent timestamp(millisecond) |
Yes |
Long |
mcc |
mcc |
String |
|
mnc |
mnc |
String |
|
pricedetail |
Fee details |
Yes |
JSONObject |
pay |
Total cost |
Yes |
String |
chargeCnt |
Number of billing entries |
Yes |
Int |
currency |
Currency |
Yes |
String |
price |
Unit |
Yes |
String |
Http address set by user
RequestURL:
Http address set by user
RequestMethod:
POST
RequestHeaders:
User-Agent: Java/1.8.0_232
Content-Type: application/json;charset=UTF-8
RequestBody:
{
"appId":"4luaKsL2",
"msgid":"2108021059531000096",
"mobile":"91850000000",
"status":0,
"reason":"0",
"timestamp":1629801177192,
"mcc":'404',
"mnc":'-1',
"pricedetail":{
"pay":"0.02",
"currency":"EUR",
"chargeCnt":2,
"price":"0.01"
}
}
Http response "200" means success and platform will not verify the response status
Feedback
Need help?
Click here and start chatting with us!