GET api/AccountSetting/UpdatePwd
Request Information
URI Parameters
None.
Body Parameters
Passwordcls| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.