POST api/Account/ForgottenPassword?userName={userName}&eMail={eMail}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userName | string |
Required |
|
| string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| status | ResponseStatus |
None. |
|
| data | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 0,
"data": 1,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<ResponseOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RootSniffer.WebAPI.Models"> <Data>1</Data> <Message>sample string 2</Message> <Status>Unknown</Status> </ResponseOfint>