Modifs 1212231047
This commit is contained in:
parent
fbba0ede34
commit
dbde25f5d3
@ -24,9 +24,8 @@
|
|||||||
"HandlingunitID": "${despatched_ipg.hd_number}",
|
"HandlingunitID": "${despatched_ipg.hd_number}",
|
||||||
</#if>
|
</#if>
|
||||||
<#if preparationOrder.load_data!="" >
|
<#if preparationOrder.load_data!="" >
|
||||||
"HUCarrier":{
|
"HUCarrier":{
|
||||||
"ActorID": "${preparationOrder.load_data.carrier_code}"
|
"ActorID": "${preparationOrder.load_data.carrier_code}"
|
||||||
|
|
||||||
}
|
}
|
||||||
</#if>
|
</#if>
|
||||||
}
|
}
|
||||||
|
|||||||
@ -21,7 +21,14 @@
|
|||||||
},
|
},
|
||||||
<#-- Header Metadata inclusion -->
|
<#-- Header Metadata inclusion -->
|
||||||
<#include "RFXtoRP_HsrPro_ExecutionflowDetected_HeaderMetadata.ftl">,
|
<#include "RFXtoRP_HsrPro_ExecutionflowDetected_HeaderMetadata.ftl">,
|
||||||
|
<#if preparation_order.transport_grade_code!="">
|
||||||
|
"Carrier": {
|
||||||
|
"Actor":{
|
||||||
|
"CarrierServices":{
|
||||||
|
"ID"="{preparation_order.transport_grade_code}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"ShipFrom": {
|
"ShipFrom": {
|
||||||
"ActorID": "${preparation_order.physical_depot_code}"
|
"ActorID": "${preparation_order.physical_depot_code}"
|
||||||
},
|
},
|
||||||
@ -50,7 +57,6 @@
|
|||||||
"Emails" : ["${preparation_order.address.mail_address?json_string!""}"],
|
"Emails" : ["${preparation_order.address.mail_address?json_string!""}"],
|
||||||
"Phones" : ["${preparation_order.address.mobile_phone_number!""}","${preparation_order.address.land_line_phone_number!""}", "${preparation_order.address.fax_number!""}" ]
|
"Phones" : ["${preparation_order.address.mobile_phone_number!""}","${preparation_order.address.land_line_phone_number!""}", "${preparation_order.address.fax_number!""}" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
</#if>
|
</#if>
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user