SCPN1-10966

(cherry picked from commit 6399b3bcd9e5fe68f176a0fe5d0035eae4c2d57b)
This commit is contained in:
2026-06-30 10:58:43 +02:00
committed by Francis Reat
parent 9725e8165a
commit 5e9c0666ea
2 changed files with 6 additions and 0 deletions

View File

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

View File

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