RDV
This commit is contained in:
parent
d6724025ee
commit
97ed60c7fa
@ -22,40 +22,40 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
<#switch carrier_apt_status.status.carrier_status_code>
|
<#switch carrier_apt_status.status.carrier_status_code>
|
||||||
<#case "010"> <#-- Transporteur attendu -->
|
<#case "010"> <#-- Transporteur attendu -->
|
||||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.AppointmentCarrierExpected> <#-- à revoir -->
|
<#assign apiReflexPlatformID = ApiReflexPlatformID.AppointmentCarrierExpected> <#-- à revoir -->
|
||||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||||
"datas" :
|
"datas" :
|
||||||
<#include "RFXtoRP_HsaCarrierAptStatus_CarrierExpected.ftl">
|
<#include "RFXtoRP_HsaLstCarSta_CarrierExpected.ftl">
|
||||||
<#break>
|
<#break>
|
||||||
<#case "020"> <#-- Transporteur arrivé sur site-->
|
<#case "020"> <#-- Transporteur arrivé sur site-->
|
||||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.AppointmentCarrierArrived> <#-- à revoir -->
|
<#assign apiReflexPlatformID = ApiReflexPlatformID.AppointmentCarrierArrived> <#-- à revoir -->
|
||||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||||
"datas" :
|
"datas" :
|
||||||
<#include "RFXtoRP_HsaCarrierAptStatus_CarrierArrived.ftl">
|
<#include "RFXtoRP_HsaLstCarSta_CarrierArrived.ftl">
|
||||||
<#break>
|
<#break>
|
||||||
<#case "040"> <#-- Déchargement commencé -->
|
<#case "040"> <#-- Déchargement commencé -->
|
||||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.AppointmentReceptionStarted> <#-- à revoir -->
|
<#assign apiReflexPlatformID = ApiReflexPlatformID.AppointmentReceptionStarted> <#-- à revoir -->
|
||||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||||
"datas" :
|
"datas" :
|
||||||
<#include "RFXtoRP_HsaCarrierAptStatus_ReceptionStarted.ftl">
|
<#include "RFXtoRP_HsaLstCarSta_ReceptionStarted.ftl">
|
||||||
<#break>
|
<#break>
|
||||||
<#case "050"> <#-- Déchargement terminé-->
|
<#case "050"> <#-- Déchargement terminé-->
|
||||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.AppointmentReceptionStarted> <#-- à revoir -->
|
<#assign apiReflexPlatformID = ApiReflexPlatformID.AppointmentReceptionStarted> <#-- à revoir -->
|
||||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||||
"datas" :
|
"datas" :
|
||||||
<#include "RFXtoRP_HsaCarrierAptStatus_ReceptionStarted.ftl">
|
<#include "RFXtoRP_HsaLstCarSta_ReceptionStarted.ftl">
|
||||||
<#break>
|
<#break>
|
||||||
|
|
||||||
<#default>
|
<#default>
|
||||||
<#stop 'this updated appointment Status not implemented'>
|
<#stop 'this updated appointment Status not implemented'>
|
||||||
</#switch>
|
</#switch>
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
<#break>
|
<#break>
|
||||||
|
|
||||||
<#case "D">
|
<#case "D">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user