全部
在线测试
根据条件获得调拨申请单数据
接口地址: http://proxy-api.vv-tool.com/api/proxy/wms/allocateSearch
接口介绍: 根据条件获得调拨申请单数据
请求方式: POST
返回格式: JSON
接口收费: 联系客服
频率限制: 10 次/秒
请求头参数
参数 | 类型 | 必选 | 值 | 示例 |
---|---|---|---|---|
Authorization | string | 是 | 授权 access_token | Bearer 1798c6aadec33d1bc2f5b707f1049aefexxxx |
请使用新的生成 token 接口 点击查看详情
请求参数
参数 | 类型 | 必选 | 描述 |
---|---|---|---|
id | integer | 是 | 主键 ID |
code | string | 是 | 单据编号 |
status_text | string | 是 | 单据状态 |
create_date_begin | date | 是 | 创建日期从 |
create_date_end | date | 是 | 创建日期到 |
请求示例
请求代码示例
cURL请求代码示例
PHP请求代码示例
JAVA请求代码示例
响应参数
参数名称 | 类型 | 参数描述 |
---|---|---|
allocate_apply_id | integer | 调拨申请单 id |
allocate_apply_code | string | 调拨申请单号 |
order_type | string | 单据类型 |
consignor_id | integer | 货主 id |
consignor_code | string | 货主编号 |
consignor_name | string | 货主名称 |
user_id | integer | 经手人 id |
user_true_name | string | 经手人 |
dept_id | integer | 部门 id |
dept_name | string | 部门 |
apply_date | date | 申请日期 |
storage_id | integer | 调出仓库 id |
storage_name | string | 调出仓库 |
storage_id_in | integer | 调入仓库 id |
storage_name_in | string | 调入仓库 |
status_id | byte | 调拨申请状态 id |
status_text | string | 调拨申请状态 |
sorting_status | byte | 分拣状态 |
sorting_date | date | 分拣日期 |
auditor | string | 审核人 |
auditing | byte | 审核 |
audit_date | date | 审核日期 |
total_quantity | integer | 合计数量 |
total_money | decimal number | 合计金额 |
enable | byte | 是否可用 |
remark | string | 备注 |
create_id | integer | 创建人 id |
creator | string | 创建人 |
create_date | date | 创建时间 |
modify_id | integer | 修改人 id |
modifier | string | 修改人 |
modify_date | date | 修改时间 |
返回数据
响应代码
代码 | 代码描述 | 解决方案 |
---|---|---|
0 | 成功 |
公共错误码点击查看详情