You've already forked reflex-wms-connector
modif sur les rdz
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user