Get SMS Report Pushed by Platform
Http address set by user
Parameters | Description | Type |
---|---|---|
appId | App ID (SMS-SMS APP) | String |
msgid | Submitted numbers id corresponding to platform | String |
mobile | Submitted nunbers | String |
status | Messages status:0- success, other- failures | Int |
reason | Description of failure reason | String |
timestamp | Sent timestamp(millisecond) | Long |
mcc | mcc | String |
mnc | mnc | 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:
{
"appId":"4luaKsL2",
"msgid":"2108021059531000096",
"mobile":"91856321413",
"status":0,
"reason":"0",
"timestamp":1629801177192,
"mcc":'404',
"mnc":'-1',
"pricedetail":{
"pay":"0.02",
"currency":"USD",
"chargeCnt":2,
"price":"0.01"
}
}