POST api/Account/ChangePassword
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
ChangePasswordModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OldPassword | string |
Required Data type: Password |
|
| NewPassword | string |
Required Data type: Password String length: inclusive between 6 and 100 |
Request Formats
application/json, text/json
Sample:
{
"OldPassword": "sample string 1",
"NewPassword": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.