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": "",
  "pageNum": 0,
  "PageSize": 0,
  "IsUseApiSet": 0
}

响应信息

资源描述

8、库存预警

datascreen_getStocksForewarnRes
名称描述类型附加信息
rptname

表格名称

string

无。

Table

数据集

Collection of datascreen_getStocksForewarn

无。

响应格式

application/json, text/json

样例:
{
  "rptname": "",
  "Table": [
    {
      "shopcode": "",
      "goodscode": "",
      "sku": "",
      "invqty": 0,
      "qty_max": 0,
      "qty_min": 0,
      "warn_msg": "",
      "l2code": "",
      "l2name": "",
      "l3code": "",
      "l3name": ""
    }
  ]
}