POST xuner/bi/synthetical/getBrandProduct
采购订单商品列表
请求信息
URI 参数
无。
Body 参数
SyntheticalPurchasetgoodRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| code |
商品代码 |
string |
Required |
请求格式
application/json, text/json
样例:
{
"code": "01"
}
响应信息
资源描述
采购订单商品列表
gXopResponseOfListOfsynthetical_searchBrandProduct| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | Collection of synthetical_searchBrandProduct |
无。 |
|
| desc |
错误信息 |
string |
无。 |
| result |
响应代码 1 成功 1011 令牌失效 0或其它 请求错误 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": [
{
"code": "",
"name": "",
"cost": "",
"price": "",
"discount": "",
"goodsdtl": [
{
"colorcode": "",
"colorname": "",
"sizecode": "",
"sizename": "",
"sku": "",
"skucount": 0,
"skustock": 0
}
],
"goodscodedtl": [
{
"brand": "",
"code": "",
"name": ""
}
]
}
],
"desc": "",
"result": 0
}