From 4bfd6e7a4f3aa751c2128d88a328f180328f5fb5 Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Mon, 17 Nov 2025 17:58:20 +0100 Subject: [PATCH] modif sur les rdz --- RPtoRFX_CarrierAppointment.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RPtoRFX_CarrierAppointment.ftl b/RPtoRFX_CarrierAppointment.ftl index ecd0794..2207f22 100644 --- a/RPtoRFX_CarrierAppointment.ftl +++ b/RPtoRFX_CarrierAppointment.ftl @@ -3,11 +3,11 @@ "route" : "rest/public/v1/physical_depots/{physical_depot_code}/carrier_appointments", "method" : "POST", "uri_substitutions": { - "physical_depot_code": "${RPtoRFXprefixDepot("DPF")}" <#-- "${RPtoRFXprefixDepot(appointment.ActorID)}" --> + "physical_depot_code": "${RPtoRFXprefixDepot(eventRP.actor)}" }, "payload" : { - "appointment_reference": "${appointment.a_defnir?json_string}", + "appointment_reference": "${eventRP.refid?json_string}", <#switch appointment.AppointmentType> <#case "APPOINTMENT_TYPE_EXPEDITION">