POST xuner/bi/synthetical/searchProduct

商品上图

请求信息

URI 参数

无。

Body 参数

SyntheticalSearchProductRequest
名称描述类型附加信息
code

商品数据 商品代码或商品名称(部份匹配) 商品原厂货号或商品条码(完整匹配)

string

无。

beginDate

上架开始日期 格式yyyy-MM-dd

string

无。

endDate

上架结束日期 格式yyyy-MM-dd

string

无。

updbeginDate

更新开始日期 格式yyyy-MM-dd

string

无。

updendDate

更新结束日期 格式yyyy-MM-dd

string

无。

list

供应商代码 支持多个用,分隔

string

无。

brandlist

品牌代码 支持多个用,分隔

string

无。

productlist

商品代码 支持多个用,分隔

string

无。

bigclasslist

大类代码 支持多个用,分隔

string

无。

othertype1list

属性1代码 支持多个用,分隔

string

无。

smallclasslist

小类代码 支持多个用,分隔

string

无。

seasonlist

季节代码 支持多个用,分隔

string

无。

othertype12list

属性12代码 支持多个用,分隔

string

无。

seachimg

搜索图片字符串

string

无。

PageSize

每页多少条数据,默认10

integer

无。

pageNum

页码 默认1

integer

无。

请求格式

application/json, text/json

样例:
{
  "code": "",
  "beginDate": "",
  "endDate": "",
  "updbeginDate": "",
  "updendDate": "",
  "list": "",
  "brandlist": "",
  "productlist": "",
  "bigclasslist": "",
  "othertype1list": "",
  "smallclasslist": "",
  "seasonlist": "",
  "othertype12list": "",
  "seachimg": "",
  "PageSize": 10,
  "pageNum": 1
}

响应信息

资源描述

商品上图

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

Collection of synthetical_searchProduct

无。

desc

错误信息

string

无。

result

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

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": [
    {
      "row_num": 0,
      "code": "",
      "name": "",
      "brandName": "",
      "seasonName": "",
      "yearName": "",
      "typeName": "",
      "launchDate": "",
      "launchDays": 0,
      "mnemonic": "",
      "vdcodename": "",
      "lstdate": "",
      "usp": "",
      "l3name": "",
      "l2name": "",
      "price": 0.0,
      "boduanname": "",
      "cost": 0.0,
      "extproperty1": "",
      "Degree": 0,
      "vipprice": 0.0
    }
  ],
  "desc": "",
  "result": 0
}