Http address set by user
Parameters | Description | Type |
---|---|---|
msgid | Submitted numbers id corresponding to platform | String |
mobile | Sender number | String |
reply_time | Received time, time format 2022-08-01 00:00:00 | String |
content | SMS content | String |
sendid | Send id | String |
mcc | mcc | Int |
mnc | mnc | Int |
operator | Operator | String |
pricedetail | Fee details | JSONObject | -
pay | Total cost | String |
chargeCnt | Number of billing entries | Int |
currency | Currency | String |
price | Unit | String |
Request URL: Http address set by user Request Method: POST Request Headers: Content-Type: application/json;charset=UTF-8 Request Body: { "msgid":"2108021059531000096", "mobile":"91856321413", "reply_time":"2022-11-09 11:00:00", "content":"hello", "sendid":"918663322141", "mcc":515, "mcn":-1, "operator":"Philippines", "pricedetail":{ "pay":"0.02", "currency":"USD", "chargeCnt":2, "price":"0.01" } }
Feedback
Was this page helpful?