POST xuner/bi/datascreen/getStocksForewarn
8、库存预警
请求信息
URI 参数
无。
Body 参数
DataScreenGetStocksForewarnRequest名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
shopcode | string |
无。 |
|
pageNum |
取第几页的数据 |
integer |
无。 |
PageSize |
每页多少条数据,默认10 |
integer |
无。 |
IsUseApiSet |
是否启用默认API键值 0 不使用 1 使用 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{ "shopcode": "sample string 1", "pageNum": 2, "PageSize": 3, "IsUseApiSet": 4 }
响应信息
资源描述
8、库存预警
datascreen_getStocksForewarnRes名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
rptname |
表格名称 |
string |
无。 |
Table |
数据集 |
Collection of datascreen_getStocksForewarn |
无。 |
响应格式
application/json, text/json
样例:
{ "rptname": "sample string 1", "Table": [ { "shopcode": "sample string 1", "goodscode": "sample string 2", "sku": "sample string 3", "invqty": 4, "qty_max": 5, "qty_min": 6, "warn_msg": "sample string 7", "l2code": "sample string 8", "l2name": "sample string 9", "l3code": "sample string 10", "l3name": "sample string 11" }, { "shopcode": "sample string 1", "goodscode": "sample string 2", "sku": "sample string 3", "invqty": 4, "qty_max": 5, "qty_min": 6, "warn_msg": "sample string 7", "l2code": "sample string 8", "l2name": "sample string 9", "l3code": "sample string 10", "l3name": "sample string 11" } ] }