文档
测试

查询其他入库单

POST
请求地址/router

系统相关界面

"界面路径:【仓储】----【其他入库单管理】----【查询】"

请求地址

|环境|服务地址(HTTP/HTTPS)| |-|-| |V2正式环境| https://gw.superboss.cc/router| **2022年4月1日**以后申请的APP Key,统一使用V2正式环境的请求地址:**https://gw.superboss.cc/router**

公共参数

调用任何一个API都必须传入的参数,目前支持的公共参数有: | 参数名称 | 参数类型 | 是否必须 | 参数描述 | | --- | --- | --- | --- | | method | string | 是 | API接口名称 | | appKey | string | 是 | 分配给应用的AppKey | | timestamp | string | 是 | 时间戳,时区为GMT+8,例如:2020-09-21 16:58:00。API服务端允许客户端请求最大时间误差为10分钟 | | format | string | 否 | 响应格式。默认为json格式,可选值:json | | version | string | 是 | API协议版本 可选值:1.0 | | sign\_method | string | 否 | 签名的摘要算法(默认 hmac),可选值为:hmac,md5,hmac-sha256。 | | sign | string | 是 | 签名 | | session | string | 是 | 授权会话信息 (即access_token,由系统分配) |

请求头

参数名
类型
描述
必填
Content-Type
string
multipart/form-data
必填

API接口地址

参数名
类型
描述
必填
method
string
other.in.order.query
必填

请求参数

参数名
类型
描述
必填
outerCode
string
外部编号
可选
startModified
string
起始时间 格式:yyyy-MM-dd HH:mm:ss(修改时间为准)
可选
endModified
string
结束时间 格式:yyyy-MM-dd HH:mm:ss(修改时间为准)
可选
customTypeStr
string
入库单类型,支持多个拼接
可选
status
string
单据状态 NOT_FINISH :未完成,FINISHED :已完成,SHELVED :「已废弃」,CLOSED :已关闭
可选
pageNo
integer
页码 取值范围:大于零的整数。默认值为1
可选
pageSize
integer
每页条数 取值范围:大于零的整数;最大值:200;默认值:40
可选
code
string
单据号
可选

请求示例

```json { "outerCode": "string", "startModified": "string", "endModified": "string", "fields": "string", "customTypeStr": "string", "status": "string" } ````

响应参数

参数名
类型
描述
total
string
总数
list
object
列表
shortId
string
短号
finisherName
string
完成人名称
busyOutId
string
业务出库单id
cancelAmount
string
作废金额(单位:分)
outWarehouseName
string
出库仓库名称
discountAmount
string
折扣金额(单位:分)
needCheck
string
是否需要质检 0-不需要,1-需要
shelveTime
string
上架时间
outWarehouseId
string
出库仓库id
weSourceId
string
收货单对接平台外部单号
purchaseOrderCode
string
采购单编号
busyId
string
业务id
modified
string
修改时间
id
string
id
outerCode
string
外部编号
created
string
创建时间
busyType
string
业务类型
finished
string
完成时间 完成人姓名
createrName
string
制单人名称
pdaWeTaskStatus
string
pda收货状态,0:未进行pda收货 1:pda收货中
othersFee
string
其他金额(单位:分)
shelvedQuantity
string
上架数
warehouseId
string
仓库id
purchaseOrderId
string
采购单id
purchaseQuantity
string
采购总数
items
string
商品种类数量
status
string
入库状态 NOT_FINISH :未完成,FINISHED :已完成,SHELVED :「已废弃」,CLOSED :已关闭
containerNo
string
容器号
code
string
收货单编号
supplierId
string
供应商id
badShelveFee
string
次品上架金额(单位:分)
freight
string
运费(单位:分)
remark
string
备注
warehouseName
string
仓库名
goodShelveFee
string
良品上架金额(单位:分)
waitShelveQuantity
string
待上架数量
totalDetailFee
string
总金额(单位:分)
hasCheck
string
质检状态 0-未质检,1-已质检
busyOutCode
string
业务出库单单据号
supplierName
string
供应商名
getBadNum
string
已接收次品数
quantity
string
数量
busyTypeDesc
string
业务类型desc
warehouseExternalCode
string
仓库外部编号
cancelQuantity
string
作废数量
receiveQuantity
string
商品待代收数量(对应商品明细里的代收数)
getGoodNum
string
已接收良品数
feeShareType
string
金额分摊方式
busyCode
string
业务单据号
quantityCheck
string
待质检数
logisticsType
string
物流方式
customType
string
出入库类型

响应示例

```json { "total": 12345, "list": [ { "shortId": "zhangsan", "finisherName": "zhangsan", "busyOutId": 12345, "cancelAmount": 10000, "outWarehouseName": "zhangsan", "discountAmount": 10000, "needCheck": 1, "shelveTime": "zhangsan", "outWarehouseId": 12345, "weSourceId": "zhangsan", "purchaseOrderCode": "zhangsan", "busyId": 12345, "modified": "zhangsan", "id": 12345, "outerCode": "zhangsan", "created": "zhangsan", "busyType": "zhangsan", "finished": "zhangsan", "createrName": "zhangsan", "pdaWeTaskStatus": 1, "othersFee": 10000, "shelvedQuantity": 12345, "warehouseId": 12345, "purchaseOrderId": 12345, "purchaseQuantity": 12345, "items": 1, "status": "zhangsan", "containerNo": "zhangsan", "code": "zhangsan", "supplierId": 12345, "badShelveFee": 10000, "freight": 10000, "remark": "zhangsan", "warehouseName": "zhangsan", "goodShelveFee": 10000, "waitShelveQuantity": 12345, "totalDetailFee": 10000, "hasCheck": 1, "busyOutCode": "zhangsan", "supplierName": "zhangsan", "getBadNum": 12345, "quantity": 12345, "busyTypeDesc": "zhangsan", "warehouseExternalCode": "zhangsan", "cancelQuantity": 12345, "receiveQuantity": 12345, "getGoodNum": 12345, "feeShareType": 1, "busyCode": "zhangsan", "quantityCheck": 1, "logisticsType": 1, "customType" : "类型一" } ] } ```

异常示例

```` { "code": "25", "msg": "服务方法(other.in.order.query:1.0)的签名无效", "success": false, "trace_id": "3553483395423660" } ````

错误码解释

| 错误码 |错误信息|解决方案| |-|-|-| |25|服务方法(other.in.order.query:1.0)的签名无效|签名参数错误|