POST Account/ResetPassword
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"Email": "sample string 2",
"Code": "sample string 3",
"NewPassword": "sample string 4"
}
application/xml, text/xml
Sample:
<ResetPasswordModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Username>sample string 1</Username> <Email>sample string 2</Email> <Code>sample string 3</Code> <NewPassword>sample string 4</NewPassword> </ResetPasswordModel>
application/x-www-form-urlencoded
Sample:
Sample not available.