文档
测试

数据详情

POST
/api_py/sc_open_data/query_detail

接口描述

数据详情

请求头

参数名
类型
描述
必填
Content-Type
application/json
必填

请求参数

参数名
类型
描述
必填
默认值
示例
operatorId
int
用户ID
必填
{"operatorId":498,"filters":[{"columnCode":"child_brand","filterType":"like","values":["025077000104"]}],"pageNo":1,"pageSize":10}
filters
array
查询条件列表
必填
columnCode
string
默认列名
必填
child_brand
filterType
string
默认查询条件
必填
like
values
array
UPC编码
必填
pageNo
int
当前页
必填
1
pageSize
int
总页数
必填
10

响应参数

参数名
类型
描述
必填
code
int
响应状态码
必填
data
list
数据详情列表
必填
create_time
date
数据入库时间
必填
custodian_code
string
保管者编码
必填
custodian_name
string
保管者名称
必填
id
int
数据库id
必填
matrial_code
string
物料编码
必填
matrial_name
string
物料名称
必填
shipper_code
string
货主编码
必填
shipper_name
string
货主名称
必填
stock_num
int
库存量
必填
stock_org
string
库存组织
必填
stock_sale_info_id
未知
必填
warehouse_code
string
仓库编码
必填
warehouse_name
string
仓库名称
必填

说明 / 示例

{ "code": 200, "data": [ { "create_time": "Thu, 11 Apr 2024 06:02:38 GMT", "custodian_code": "118", "custodian_name": "香港源东有限公司", "id": 28968, "matrial_code": "025077000104", "matrial_name": "普丽普莱辅酶Q10软胶囊 200mg 120粒", "shipper_code": "118", "shipper_name": "香港源东有限公司", "stock_num": 967, "stock_org": "香港源东有限公司", "stock_sale_info_id": null, "warehouse_code": "CK011", "warehouse_name": "抖音自营-澳佳宝&普丽普莱仓" }, { "create_time": "Thu, 11 Apr 2024 06:02:38 GMT", "custodian_code": "118", "custodian_name": "香港源东有限公司", "id": 28969, "matrial_code": "025077000104", "matrial_name": "普丽普莱辅酶Q10软胶囊 200mg 120粒", "shipper_code": "118", "shipper_name": "香港源东有限公司", "stock_num": 1, "stock_org": "香港源东有限公司", "stock_sale_info_id": null, "warehouse_code": "CK018", "warehouse_name": "抖音旗舰店-澳佳宝&普丽普莱" }, { "create_time": "Thu, 11 Apr 2024 06:02:38 GMT", "custodian_code": "118", "custodian_name": "香港源东有限公司", "id": 28967, "matrial_code": "025077000104", "matrial_name": "普丽普莱辅酶Q10软胶囊 200mg 120粒", "shipper_code": "118", "shipper_name": "香港源东有限公司", "stock_num": 762, "stock_org": "香港源东有限公司", "stock_sale_info_id": null, "warehouse_code": "CK030", "warehouse_name": "浙江义乌-轻微残次仓-B-跨境-代塔" }, { "create_time": "Thu, 11 Apr 2024 06:02:38 GMT", "custodian_code": "118", "custodian_name": "香港源东有限公司", "id": 28966, "matrial_code": "025077000104", "matrial_name": "普丽普莱辅酶Q10软胶囊 200mg 120粒", "shipper_code": "118", "shipper_name": "香港源东有限公司", "stock_num": 48, "stock_org": "香港源东有限公司", "stock_sale_info_id": null, "warehouse_code": "CK032", "warehouse_name": "天猫旗舰店仓" } ], "message": "成功" }