版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

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
批次号

moveQty
Integer
移动数量

locationType
Integer
库位类型
deleteSkuIds
moveQty

List<Long>
Integer
移动数量
删除商品列表

请求样例

{

...

    "moveType": 2,
    "warehouseCode": "

...

    "remark":"test",

    "skuList":[

...

jofo_test_001",
    "remark": "",
    "skuList": [
        {
            "invAgingId":"2507251213081000003",
            "batchNo": "BN188392507250002",
            "locationType": 1,
            "shipperId": 18839,
            "sku": "JO1883925072200001S",
            "originZone": "JH001",
            "originLocation": "JH001-01-01-01-03",
            "targetZone": "

...

BH001",

...

            "targetLocation": "

...

A001",
           

...

"moveQty":

...

2
        }
    ]
}




返回样例

{

...

    "code": "0",

...

    "data": "SM250729005",
    "errors": "",
    "message": "moveNo",
    "messageId": "",
    "success": true,
    "warnList": ""
}

{

...


    "code": "3",
    "data": "",
    "errors": "",
    "message": "不支持创建移位单的sku",
    "messageId": "",
    "success": false,
    "warnList": ""
}

{
    "code": "3",
    "data": "",
    "errors": "",

...

    "message": "请上传正确的库龄id",

...

    "messageId": "",

...

    "success":

...

false,

...

    "warnList": ""
}