POST xuner/bi/synthetical/getInventoryProduct
商品库存详情
请求信息
URI 参数
无。
Body 参数
SyntheticalGetInventoryProductRequest名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
code |
款号 |
string |
无。 |
beginDate |
开始日期 |
string |
无。 |
endDate |
结束日期 |
string |
无。 |
请求格式
application/json, text/json
样例:
{ "code": "sample string 1", "beginDate": "sample string 2", "endDate": "sample string 3" }
响应信息
资源描述
商品库存详情
gXopResponseOfsynthetical_getInventorProducts名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | synthetical_getInventorProducts |
无。 |
|
desc |
错误信息 |
string |
无。 |
result |
响应代码 1 成功 1011 令牌失效 0或其它 请求错误 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{ "data": { "colorList": [ { "code": "sample string 1", "name": "sample string 2" }, { "code": "sample string 1", "name": "sample string 2" } ], "data": { "code": "sample string 2", "name": "sample string 3", "brandName": "sample string 4", "seasonName": "sample string 5", "yearName": "sample string 6", "typeName": "sample string 7", "inventoryNum": 8, "weekNum": 9, "num": 10, "amount": 11.0, "mnemonic": "sample string 12" }, "list": [ { "warehouseCode": "sample string 1", "warehouseName": "sample string 2", "sizeCode": "sample string 3", "sizeName": "sample string 4", "num": 5 }, { "warehouseCode": "sample string 1", "warehouseName": "sample string 2", "sizeCode": "sample string 3", "sizeName": "sample string 4", "num": 5 } ] }, "desc": "sample string 1", "result": 2 }