From ff5d6bc4d30e9a2a47c1d1850550a85fdbb3af2d Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Wed, 21 Jan 2026 14:48:58 +0100 Subject: [PATCH] SCPN1-10068 --- RFXtoRP_HsaLstCarSta_CarrierArrived.ftl | 4 ++-- RFXtoRP_HsaLstCarSta_CarrierDeparted.ftl | 4 ++-- RFXtoRP_HsaLstCarSta_CarrierExpected.ftl | 4 ++-- RFXtoRP_HsaLstCarSta_LoadingCompleted.ftl | 4 ++-- RFXtoRP_HsaLstCarSta_LoadingStarted.ftl | 4 ++-- RFXtoRP_HsaLstCarSta_UnloadingCompleted.ftl | 4 ++-- RFXtoRP_HsaLstCarSta_UnloadingStarted.ftl | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/RFXtoRP_HsaLstCarSta_CarrierArrived.ftl b/RFXtoRP_HsaLstCarSta_CarrierArrived.ftl index 242111f..1cd4134 100644 --- a/RFXtoRP_HsaLstCarSta_CarrierArrived.ftl +++ b/RFXtoRP_HsaLstCarSta_CarrierArrived.ftl @@ -7,9 +7,9 @@ "ID": { <#if carrier_apt_status.constant_appointment?? && carrier_apt_status.constant_appointment== "true"> <#if carrier_apt_status.appointment_reference?? && carrier_apt_status.appointment_reference!=""> - "AppointmentID": "${carrier_apt_status.appointment_reference?json_string}-${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", + "RefID": "${carrier_apt_status.appointment_reference?json_string}-${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", <#else> - "AppointmentID": "${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", + "RefID": "${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", <#else> <#if carrier_apt_status.appointment_reference?? && carrier_apt_status.appointment_reference !=""> diff --git a/RFXtoRP_HsaLstCarSta_CarrierDeparted.ftl b/RFXtoRP_HsaLstCarSta_CarrierDeparted.ftl index 2875778..c5648cd 100644 --- a/RFXtoRP_HsaLstCarSta_CarrierDeparted.ftl +++ b/RFXtoRP_HsaLstCarSta_CarrierDeparted.ftl @@ -7,9 +7,9 @@ "ID": { <#if carrier_apt_status.constant_appointment?? && carrier_apt_status.constant_appointment== "true"> <#if carrier_apt_status.appointment_reference?? && carrier_apt_status.appointment_reference!=""> - "AppointmentID": "${carrier_apt_status.appointment_reference?json_string}-${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", + "RefID": "${carrier_apt_status.appointment_reference?json_string}-${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", <#else> - "AppointmentID": "${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", + "RefID": "${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", <#else> <#if carrier_apt_status.appointment_reference?? && carrier_apt_status.appointment_reference !=""> diff --git a/RFXtoRP_HsaLstCarSta_CarrierExpected.ftl b/RFXtoRP_HsaLstCarSta_CarrierExpected.ftl index 81e923f..4fe7837 100644 --- a/RFXtoRP_HsaLstCarSta_CarrierExpected.ftl +++ b/RFXtoRP_HsaLstCarSta_CarrierExpected.ftl @@ -7,9 +7,9 @@ "ID": { <#if carrier_apt_status.constant_appointment?? && carrier_apt_status.constant_appointment== "true"> <#if carrier_apt_status.appointment_reference?? && carrier_apt_status.appointment_reference!=""> - "AppointmentID": "${carrier_apt_status.appointment_reference?json_string}-${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", + "RefID": "${carrier_apt_status.appointment_reference?json_string}-${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", <#else> - "AppointmentID": "${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", + "RefID": "${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", <#else> <#if carrier_apt_status.appointment_reference?? && carrier_apt_status.appointment_reference !=""> diff --git a/RFXtoRP_HsaLstCarSta_LoadingCompleted.ftl b/RFXtoRP_HsaLstCarSta_LoadingCompleted.ftl index 81e923f..4fe7837 100644 --- a/RFXtoRP_HsaLstCarSta_LoadingCompleted.ftl +++ b/RFXtoRP_HsaLstCarSta_LoadingCompleted.ftl @@ -7,9 +7,9 @@ "ID": { <#if carrier_apt_status.constant_appointment?? && carrier_apt_status.constant_appointment== "true"> <#if carrier_apt_status.appointment_reference?? && carrier_apt_status.appointment_reference!=""> - "AppointmentID": "${carrier_apt_status.appointment_reference?json_string}-${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", + "RefID": "${carrier_apt_status.appointment_reference?json_string}-${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", <#else> - "AppointmentID": "${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", + "RefID": "${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", <#else> <#if carrier_apt_status.appointment_reference?? && carrier_apt_status.appointment_reference !=""> diff --git a/RFXtoRP_HsaLstCarSta_LoadingStarted.ftl b/RFXtoRP_HsaLstCarSta_LoadingStarted.ftl index 81e923f..4fe7837 100644 --- a/RFXtoRP_HsaLstCarSta_LoadingStarted.ftl +++ b/RFXtoRP_HsaLstCarSta_LoadingStarted.ftl @@ -7,9 +7,9 @@ "ID": { <#if carrier_apt_status.constant_appointment?? && carrier_apt_status.constant_appointment== "true"> <#if carrier_apt_status.appointment_reference?? && carrier_apt_status.appointment_reference!=""> - "AppointmentID": "${carrier_apt_status.appointment_reference?json_string}-${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", + "RefID": "${carrier_apt_status.appointment_reference?json_string}-${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", <#else> - "AppointmentID": "${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", + "RefID": "${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", <#else> <#if carrier_apt_status.appointment_reference?? && carrier_apt_status.appointment_reference !=""> diff --git a/RFXtoRP_HsaLstCarSta_UnloadingCompleted.ftl b/RFXtoRP_HsaLstCarSta_UnloadingCompleted.ftl index 81e923f..4fe7837 100644 --- a/RFXtoRP_HsaLstCarSta_UnloadingCompleted.ftl +++ b/RFXtoRP_HsaLstCarSta_UnloadingCompleted.ftl @@ -7,9 +7,9 @@ "ID": { <#if carrier_apt_status.constant_appointment?? && carrier_apt_status.constant_appointment== "true"> <#if carrier_apt_status.appointment_reference?? && carrier_apt_status.appointment_reference!=""> - "AppointmentID": "${carrier_apt_status.appointment_reference?json_string}-${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", + "RefID": "${carrier_apt_status.appointment_reference?json_string}-${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", <#else> - "AppointmentID": "${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", + "RefID": "${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", <#else> <#if carrier_apt_status.appointment_reference?? && carrier_apt_status.appointment_reference !=""> diff --git a/RFXtoRP_HsaLstCarSta_UnloadingStarted.ftl b/RFXtoRP_HsaLstCarSta_UnloadingStarted.ftl index 81e923f..4fe7837 100644 --- a/RFXtoRP_HsaLstCarSta_UnloadingStarted.ftl +++ b/RFXtoRP_HsaLstCarSta_UnloadingStarted.ftl @@ -7,9 +7,9 @@ "ID": { <#if carrier_apt_status.constant_appointment?? && carrier_apt_status.constant_appointment== "true"> <#if carrier_apt_status.appointment_reference?? && carrier_apt_status.appointment_reference!=""> - "AppointmentID": "${carrier_apt_status.appointment_reference?json_string}-${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", + "RefID": "${carrier_apt_status.appointment_reference?json_string}-${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", <#else> - "AppointmentID": "${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", + "RefID": "${carrier_apt_status.appointment_year_number?json_string}-${carrier_apt_status.appointment_number?json_string}", <#else> <#if carrier_apt_status.appointment_reference?? && carrier_apt_status.appointment_reference !="">