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 !="">