Description: User needs to contact our technical support or business manager for address configuration.
Parameters | Description | Required | Type |
---|---|---|---|
msgid |
Submitted numbers id corresponding to platform |
Yes |
String |
mobile |
Sender number |
Yes |
String |
reply_time |
Received time, time format 2022-08-01 00:00:00 |
Yes |
String |
content |
SMS content |
Yes |
String |
sendid |
Send id |
No |
String |
mcc |
mcc |
Yes |
Int |
mnc |
mnc |
Yes |
Int |
operator |
operator |
No |
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
Request URL:
Http address set by user
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Request Body:
{
"msgid":"2108021059531000096",
"mobile":"91850000000",
"reply_time":"2022-11-09 11:00:00",
"content":"hello",
"sendid":"918663322141",
"mcc":515,
"mnc":-1,
"operator":"Philippines",
"pricedetail":{
"pay":"0.02",
"currency":"EUR",
"chargeCnt":2,
"price":"0.01"
}
}
HTTP response 200 is successful, and the platform does not verify the response content
Feedback
Need help?
Click here and start chatting with us!