This commit is contained in:
Laurie MONTANT 2025-11-25 11:30:50 +01:00
parent d6724025ee
commit 97ed60c7fa
6 changed files with 12 additions and 12 deletions

View File

@ -28,25 +28,25 @@
<#assign apiReflexPlatformID = ApiReflexPlatformID.AppointmentCarrierExpected> <#-- à revoir -->
"apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" :
<#include "RFXtoRP_HsaCarrierAptStatus_CarrierExpected.ftl">
<#include "RFXtoRP_HsaLstCarSta_CarrierExpected.ftl">
<#break>
<#case "020"> <#-- Transporteur arrivé sur site-->
<#assign apiReflexPlatformID = ApiReflexPlatformID.AppointmentCarrierArrived> <#-- à revoir -->
"apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" :
<#include "RFXtoRP_HsaCarrierAptStatus_CarrierArrived.ftl">
<#include "RFXtoRP_HsaLstCarSta_CarrierArrived.ftl">
<#break>
<#case "040"> <#-- Déchargement commencé -->
<#assign apiReflexPlatformID = ApiReflexPlatformID.AppointmentReceptionStarted> <#-- à revoir -->
"apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" :
<#include "RFXtoRP_HsaCarrierAptStatus_ReceptionStarted.ftl">
<#include "RFXtoRP_HsaLstCarSta_ReceptionStarted.ftl">
<#break>
<#case "050"> <#-- Déchargement terminé-->
<#assign apiReflexPlatformID = ApiReflexPlatformID.AppointmentReceptionStarted> <#-- à revoir -->
"apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" :
<#include "RFXtoRP_HsaCarrierAptStatus_ReceptionStarted.ftl">
<#include "RFXtoRP_HsaLstCarSta_ReceptionStarted.ftl">
<#break>
<#default>