全部
在线测试
根据获取预到货单 ID 获取预到货订单单据状态轨迹
接口地址: http://proxy-api.vv-tool.com/api/proxy/wms/searchStatusId
接口介绍: 根据获取预到货单 ID 获取预到货订单单据状态轨迹
请求方式: POST
返回格式: JSON
接口收费: 联系客服
频率限制: 10 次/秒
请求头参数
参数 | 类型 | 必选 | 值 | 示例 |
---|---|---|---|---|
Authorization | string | 是 | 授权 access_token | Bearer 1798c6aadec33d1bc2f5b707f1049aefexxxx |
请使用新的生成 token 接口 点击查看详情
请求参数
参数 | 类型 | 必选 | 描述 |
---|---|---|---|
id | integer | 是 | 预到货单 ID |
请求示例
请求代码示例
cURL请求代码示例
PHP请求代码示例
JAVA请求代码示例
响应参数
参数名称 | 类型 | 参数描述 |
---|---|---|
history_id | integer | 历史 id |
order_id | integer | 商品 id |
status_type | string | 状态类型 |
operation_type | string | 操作类型 |
from_status | string | 变更前状态 |
to_status | string | 变更后状态 |
bill_id | integer | 单据 id |
bill_code | string | 单据号 |
remark | string | 备注 |
order_no | integer | 排序号 |
create_id | integer | 创建人 id |
creator | string | 创建人 |
create_date | date | 创建时间 |
modify_id | integer | 修改人 id |
modifier | string | 修改人 |
modify_date | date | 修改时间 |
record_action | record_action | 记录操作动作 |
返回数据
响应代码
代码 | 代码描述 | 解决方案 |
---|---|---|
0 | 成功 |
公共错误码点击查看详情