Skip to content

Forgot Password

Request to be POSTed to uri : /NorenWClientTP/ForgotPassword

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
pan* Pan of the user
dob* Date of birth

Response Details

Response data will be in json format with below fields:

Json Fields Possible value Description
stat Ok or Not_Ok Password reset is Success Or failure status
request_time Response received time.
emsg This will be present only if password reset fails. (“InvalidUser or User Details”)

Sample Success Response

{
"request_time":"10:52:56 28-05-2020",
"stat":"Ok"
}

Sample Failure Response

{
"request_time":"17:42:13 26-05-2020",
"stat":"Not_Ok",
"emsg":"Error Occurred : Wrong user id or user details"
}