suppression fichier
This commit is contained in:
parent
1e77bbdaf6
commit
a6a004545f
35
TDItoRP2.ftl
35
TDItoRP2.ftl
@ -1,35 +0,0 @@
|
|||||||
<#assign tdiEventMsg = JsonUtil.jsonToMap(input)>
|
|
||||||
<#assign projectRP = project>
|
|
||||||
<#assign organisationRP = organisation>
|
|
||||||
|
|
||||||
<#assign tdiEvent64b = JsonUtil.decodeBase64(tdiEventMsg.data) />
|
|
||||||
<#assign tdiEvent = JsonUtil.jsonToMap(tdiEvent64b)>
|
|
||||||
<#assign senderTag = tdiEventMsg.senderTag>
|
|
||||||
<#if tdiEvent.Target == 0 || (tdiEvent.Target == 1 && tdiEvent.ParcelNumber?? && tdiEvent.ParcelNumber == "")>
|
|
||||||
<#stop>
|
|
||||||
<#else>
|
|
||||||
{
|
|
||||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.TrackingNotified>
|
|
||||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
|
||||||
"datas" :
|
|
||||||
<#include "TDItoRP_TrackingNotified.ftl">
|
|
||||||
}
|
|
||||||
<#if tdiEvent.EstimatedDeliveryDate?? && tdiEvent.EstimatedDeliveryDate!="">
|
|
||||||
,
|
|
||||||
{
|
|
||||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.TrackingETAUpdated>
|
|
||||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
|
||||||
"datas" :
|
|
||||||
<#include "TDItoRP_TrackingETAUpdated.ftl">
|
|
||||||
}
|
|
||||||
</#if>
|
|
||||||
<#if tdiEvent.TrackingUrl?? && tdiEvent.TrackingUrl!="">
|
|
||||||
,
|
|
||||||
{
|
|
||||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.TrackingURLUpdated>
|
|
||||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
|
||||||
"datas" :
|
|
||||||
<#include "TDItoRP_TrackingURLUpdated.ftl">
|
|
||||||
}
|
|
||||||
</#if>
|
|
||||||
</#if>
|
|
||||||
Loading…
x
Reference in New Issue
Block a user