SCPN1-10966

This commit is contained in:
2026-06-30 10:58:52 +02:00
parent 7c9321002f
commit 3c3f197bae
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}"