POST xuner/bi/synthetical/queryInventorySummary
库存汇总
请求信息
URI 参数
无。
Body 参数
SyntheticalQueryInventorySummaryRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| category |
类别 1 仓库 2 品牌 3 大类 4 年度季节 5 属性5 6 供应商 |
string |
无。 |
| list |
仓库代码 支持多个用,分隔 |
string |
无。 |
| brandlist |
品牌代码 支持多个用,分隔 |
string |
无。 |
| othertype6list |
属性6代码 支持多个用,分隔 |
string |
无。 |
| PageSize |
每页多少条数据,默认10 |
integer |
无。 |
| pageNum |
页码 默认1 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{
"category": "",
"list": "",
"brandlist": "",
"othertype6list": "",
"PageSize": 10,
"pageNum": 1
}
响应信息
资源描述
库存汇总
gXopResponseOfListOfsynthetical_queryInventorySummary| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | Collection of synthetical_queryInventorySummary |
无。 |
|
| desc |
错误信息 |
string |
无。 |
| result |
响应代码 1 成功 1011 令牌失效 0或其它 请求错误 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": [
{
"code": "",
"name": "",
"skc": 0,
"num": 0,
"retailAmount": 0.0,
"inAmount": 0.0,
"standardAmount": 0.0
}
],
"desc": "",
"result": 0
}