This commit is contained in:
2025-12-09 10:33:39 +01:00
parent c635353b69
commit 92eecba160
5 changed files with 416 additions and 403 deletions

View File

@@ -16,18 +16,11 @@
<#assign appointment = eventRP.data />
[
{
<#assign apiRestReflexID = ApiRestReflexID.appointment_post>
<#assign apiRestReflexID = ApiRestReflexID.appointment_post_create>
"apiRestReflexID" : "${apiRestReflexID}",
"datas" :
<#include "RPtoRFX_CarrierAppointmentCreated.ftl">
}
<#--{
<#assign apiRestReflexID = ApiRestReflexID.appointment_put>
"apiRestReflexID" : "${apiRestReflexID}",
"datas" :
<#include "RPtoRFX_CarrierAppointmentUpdated.ftl">
}-->
]
<#break>
<#-- *********************************************** Action = CommissionsUpdated ******************** -->
@@ -35,10 +28,10 @@
<#assign appointment = eventRP.data />
[
{
<#assign apiRestReflexID = ApiRestReflexID.physical_receipt_associations_post>
<#assign apiRestReflexID = ApiRestReflexID.appointment_post_physical_receipt_association>
"apiRestReflexID" : "${apiRestReflexID}",
"datas" :
<#include "RPtoRFX_CarrierAppointmentAssociationPhysicalReceipt.ftl">
<#include "RPtoRFX_CarrierAppointmentPhysicalReceiptAssociation.ftl">
}
]
<#break>
@@ -47,7 +40,7 @@
<#assign appointment = eventRP.data />
[
{
<#assign apiRestReflexID = ApiRestReflexID.appointment_put>
<#assign apiRestReflexID = ApiRestReflexID.appointment_put_update>
"apiRestReflexID" : "${apiRestReflexID}",
"datas" :
<#include "RPtoRFX_CarrierAppointmentSlotUpdated.ftl">