POST
Forgot-password
Request Information
Body Parameters
ForgotPasswordModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailId | string |
None. |
|
| ResetBy | string |
None. |
Request Formats
application/json, text/json
{
"EmailId": "sample string 1",
"ResetBy": "sample string 2"
}
text/html
{"EmailId":"sample string 1","ResetBy":"sample string 2"}
application/xml, text/xml
<ForgotPasswordModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Account"> <EmailId>sample string 1</EmailId> <ResetBy>sample string 2</ResetBy> </ForgotPasswordModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: IHttpActionResult
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample not available.
