POST xuner/bi/condition/searchStore
门店检索
请求信息
URI 参数
无。
Body 参数
conditionRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| code |
搜索字符串 |
string |
无。 |
| pageNum |
页码 |
integer |
无。 |
| status |
状态字符串 0 正常 1包括作废状态 |
string |
无。 |
| type |
检索数据类型 运行时可用 |
integer |
无。 |
| brandCode |
品牌编码 |
string |
无。 |
| supplierCode |
供应商编码 |
string |
无。 |
| codelist |
多个代码 搜索 多个用,分隔 |
string |
无。 |
| PageSize |
每页多少条数据,默认10 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{
"code": "sample string 1",
"pageNum": 2,
"status": "sample string 3",
"type": 4,
"brandCode": "sample string 5",
"supplierCode": "sample string 6",
"codelist": "sample string 7",
"PageSize": 8
}
响应信息
资源描述
门店检索
gXopResponseOfListOfconditionResponse| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | Collection of conditionResponse |
无。 |
|
| desc |
错误信息 |
string |
无。 |
| result |
响应代码 1 成功 1011 令牌失效 0或其它 请求错误 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": [
{
"code": "sample string 1",
"name": "sample string 2",
"zjf": "sample string 3",
"cost": "sample string 4",
"price": "sample string 5"
},
{
"code": "sample string 1",
"name": "sample string 2",
"zjf": "sample string 3",
"cost": "sample string 4",
"price": "sample string 5"
}
],
"desc": "sample string 1",
"result": 2
}