转至元数据结尾
转至元数据起始

正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史

« 前一个 版本 2 下一个 »

描述

创建移位单

路径

Http verbURL
POST

/api/supplier-service/v1/jofo/createMoveOrder

请求头样例

POST  /api/supplier-service/v1/jofo/createMoveOrder

HTTP/1.1
Host: http://cfs-qa.etowertech.com/
Content-Type: application/json
Accept: application/json
appId:etotest8xkIIphLnbkjRACNj4P
timestamp:1752496704166

signature:CC211FB0FFC6A1CD5ED373D0CFA2FF5D

字段

字段名称
类型是否必填备注
warehouseCode

String
仓库代码
moveType

short移位类型
  • 0(临时移位)
  • 1(预测移位)
  • 2(反向移位)
     
remark

String备注
skuList

List<WmsMoveOrderItemDTO>
商品列表
WmsMoveOrderItemDTO




invAgingId
Long
库龄id

sku
String
商品编码

shipperId
Integer
客户id

originZone
String
原始库区

originLocation
String
原始库位

targetZone
String
目标库区

targetLocation
String
目标库位

batchNo
String
批次号

locationType
Integer
库位类型

moveQty
Integer
移动数量

请求样例

{
    "warehouseCode":"11111",
    "moveType"1,

    "remark":"test",

    "skuList":[

       "invAgingId":3,

               "targetZone":"testZone",

              "targetLocation":"testLocation",

              "moveQty":3

}



返回样例

{
    "code":"0",
    "data":{
    },
    "errors":"",
    "message":"",
    "messageId":"",
    "success":true,
    "warnList":""
}




  • 无标签