Change Password API
Change Password API
----------
{
"requestUUID": "1709981883916",
"header": {
"bankId": "040",
"languageId": "001",
"channelId": "I",
"loginFlag": "1",
"stateMode": "Y",
"serviceId": "PWDCHG",
"opfmt": "XML",
"ipfmt": "XML",
"userPrincipal": "RETUSER1",
"corpPrincipal": "RETUSER1",
"formId": "543",
"accessCode": "infy@123"
},
"pwdChangeRequest": {
"signOnFlag": "Y",
"transactionFlag": "N",
"signOnPwd": "infy@123",
"signOnNewPwd": "test@7878",
"reTypeSignOnPwd": "test@7878",
"reTypeTransPwd": "",
"transactionPwd": "",
"transactionNewPwd": "",
"callMode": ""
}
}
Response
----------
{
"requestUUID": "1709981883916",
"header": {
"status": {
"message": [
{
"messageCode": "15520",
"messageDescription": "The password is changed successfully.",
"messageType": "BC"
}
]
},
"session": {
"sessionId": "PFDJfqYSet4X_ASngO0-
fy4LyOrK7t4B7SFoKH9W.awcanclrnfndv01",
"fromId": "548"
},
"pagination": null
},
"footer": {
"codedescription": [
{
"codeSet": [
{
"code": [
{
"value": "",
"description": ""
}
]
}
]
}
]
}
}