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