RDV
This commit is contained in:
parent
c47da0ae86
commit
57db370c4c
@ -27,7 +27,7 @@
|
|||||||
<#case "CommissionsUpdated">
|
<#case "CommissionsUpdated">
|
||||||
<#assign appointment = eventRP.data />
|
<#assign appointment = eventRP.data />
|
||||||
[
|
[
|
||||||
<#if appointment.appointmentCustomFields?? && appointment.appointmentCustomFields?size!=0>
|
<#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields?size!=0>
|
||||||
{
|
{
|
||||||
<#assign apiRestReflexID = ApiRestReflexID.appointment_post_physical_receipt_associations_by_number>
|
<#assign apiRestReflexID = ApiRestReflexID.appointment_post_physical_receipt_associations_by_number>
|
||||||
"apiRestReflexID" : "${apiRestReflexID}",
|
"apiRestReflexID" : "${apiRestReflexID}",
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<#case "SlotUpdated">
|
<#case "SlotUpdated">
|
||||||
<#assign appointment = eventRP.data />
|
<#assign appointment = eventRP.data />
|
||||||
[
|
[
|
||||||
<#if appointment.appointmentCustomFields?? && appointment.appointmentCustomFields?size!=0>
|
<#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields?size!=0>
|
||||||
{
|
{
|
||||||
<#assign apiRestReflexID = ApiRestReflexID.appointment_put_update_by_number>
|
<#assign apiRestReflexID = ApiRestReflexID.appointment_put_update_by_number>
|
||||||
"apiRestReflexID" : "${apiRestReflexID}",
|
"apiRestReflexID" : "${apiRestReflexID}",
|
||||||
@ -69,7 +69,7 @@
|
|||||||
<#case "Canceled">
|
<#case "Canceled">
|
||||||
<#assign appointment = eventRP.data />
|
<#assign appointment = eventRP.data />
|
||||||
[
|
[
|
||||||
<#if appointment.appointmentCustomFields?? && appointment.appointmentCustomFields?size!=0>
|
<#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields?size!=0>
|
||||||
{
|
{
|
||||||
<#assign apiRestReflexID = ApiRestReflexID.appointment_put_status_by_number>
|
<#assign apiRestReflexID = ApiRestReflexID.appointment_put_status_by_number>
|
||||||
"apiRestReflexID" : "${apiRestReflexID}",
|
"apiRestReflexID" : "${apiRestReflexID}",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user