example
License UMobile
example
curl -i -X POST \
https://enterprise-iot-portal.u.com.my/_mock/eload/performeloadtransaction/api/rest \
-H 'Content-Type: application/json' \
-d '{
"access_token": "ZGY4OGJlNzlhYWEyMDU3Y2MwY2NlYWI0Yzg4MmVhZTc=",
"method": "performeLoadTransaction",
"content": {
"fromMsisdn": "601112345680",
"toMsisdn": "601112345678",
"amount": "11.00"
}
}'
{ "res_code": "00000", "res_message": "Operation success", "result": { "resultCode": "DBEP0000", "resultMsg": "Success" } }