全部
在线测试
根据货位转移单 ID 获取补货单详细信息
接口地址: http://proxy-api.vv-tool.com/api/proxy/wms/replenishmentGetByOrderId
接口介绍: 根据货位转移单 ID 获取补货单详细信息
请求方式: POST
返回格式: JSON
接口收费: 联系客服
频率限制: 10 次/秒
请求头参数
参数 | 类型 | 必选 | 值 | 示例 |
---|---|---|---|---|
Authorization | string | 是 | 授权 access_token | Bearer 1798c6aadec33d1bc2f5b707f1049aefexxxx |
请使用新的生成 token 接口 点击查看详情
请求参数
参数 | 类型 | 必选 | 描述 |
---|
请求示例
请求代码示例
cURL请求代码示例
PHP请求代码示例
JAVA请求代码示例
响应参数
参数名称 | 类型 | 参数描述 |
---|---|---|
result | bool | |
state | string | |
dynamic | object | |
msg | string | |
data | array | |
--replenishment_id | int | 补货单 ID |
--replenishment_code | string | 补货单号 |
--consignor_id | int | 货主 ID |
--consignor_code | string | 货主编号 |
--consignor_name | string | 货主名称 |
--storage_id | int | 仓库 ID |
--storage_name | string | 仓库名称 |
--total_quantity | int | 合计数量 |
--total_money | int | 合计金额 |
--bill_status | string | 补货单状态 |
--sorting_date | date | 分拣日期 |
--sorting_status | byte | 分拣状态 |
--auditor | string | 审核人 |
--auditing | byte | 审核状态 |
--audit_date | date | 审核日期 |
--remark | string | 备注 |
--create_id | int | 创建人 ID |
--creator | string | 创建人 |
--create_date | date | 创建时间 |
--modify_id | int | 修改人 ID |
--modifier | string | 修改人 |
--modify_date | date | 修改时间 |
--storage_replenishment_list | array | |
----replenishment_list_id | int | 补货单明细 ID |
----replenishment_id | int | 补货单 ID |
----position_name | string | 目标货位 |
----product_id | int | 商品 ID |
----product_code | string | 商品编号 |
----product_name | string | 商品名称 |
----product_model | string | 条形码 |
----product_spec | string | 商品规格 |
----transfer_quantity | int | 补货数量 |
----out_quantity | int | 已补货数量 |
----purchase_price | int | 成本价 |
----sub_total_money | int | 成本金额 |
----lack_storage | int | 缺货数量 |
----sorting_status | byte | 分拣状态 |
----remark | string | 备注 |
----create_id | int | 创建人 ID |
----creator | string | 创建人 |
----create_date | date | 创建时间 |
----modify_id | int | 修改人 ID |
----modifier | string | 修改人 |
----modify_date | date | 修改时间 |
----record_action | recordaction | 记录操作动作 |
--record_action | recordaction | 记录操作动作 |
返回数据
响应代码
代码 | 代码描述 | 解决方案 |
---|---|---|
0 | 成功 |
公共错误码点击查看详情