全部
在线测试
根据条件获得其他入库数据
接口地址: http://proxy-api.vv-tool.com/api/proxy/wms/storageEnterSearch
接口介绍: 根据条件获得其他入库数据
请求方式: POST
返回格式: JSON
接口收费: 联系客服
频率限制: 10 次/秒
请求头参数
| 参数 | 类型 | 必选 | 值 | 示例 |
|---|---|---|---|---|
| Authorization | string | 是 | 授权 access_token | Bearer 1798c6aadec33d1bc2f5b707f1049aefexxxx |
请使用新的生成 token 接口 点击查看详情
请求参数
| 参数 | 类型 | 必选 | 描述 |
|---|---|---|---|
| id | int | 否 | 主键 ID |
| code | string | 否 | 单据编号 |
| status_text | string | 否 | 单据状态 |
| create_date_begin | date | 否 | 创建日期从 |
| create_date_end | date | 否 | 创建日期到 |
请求示例
请求代码示例
cURL请求代码示例
PHP请求代码示例
JAVA请求代码示例
响应参数
| 参数名称 | 类型 | 参数描述 |
|---|---|---|
| enter_id | int | 其他入库单 ID |
| enter_code | string | 其他入库单号 |
| order_type | string | 单据类型 |
| consignor_id | int | 货主 ID |
| consignor_code | string | 货主编号 |
| consignor_name | string | 货主名称 |
| storage_id | int | 仓库 ID |
| storage_name | string | 仓库名称 |
| user_id | int | 经手人 ID |
| user_true_name | string | 经手人 |
| dept_id | int | 部门 ID |
| dept_name | string | 部门 |
| apply_date | date | 入库日期 |
| provider_id | int | 采购商 ID |
| provider_code | string | 供应商号 |
| provider_short_name | string | 供应商 |
| total_quantity | int | 合计数量 |
| total_money | int | 合计金额 |
| rate | int | 税率 |
| total_rate_money | int | 合计价税 |
| pay_limit_date | date | 付款期限 |
| status_id | byte | 订单状态 ID |
| status_text | string | 订单状态 |
| auditor | string | 审核人 |
| auditing | byte | 审核 |
| audit_date | date | 审核日期 |
| enable | byte | 是否可用 |
| remark | string | 备注 |
| create_id | int | 创建人 ID |
| creator | string | 创建人 |
| create_date | date | 创建时间 |
| modify_id | int | 修改人 ID |
| modifier | string | 修改人 |
| modify_date | date | 修改时间 |
| storage_enter_list | array | |
| --enter_list_id | int | 其他入库明细 ID |
| --enter_id | int | 其他入库单 ID |
| --product_id | int | 商品 ID |
| --product_code | string | 编号 |
| --product_name | string | 商品名称 |
| --product_model | string | 条形码 |
| --product_spec | string | 商品规格 |
| --small_unit | string | 小单位 |
| --relation_code | string | 关联码 |
| --big_unit | string | 大单位 |
| --unit_convert | int | 换算关系 |
| --unit_convert_text | string | 单位关系 |
| --quantity | int | 数量 |
| --position_name | string | 货位名称 |
| --plate_code | string | 拍号 |
| --purchase_price | int | 单价 |
| --purchase_money | int | 金额 |
| --batch_number | string | 批次号 |
| --produce_date | date | 生产时间 |
| --rate | int | 税率 |
| --rate_price | int | 税价 |
| --rate_money | int | 价税合计 |
| --enable | 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 | 成功 |
公共错误码点击查看详情
