Merge branch 'Release-2.0-V14' into 'release/2.0'

Release-2.0-V14 into release/2.0

See merge request r-d-technique/tiers/reflex-wms-connector!288
This commit is contained in:
2026-07-02 08:40:49 +00:00
3 changed files with 8 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
"RefID": "${reflexMvtStockInterface.hd_number?trim?json_string}" "RefID": "${reflexMvtStockInterface.hd_number?trim?json_string}"
}, },
"Payload": { "Payload": {
"Reference":"${reflexMvtStockInterface.hd_number?trim?json_string}",
"ReceivedContents" :[ "ReceivedContents" :[
{ {
"DateTime": { "DateTime": {

View File

@@ -22,6 +22,11 @@
}, },
"Payload": { "Payload": {
<#if despatched_ipg.carton_number != "000000000000000000">
"Reference": "${despatched_ipg.carton_number}",
<#else>
"Reference": "${despatched_ipg.hd_number}",
</#if>
"Information" :{ "Information" :{
<#if despatched_ipg.carton_number != "000000000000000000"> <#if despatched_ipg.carton_number != "000000000000000000">
"ContainerType": "${despatched_ipg.carton_type_code?json_string}" "ContainerType": "${despatched_ipg.carton_type_code?json_string}"

View File

@@ -74,10 +74,10 @@
<#else> <#else>
[ [
{ {
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDeleted> <#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowShipFromAcked>
"apiReflexPlatformID" : "${apiReflexPlatformID}", "apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" : "datas" :
<#include "RFXtoRP_ExecutionflowDeleted.ftl"> <#include "RFXtoRP_PrepOrder_ShipFromAcked.ftl">
} }
] ]
</#if> </#if>