GET api/AccountSetting/UpdatePwd

Request Information

URI Parameters

None.

Body Parameters

Passwordcls
NameDescriptionTypeAdditional information
CurrentPwd

string

None.

NewPwd

string

None.

PeopleId

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "CurrentPwd": "sample string 1",
  "NewPwd": "sample string 2",
  "PeopleId": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.