POST xuner/bi/datascreen/getCustomerDeliverySummary
7、客户发货汇总表
请求信息
URI 参数
无。
Body 参数
DataScreenGetCustomerDeliverySummaryRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| pageNum |
取第几页的数据 |
integer |
无。 |
| PageSize |
每页多少条数据,默认10 |
integer |
无。 |
| goodsCode |
款号 |
string |
无。 |
| beginDate |
开始时间 |
string |
无。 |
| endDate |
结束时间 |
string |
无。 |
| IsUseApiSet |
是否启用默认API键值 0 不使用 1 使用 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{
"pageNum": 1,
"PageSize": 2,
"goodsCode": "sample string 3",
"beginDate": "sample string 4",
"endDate": "sample string 5",
"IsUseApiSet": 6
}
响应信息
资源描述
7、客户发货汇总表
datascreen_getCustomerDeliverySummaryRes| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| rptname |
表格名称 |
string |
无。 |
| Table |
数据集 |
Collection of datascreen_getCustomerDeliverySummary |
无。 |
响应格式
application/json, text/json
样例:
{
"rptname": "sample string 1",
"Table": [
{
"cust": "sample string 1",
"num": 2.0
},
{
"cust": "sample string 1",
"num": 2.0
}
]
}