POST api/Account/ForgotPassword
Request Information
URI Parameters
None.
Body Parameters
ResetPAsswordMsg| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
||
| pageUrl | string |
None. |
|
| msg | string |
None. |
|
| body | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"pageUrl": "sample string 2",
"msg": "sample string 3",
"body": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.