POST api/Account/ChangePassword

Request Information

URI Parameters

None.

Body Parameters

ChangePasswordDtoIn
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.