POST xuner/bi/datascreen/getProductWarningSales
18、商品预警(近多少天销量环比下降或上升超百分之多少)
请求信息
URI 参数
无。
Body 参数
DataScreenGetProductWarningRequest名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
typeid |
类型id |
string |
无。 |
brand |
品牌 |
string |
无。 |
classification |
分类 |
string |
无。 |
Days |
天数 |
string |
无。 |
currency |
通用 |
string |
无。 |
pageNum |
取第几页的数据 |
integer |
无。 |
PageSize |
每页多少条数据,默认10 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{ "typeid": "sample string 1", "brand": "sample string 2", "classification": "sample string 3", "Days": "sample string 4", "currency": "sample string 5", "pageNum": 6, "PageSize": 7 }
响应信息
资源描述
18、商品预警(近多少天销量环比下降或上升超百分之多少)
gXopResponseOfListOfProductWarningSales名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | Collection of ProductWarningSales |
无。 |
|
desc |
错误信息 |
string |
无。 |
result |
响应代码 1 成功 1011 令牌失效 0或其它 请求错误 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{ "data": [ { "goodscode": "sample string 1", "goodsname": "sample string 2", "qty": "sample string 3" }, { "goodscode": "sample string 1", "goodsname": "sample string 2", "qty": "sample string 3" } ], "desc": "sample string 1", "result": 2 }