Validate OTP
Request to be POSTed to uri : /NorenWClientTP/ValOTPStPwd
Request Details :
Parameter Name | Possible value | Description |
---|---|---|
jData* | Should send json object with fields in below list |
Json Fields | Possible value | Description |
---|---|---|
uid* | User Id | |
pwd* | New password to be set in plain text | |
otp* | OTP needs to sent in this field |
Response Details :
Json Fields | Possible value | Description |
---|---|---|
ReqStatus | 1.“Password Reset Success” 2.“Otp expired” 3.“Invalid OTP” 4."Please enter an alphanumeric password of minimum 8 characters. Refer password criteria for more details" 5.“Password couldn't be changed as it is among the previous 3 passwords” | Request status |
emsg | Error message |
Sample Success Response :
{
"ReqStatus":"Password Reset Success"
}
Sample Failure Response :
{
"stat":"Not_Ok",
"emsg":"Server Timeout : "
}