描述

查询移位单列表

路径

Http verbURL
POST

/api/supplier-service/v1/jofo/queryMoveOrderList

请求头样例

POST  /api/supplier-service/v1/jofo/queryMoveOrderList  HTTP/1.1
Host: http://cfs-qa.etowertech.com/
Content-Type: application/json
Accept: application/json
appId:etotest8xkIIphLnbkjRACNj4P
timestamp:1752496704166

signature:CC211FB0FFC6A1CD5ED373D0CFA2FF5D

字段

字段名称类型备注
allQueryList
List<String>
查全部移位单号,批次号。非必填
moveNos
List<String>移位单号。非必填
batchNos
List<String>批次号。非必填
sku
String精确搜索,搜索出移位单明细中包含该SKU的移位单。非必填
originZone
String原始库区。非必填
originLocation
String
原始库位。非必填

请求样例

{
    
}



返回样例