POST xuner/bi/synthetical/getSizeSaleIventory

销存明细(根据颜色查询)

请求信息

URI 参数

无。

Body 参数

getSizeSaleIventoryRequest
名称描述类型附加信息
colorCode

颜色代码

string

无。

code

款号

string

无。

beginDate

开始日期

string

无。

endDate

结束日期

string

无。

请求格式

application/json, text/json

样例:
{
  "colorCode": "sample string 1",
  "code": "sample string 2",
  "beginDate": "sample string 3",
  "endDate": "sample string 4"
}

响应信息

资源描述

销存明细(根据颜色查询)

gXopResponseOfListOfsynthetical_getInventorySaleProductListItem
名称描述类型附加信息
data

Collection of synthetical_getInventorySaleProductListItem

无。

desc

错误信息

string

无。

result

响应代码 1 成功 1011 令牌失效 0或其它 请求错误

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": [
    {
      "xsNum": 1,
      "warehouseCode": "sample string 2",
      "warehouseName": "sample string 3",
      "sizeCode": "sample string 4",
      "sizeName": "sample string 5",
      "num": 6
    },
    {
      "xsNum": 1,
      "warehouseCode": "sample string 2",
      "warehouseName": "sample string 3",
      "sizeCode": "sample string 4",
      "sizeName": "sample string 5",
      "num": 6
    }
  ],
  "desc": "sample string 1",
  "result": 2
}