This commit is contained in:
Laurie MONTANT 2025-12-12 16:57:47 +01:00
parent a4b2fb2eef
commit 21516ad815

View File

@ -27,7 +27,7 @@
<#case "CommissionsUpdated">
<#assign appointment = eventRP.data />
[
<#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields??has_content>
<#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields?has_content>
{
<#assign apiRestReflexID = ApiRestReflexID.appointment_post_physical_receipt_associations_by_number>
"apiRestReflexID" : "${apiRestReflexID}",
@ -48,7 +48,7 @@
<#case "SlotUpdated">
<#assign appointment = eventRP.data />
[
<#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields??has_content>
<#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields?has_content>
{
<#assign apiRestReflexID = ApiRestReflexID.appointment_put_update_by_number>
"apiRestReflexID" : "${apiRestReflexID}",