POST api/Account/ForgotPassword
Request Information
URI Parameters
None.
Body Parameters
ForgotPasswordViewModelName | Description | Type | Additional information |
---|---|---|---|
string |
Required |
Request Formats
application/json, text/json
Sample:
{ "Email": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseMdlName | Description | Type | Additional information |
---|---|---|---|
Status | boolean |
None. |
|
Data | Object |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": true, "Data": {}, "Message": "sample string 3" }