POST api/Registration/UpdatePassword
Documentation for 'UpdatePassword'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| obj | Documentation for 'obj'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"NewPassword": "sample string 1",
"ConfirmedPassword": "sample string 2",
"MobileNo": "sample string 3",
"OTP": "sample string 4"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Status": true,
"data": {},
"Counter": 4
}