Modifs 1212231425
This commit is contained in:
parent
97474cf5e4
commit
c79ab16480
@ -29,7 +29,15 @@
|
||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||
"datas" :
|
||||
<#include "RFXtoRP_HsrPrepa_HandlingUnitDispatched.ftl">
|
||||
},
|
||||
<#if preparationOrder.load_data.carrier_code!="">
|
||||
{
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.CarrierUpdated>
|
||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||
"datas" :
|
||||
<#include "RFXtoRP_HsrPrepa_CarrierUpdated.ftl">
|
||||
}
|
||||
</#if>
|
||||
<#list preparationOrder.preparation_line_lst?filter(l ->l.despatched_ipg_list??) as preparation_line>
|
||||
<#list preparation_line.despatched_ipg_list as despatched_ipg>
|
||||
,
|
||||
@ -43,6 +51,7 @@
|
||||
</#list>
|
||||
</#list>
|
||||
]
|
||||
|
||||
<#else>
|
||||
<#stop "no confirmed quantity for the preparation - preparation closed">
|
||||
</#if>
|
||||
|
||||
17
RFXtoRP_HsrPrepa_CarrierUpdated.ftl
Normal file
17
RFXtoRP_HsrPrepa_CarrierUpdated.ftl
Normal file
@ -0,0 +1,17 @@
|
||||
<#include "HfRpConfig.ftl">
|
||||
<#include "ReflexUtils.ftl">
|
||||
[
|
||||
|
||||
{
|
||||
"Header": {
|
||||
"ProjectID": "${projectRP}"
|
||||
},
|
||||
"RefID": "preparationOrder.preparation_line.preparation_order_originator_reference"
|
||||
|
||||
},
|
||||
"Payload":{
|
||||
"Carrier": {
|
||||
"ActorID":"${preparationOrder.load_data.carrier_code}"
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
x
Reference in New Issue
Block a user