POST cyapi/pos/common/report
Request Information
URI Parameters
None.
Body Parameters
P_Report| Name | Description | Type | Additional information |
|---|---|---|---|
| orderFunction | string |
None. |
|
| personId | integer |
None. |
|
| bj | integer |
None. |
|
| jzrq | string |
None. |
|
| storeId | string |
None. |
|
| personCode | string |
None. |
|
| ddly | string |
None. |
|
| splitDJD | integer |
None. |
|
| czkSaveMoney | string |
None. |
|
| shopId | string |
None. |
|
| sktno | string |
None. |
|
| storeCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"orderFunction": "sample string 1",
"personId": 2,
"bj": 3,
"jzrq": "sample string 4",
"storeId": "sample string 5",
"personCode": "sample string 6",
"ddly": "sample string 7",
"splitDJD": 8,
"czkSaveMoney": "sample string 9",
"shopId": "sample string 10",
"sktno": "sample string 11",
"storeCode": "sample string 12"
}
application/xml, text/xml
Sample:
<P_Report xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonService.PubData"> <sktno>sample string 11</sktno> <storeCode>sample string 12</storeCode> <bj>3</bj> <czkSaveMoney>sample string 9</czkSaveMoney> <ddly>sample string 7</ddly> <jzrq>sample string 4</jzrq> <orderFunction>sample string 1</orderFunction> <personCode>sample string 6</personCode> <personId>2</personId> <shopId>sample string 10</shopId> <splitDJD>8</splitDJD> <storeId>sample string 5</storeId> </P_Report>
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>