POST Account/ResetPassword
Request Information
URI Parameters
None.
Body Parameters
RequestResetPasswordNone.
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"ResetCode": "sample string 2",
"Password": "sample string 3",
"ConfirmPassword": "sample string 4"
}
text/html
Sample:
{"Email":"sample string 1","ResetCode":"sample string 2","Password":"sample string 3","ConfirmPassword":"sample string 4"}
application/xml, text/xml
Sample:
<RequestResetPassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RequestModels" />
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResetPassword| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true
}
text/html
Sample:
{"success":true}
application/xml, text/xml
Sample:
<ResponseResetPassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ResponseModels"> <success xmlns="http://schemas.datacontract.org/2004/07/GlobalModels">true</success> </ResponseResetPassword>