Forgot Password
Request Details
| Parameter Name | Possible value | Description |
|---|---|---|
| jData* | - | Should send JSON object with fields in below list |
JSON Fields
| JSON Fields | Possible value | Description |
|---|---|---|
| uid* | User Id | User Id of the user |
| pan* | PAN | PAN of the user |
| dob* | DDMMYYYY | Date of birth in DDMMYYYY format |
Example
curl https://api.infinn.in/NorenWClientTP/ForgotPassword \ -d "jData={ \"uid\": \"user123\", \"pan\": \"ABCDE1234F\", \"dob\": \"01011990\" }"