modif sur les rdz

This commit is contained in:
2025-11-21 14:45:29 +01:00
parent 2f4280a4da
commit df49304c05
5 changed files with 163 additions and 18 deletions

View File

@@ -20,21 +20,19 @@
<#assign apiRestReflexID = ApiRestReflexID.appointment_post>
"apiRestReflexID" : "${apiRestReflexID}",
"datas" :
<#include "RPtoRFX_CarrierAppointment.ftl">
}
<#include "RPtoRFX_CarrierAppointmentCreated.ftl">
},
{
<#assign apiRestReflexID = ApiRestReflexID.appointment_put>
"apiRestReflexID" : "${apiRestReflexID}",
"datas" :
<#include "RPtoRFX_CarrierAppointmentUpdated.ftl">
}
]
<#break>
<#default>
<#stop >
</#switch>
<#switch eventRP.event>
<#case "Created">
<#assign appointment = eventRP.data />
<#stop "Appointment creation event">
<#break>
<#default>
<#stop >
</#switch>