POST api/Account/ChangePassword
Request Information
URI Parameters
None.
Body Parameters
ChangePasswordDtoInName | Description | Type | Additional information |
---|---|---|---|
CurrentPassword | string |
Required String length: inclusive between 0 and 50 |
|
NewPassword | string |
Required String length: inclusive between 0 and 50 |
|
ConfirmPassword | string |
Required String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
{ "currentPassword": "sample string 1", "newPassword": "sample string 2", "confirmPassword": "sample string 3" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.