POST user/chgpwd
Request Information
URI Parameters
None.
Body Parameters
ChgPwdRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| orgPwd | string |
Max length: 20 Min length: 6 |
|
| newPwd | string |
Max length: 20 Min length: 6 |
|
| repeat | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"orgPwd": "sample string 1",
"newPwd": "sample string 2",
"repeat": "sample string 3"
}
application/xml, text/xml
Sample:
<ChgPwdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iting.api.Models"> <newPwd>sample string 2</newPwd> <orgPwd>sample string 1</orgPwd> <repeat>sample string 3</repeat> </ChgPwdRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseEntityOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.