POST xuner/bi/retail/queryClerkSaleFlow
导购排名-店员资料-开单流水
请求信息
URI 参数
无。
Body 参数
queryClerkSaleFlowRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| code |
导购 |
string |
无。 |
| shop |
店铺 |
string |
无。 |
| beginDate | string |
无。 |
|
| endDate |
结束日期 |
string |
无。 |
| pageNum |
取第几页的数据 |
integer |
无。 |
| PageSize |
每页多少条数据,默认10 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{
"code": "sample string 1",
"shop": "sample string 2",
"beginDate": "sample string 3",
"endDate": "sample string 4",
"pageNum": 5,
"PageSize": 6
}
响应信息
资源描述
导购排名-店员资料-开单流水
gXopResponseOfListOfqueryClerkSaleFlow| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | Collection of queryClerkSaleFlow |
无。 |
|
| desc |
错误信息 |
string |
无。 |
| result |
响应代码 1 成功 1011 令牌失效 0或其它 请求错误 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": [
{
"DJH": "sample string 1",
"RQ": "sample string 2",
"SPDM": "sample string 3",
"SPMC": "sample string 4",
"ZJF": "sample string 5",
"SL": 6,
"DJ": 7.0,
"JE": 8.0,
"DM": "sample string 9",
"YSMC": "sample string 10",
"CMMC": "sample string 11",
"HYM": "sample string 12"
},
{
"DJH": "sample string 1",
"RQ": "sample string 2",
"SPDM": "sample string 3",
"SPMC": "sample string 4",
"ZJF": "sample string 5",
"SL": 6,
"DJ": 7.0,
"JE": 8.0,
"DM": "sample string 9",
"YSMC": "sample string 10",
"CMMC": "sample string 11",
"HYM": "sample string 12"
}
],
"desc": "sample string 1",
"result": 2
}