modif sur les rdz

This commit is contained in:
2025-11-12 17:10:56 +01:00
parent a151a0b655
commit bd7b24fed7
6 changed files with 119 additions and 16 deletions

View File

@@ -9,12 +9,23 @@
<#assign projectRP = project>
<#assign organisationRP = organisation>
<#-- initialisation map for SegmentationKey and MetaData -->
<#assign Header_MetaData_Map = {} />
<#assign SegmentationKeys_Map = {} />
<#assign Line_MetaData_Map = {} />
<#switch eventRP.event>
<#case "Created">
<#-- *********************************************** Action = CREATE or UPDATE ******************** -->
<#assign appointment = eventRP.data />
[
{
<#assign apiRestReflexID = ApiRestReflexID.appointment_post>
"apiRestReflexID" : "${apiRestReflexID}",
"datas" :
<#include "RPtoRFX_CarrierAppointment.ftl">
}
]
<#break>
<#default>
<#stop >
</#switch>
<#switch eventRP.event>
<#case "Created">
<#assign appointment = eventRP.data />