From 8dbd6e5eadd177ba78aebbff8d18941917e6c018 Mon Sep 17 00:00:00 2001 From: wangfuguo Date: Thu, 1 Sep 2022 14:47:28 +0800 Subject: [PATCH] feat: 添加通鲁仓储订单对接接口 --- order/warehouse/2022083101/仓储接口.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/order/warehouse/2022083101/仓储接口.md b/order/warehouse/2022083101/仓储接口.md index bc68961..55e4c5b 100644 --- a/order/warehouse/2022083101/仓储接口.md +++ b/order/warehouse/2022083101/仓储接口.md @@ -161,13 +161,12 @@ POST | 参数名 | 必传 | 类型 | 说明 | | ------------------------------------------ | ---- | ------ | ----------------------------------------- | -| code | 是 | string | 客户单号 | -| supplier | 否 | string | 供应商名称 | +| code | 是 | string | 客户单号(PO) | | planTime | 否 | string | 预计操作日期时间戳(毫秒)-->入库通知日期 | | billTime | 否 | string | 单据日期时间戳(毫秒)(如无默认当前时间) | | remark | 否 | String | 备注 | | goodList | 是 | list | 商品集合 | -|     warehouseCode | 是 | string | 仓库编号 | +|     warehouseCode | 是 | string | 仓库编号(默认:ZY_MA_AN_SHAN_WH) | |     warehouseAreaCode | 否 | string | 库区编号 | |     warehouseLocCode | 否 | string | 库位编号 | |     warehouseStatus | 是 | string | 库存状态(KCZ00 【正常】、KCZ01【冻结】) | @@ -253,7 +252,7 @@ POST | 参数名 | 必传 | 类型 | 说明 | | ------------------------------------------ | ---- | ------ | ----------------------------------------- | -| code | 是 | string | 客户单号 | +| code | 是 | string | 客户单号(SO) | | supplier | 否 | string | 供应商 | | receiverCustomerCode | 是 | string | 收货客户编号 | | receiver | 是 | string | 收货人 | @@ -265,7 +264,7 @@ POST | bgm | 是 | string | 消息编号 | | remark | 否 | string | 备注 | | goodList | 是 | list | 商品集合 | -|     warehouseCode | 是 | string | 仓库编号 | +|     warehouseCode | 是 | string | 仓库编号(默认:ZY_MA_AN_SHAN_WH) | |     warehouseAreaCode | 否 | string | 库区编号 | |     warehouseLocCode | 否 | string | 库位编号 | |     warehouseStatus | 是 | string | 库存状态(KCZ00 【正常】、KCZ01【冻结】) | @@ -279,7 +278,7 @@ POST |     stockCount | 是 | int | 应出库数量 | |     weight | 否 | int | 重量 | |     volume | 否 | int | 体积 | -|     transactionSubCode | 否 | string | 交易子单号 | +|     transactionSubCode | 否 | string | 交易子单号(SO) | |     lineNumber | 否 | string | 单据行号 | |     batchNumber | 否 | string | 批次号 | |     ediSkuNo | 否 | string | D365内部编号 | @@ -357,7 +356,7 @@ POST | billTime | 否 | string | 单据日期时间戳(毫秒)(如无默认当前时间) | | remark | 否 | String | 备注 | | goodList | 是 | list | 商品集合 | -|     warehouseCode | 是 | string | 仓库编号 | +|     warehouseCode | 是 | string | 仓库编号(默认:ZY_MA_AN_SHAN_WH) | |     warehouseAreaCode | 否 | string | 库区编号 | |     warehouseLocCode | 否 | string | 库位编号 | |     warehouseStatus | 是 | string | 释放后库存状态(KCZ00 【正常】、KCZ01【冻结】) | @@ -372,7 +371,6 @@ POST |     number | 否 | int | 数量 | |     weight | 否 | int | 重量 | |     volume | 否 | int | 体积 | -|     transactionSubCode | 否 | string | 交易子单号(PO号) | |     lineNumber | 否 | string | 单据行号 | |     batchNumber | 是 | string | 批次号 | |     pciCode | 否 | string | pciCode | @@ -465,22 +463,22 @@ zyClient.doPost(Constants.TEST_HOST + "/oms-service-api/warehouseOrder/transferS | 参数名 | 必传 | 类型 | 说明 | | -------------------------------------------- | ---- | ------ | --------------------------------------------- | -| code | 是 | string | 入库单号 | +| code | 是 | string | 客户单号(SO) | | planTime | 否 | string | 预计操作日期 | | billTime | 否 | string | 单据日期时间戳(毫秒)(如无默认当前时间) | | goodList | 是 | list | 商品集合 | -|     inWarehouseCode | 是 | string | 调入仓库编号 | +|     inWarehouseCode | 是 | string | 调入仓库编号(默认:ZY_MA_AN_SHAN_WH) | |     inWarehouseAreaCode | 否 | string | 调入库区编号 | |     inWarehouseLocCode | 否 | string | 调入库位编号 | |     inWarehouseStatus | 是 | string | 调入库存状态(KCZ00 【正常】、KCZ01【冻结】) | -|     outWarehouseCode | 是 | string | 调出仓库编号 | +|     outWarehouseCode | 是 | string | 调出仓库编号(默认:ZY_MA_AN_SHAN_WH) | |     outWarehouseAreaCode | 否 | string | 调出库区编号 | |     outWarehouseLocCode | 否 | string | 调出库位编号 | |     outWarehouseStatus | 是 | string | 调出库存状态(KCZ00 【正常】、KCZ01【冻结】) | -|     inCustomerCode | 否 | string | 调入客户编号 | -|     inCustomerName | 否 | string | 调入客户名称 | -|     outCustomerCode | 否 | string | 调出客户编号 | -|     outCustomerName | 否 | string | 调出客户名称 | +|     inCustomerCode | 否 | string | 调入客户编号(默认:C00008622) | +|     inCustomerName | 否 | string | 调入客户名称(默认:欧力供应链) | +|     outCustomerCode | 否 | string | 调出客户编号(默认:C00008623) | +|     outCustomerName | 否 | string | 调出客户名称(默认:欧力工厂) | |     code | 是 | string | 商品编码 | |     name | 否 | string | 商品名称 | |     barCode | 否 | string | 商品条码 | @@ -488,12 +486,12 @@ zyClient.doPost(Constants.TEST_HOST + "/oms-service-api/warehouseOrder/transferS |     unit | 否 | string | 单位 | |     produceDate | 否 | string | 生产日期时间戳(毫秒) | |     expiryDate | 否 | string | 过期日期时间戳(毫秒) | -|     number | 是 | int | 移库数量 | +|     number | 是 | int | 调拨数量 | |     weight | 否 | int | 重量 | |     volume | 否 | int | 体积 | |     lineNumber | 否 | string | 单据行号 | |     batchNumber | 否 | string | 批次号 | -|     transactionSubCode | 否 | string | 交易子单号 | +|     transactionSubCode | 否 | string | 交易子单号(SO) | |     ediSkuNo | 否 | string | ediSkuNo | |     pciCode | 否 | string | pciCode | |     factoryLineNumber | 否 | string | 工厂行号 | -- libgit2 0.21.0