diff --git a/RPtoRFX_CarrierAppointmentCanceledByNumberftl b/RPtoRFX_CarrierAppointmentCanceledByNumberftl index d663b92..47d1fa0 100644 --- a/RPtoRFX_CarrierAppointmentCanceledByNumberftl +++ b/RPtoRFX_CarrierAppointmentCanceledByNumberftl @@ -4,8 +4,8 @@ "method" : "PUT", "uri_substitutions": { "physical_depot_code": "${RPtoRFXprefixDepot(eventRP.actor)}", - "appointment_year":"${appointment.appointmentCustomFields.year?json_string}", - "appointment_number":"${appointment.appointmentCustomFields.number?json_string}" + "appointment_year":"${eventRP.appointmentCustomFields.year?json_string}", + "appointment_number":"${eventRP.appointmentCustomFields.number?json_string}" }, "payload" : { diff --git a/RPtoRFX_CarrierAppointmentPhysicalReceiptAssociationByNumber.ftl b/RPtoRFX_CarrierAppointmentPhysicalReceiptAssociationByNumber.ftl index 8c129e5..5692e04 100644 --- a/RPtoRFX_CarrierAppointmentPhysicalReceiptAssociationByNumber.ftl +++ b/RPtoRFX_CarrierAppointmentPhysicalReceiptAssociationByNumber.ftl @@ -4,8 +4,8 @@ "method" : "POST", "uri_substitutions": { "physical_depot_code": "${RPtoRFXprefixDepot(eventRP.actor)}", - "appointment_year":"${appointment.appointmentCustomFields.year?json_string}", - "appointment_number":"${appointment.appointmentCustomFields.number?json_string}" + "appointment_year":"${eventRP.appointmentCustomFields.year?json_string}", + "appointment_number":"${eventRP.appointmentCustomFields.number?json_string}" }, "payload" : { diff --git a/RPtoRFX_CarrierAppointmentSlotUpdatedByNumber.ftl b/RPtoRFX_CarrierAppointmentSlotUpdatedByNumber.ftl index dfcac35..adf66ad 100644 --- a/RPtoRFX_CarrierAppointmentSlotUpdatedByNumber.ftl +++ b/RPtoRFX_CarrierAppointmentSlotUpdatedByNumber.ftl @@ -4,8 +4,8 @@ "method" : "PUT", "uri_substitutions": { "physical_depot_code": "${RPtoRFXprefixDepot(eventRP.actor)}", - "appointment_year":"${appointment.appointmentCustomFields.year?json_string}", - "appointment_number":"${appointment.appointmentCustomFields.number?json_string}" + "appointment_year":"${eventRP.appointmentCustomFields.year?json_string}", + "appointment_number":"${eventRP.appointmentCustomFields.number?json_string}" }, "payload" : {