POST cyapi/pos/common/changepassword
Request Information
URI Parameters
None.
Body Parameters
P_ChangePassWord| Name | Description | Type | Additional information |
|---|---|---|---|
| old_password | string |
None. |
|
| password | string |
None. |
|
| personCode | string |
None. |
|
| personId | string |
None. |
|
| storeCode | string |
None. |
|
| sktno | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"old_password": "sample string 1",
"password": "sample string 2",
"personCode": "sample string 3",
"personId": "sample string 4",
"storeCode": "sample string 5",
"sktno": "sample string 6"
}
application/xml, text/xml
Sample:
<P_ChangePassWord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonService.PubData"> <old_password>sample string 1</old_password> <password>sample string 2</password> <personCode>sample string 3</personCode> <personId>sample string 4</personId> <sktno>sample string 6</sktno> <storeCode>sample string 5</storeCode> </P_ChangePassWord>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultInfoOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Msg | string |
None. |
|
| Tips | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Msg": "sample string 2",
"tips": "sample string 3",
"Data": {}
}
application/xml, text/xml
Sample:
<ResultInfoOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonService.PubData"> <Code>sample string 1</Code> <Data /> <Msg>sample string 2</Msg> <Tips>sample string 3</Tips> </ResultInfoOfanyType>