POST xuner/bi/datascreen/getPSISummary
10、产销存汇总表
请求信息
URI 参数
无。
Body 参数
DataScreenGetPSISummaryRequest名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
pageNum |
取第几页的数据 |
integer |
无。 |
PageSize |
每页多少条数据,默认10 |
integer |
无。 |
IsUseApiSet |
是否启用默认API键值 0 不使用 1 使用 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{ "pageNum": 1, "PageSize": 2, "IsUseApiSet": 3 }
响应信息
资源描述
10、产销存汇总表
datascreen_getPSISummaryRes名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
rptname |
表格名称 |
string |
无。 |
Table |
数据集 |
Collection of datascreen_getPSISummary |
无。 |
响应格式
application/json, text/json
样例:
{ "rptname": "sample string 1", "Table": [ { "goodscode": "sample string 1", "sku": "sample string 2", "goodsname": "sample string 3", "l2code": "sample string 4", "l2name": "sample string 5", "l3code": "sample string 6", "l3name": "sample string 7", "ccqty": 8, "fhqty": 9, "cjbalance": 10, "ccbalance": 11 }, { "goodscode": "sample string 1", "sku": "sample string 2", "goodsname": "sample string 3", "l2code": "sample string 4", "l2name": "sample string 5", "l3code": "sample string 6", "l3name": "sample string 7", "ccqty": 8, "fhqty": 9, "cjbalance": 10, "ccbalance": 11 } ] }