22 lines
565 B
Java
22 lines
565 B
Java
<#include "HfRpConfig.ftl">
|
|
<#include "ReflexUtils.ftl">
|
|
[
|
|
{
|
|
"Header": {
|
|
"ProjectID": "${projectRP}"
|
|
},
|
|
"ID":{
|
|
"RefID": "${preparationOrder.preparation_line_lst[0].preparation_order_originator_reference?trim?json_string}"
|
|
},
|
|
"Payload":{
|
|
"Carrier": {
|
|
"ActorID":"${preparationOrder.load_data.carrier_code?trim?json_string}"
|
|
}
|
|
<#-- Add transport grade code
|
|
<#if preparationOrder.transport_grade_code!="">
|
|
,
|
|
"CarrierService":"${preparationOrder.transport_grade_code?trim?json_string}"
|
|
</#if> -->
|
|
}
|
|
}
|
|
] |