eLoad
Change User PIN
Change User PIN
Changes the user's PIN.
Download OpenAPI description
Languages
Servers
Mock server
https://enterprise-iot-portal.u.com.my/_mock/eload/changepin/
Bodyapplication/jsonrequired
Refer to content for details
Unique message ID generated by third-party system.
Example: "046202504231530300001"
- Mock server
https://enterprise-iot-portal.u.com.my/_mock/eload/changepin/api/rest
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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>"
}
}'
Response
application/json
{ "res_code": "00000", "res_message": "Operation success", "result": { "resultCode": "DBEP0000", "resultMsg": "Success" } }