POST api/lost_password/set.json
Change the password.
Request Information
URI Parameters
None.
Body Parameters
ChangePassword| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
Required Data type: Text |
|
| NewPassword | string |
Required Data type: Password String length: inclusive between 6 and 100 |
|
| ConfirmPassword | string |
Data type: Password |
Request Format
{
"ID": "sample string 1",
"NewPassword": "sample string 2",
"ConfirmPassword": "sample string 3"
}
Response Information
Resource Description
Empty
None.
Response Format
{}