全部
在线测试
根据预到货单 ID 获取预到货信息
接口地址: http://proxy-api.vv-tool.com/api/proxy/wms/orderGetById
接口介绍: 根据预到货单 ID 获取预到货信息
请求方式: POST
返回格式: JSON
接口收费: 联系客服
频率限制: 10 次/秒
请求头参数
| 参数 | 类型 | 必选 | 值 | 示例 |
|---|---|---|---|---|
| Authorization | string | 是 | 授权 access_token | Bearer 1798c6aadec33d1bc2f5b707f1049aefexxxx |
请使用新的生成 token 接口 点击查看详情
请求参数
| 参数 | 类型 | 必选 | 描述 |
|---|---|---|---|
| id | integer | 是 | 预到货单 id |
请求示例
请求代码示例
cURL请求代码示例
PHP请求代码示例
JAVA请求代码示例
响应参数
| 参数名称 | 类型 | 参数描述 |
|---|---|---|
| order_id | integer | 预到货单 id |
| order_code | string | 预到货单号 |
| order_type | string | 单据类型 |
| consignor_id | integer | 货主 id |
| consignor_code | string | 货主编号 |
| consignor_name | string | 货主名称 |
| storage_id | integer | 仓库 id |
| storage_name | string | 仓库名称 |
| user_id | integer | 经手人 id |
| user_true_name | string | 经手人 |
| dept_id | integer | 部门 id |
| dept_name | string | 部门 |
| apply_date | date | 申请日期 |
| provider_id | integer | 供应商 id |
| provider_code | string | 供应商编号 |
| provider_short_name | string | 供应商 |
| tracking_number | string | 预到货识别码 |
| total_quantity | integer | 合计数量 |
| production_status | string | 生产状态 |
| status_text | string | 订单状态 |
| rate | decimal number | 税率 |
| arrived_date | date | 预计到货时间 |
| tax_amount_total | decimal number | 税额合计 |
| express_fee | decimal number | 快递费 |
| total_money | decimal number | 合计金额(不含税) |
| total_paid_money | decimal number | 付款金额 |
| surplus_total | decimal number | 剩余应付 |
| refund | decimal number | 退款额 |
| fin_status_id | byte | 付款状态 id |
| fin_status_text | string | 付款状态 |
| total_rate_money | decimal number | 合计金额(含税) |
| status_id | byte | 订单状态 id |
| is_checking | integer | 需要质检 |
| is_arrival_process | integer | 到货加工 |
| auditor | string | 审核人 |
| auditing | byte | 审核 |
| audit_date | date | 审核日期 |
| remark | string | 备注 |
| corp_url | string | 供应商 url |
| is_ciq_declare | byte | 需要海关报检 |
| external_no | string | 跨境平台系统采购单号 |
| external_no2 | string | 外部采购单号 |
| source_id | integer | 来源 id |
| creator | string | 创建人 |
| create_date | date | 创建时间 |
| modifier | string | 修改人 |
| modify_date | date | 修改时间 |
| return_order_code | string | 退货单号 |
| return_status_text | string | 退货状态 |
| return_status_id | byte | 退货状态 id |
| enable | byte | 是否可用 |
| create_id | integer | 创建人 id |
| modify_id | integer | 修改人 id |
| record_action | record_action | 记录操作动作 |
返回数据
响应代码
| 代码 | 代码描述 | 解决方案 |
|---|---|---|
| 0 | 成功 |
公共错误码点击查看详情
