POST api/Account/ChangePassword
Request Information
URI Parameters
None.
Body Parameters
ChangePasswordAppViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
Required |
|
| NewPassword | string |
Required Data type: Password String length: inclusive between 6 and 100 |
Request Formats
application/json, text/json
Sample:
{
"UserName": "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.