Changes the user's PIN.
Changes the user's PIN.
Refer to content for details
Unique message ID generated by third-party system.
curl -i -X POST \
https://enterprise-iot-portal.u.com.my/_mock/eload/changepin/api/rest \
-H 'Content-Type: application/json' \
-d '{
"access_token": "abc123token",
"method": "changePin",
"version": "1.0",
"content": {
"msgId": "046202504231530300001",
"channel": "UMB",
"msisdn": "601112345678",
"pin": "<RSA_ENCRYPTED_PIN>",
"newPin": "<RSA_ENCRYPTED_NEW_PIN>"
}
}'
{ "res_code": "00000", "res_message": "Operation success", "result": { "resultCode": "DBEP0000", "resultMsg": "Success" } }