From 3541a6cf8dfde2c9ceb7af273a235182549bcc5f Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Wed, 7 Jan 2026 11:38:30 +0100 Subject: [PATCH] RDV --- ...RestResponseAppointmentAllocationError.ftl | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 RFXtoRP_RestResponseAppointmentAllocationError.ftl diff --git a/RFXtoRP_RestResponseAppointmentAllocationError.ftl b/RFXtoRP_RestResponseAppointmentAllocationError.ftl new file mode 100644 index 0000000..c21fc3f --- /dev/null +++ b/RFXtoRP_RestResponseAppointmentAllocationError.ftl @@ -0,0 +1,22 @@ +<#include "HfRpConfig.ftl"> +<#include "ReflexUtils.ftl"> +<#include "ActorPrefix.ftl"> +[ + { + "Header": { + "ProjectID": "${projectRP}" + }, + "ID": { + "RefID": "${id.refid!"no RefID"?trim?json_string}", + "RefDate": { + "DateTime": "${aDateTime?iso_utc}", + "AuthorTimeZone": "${time_zone_rfx}" + } + }, + + "Payload": { + "ActorID":"${RFXtoRPprefixDepot(id.actorID)?trim?json_string}" + } + + } +]