19 lines
407 B
Java
19 lines
407 B
Java
<#include "ReflexUtils.ftl">
|
|
<#include "HfRpConfig.ftl">
|
|
<#include "ActorPrefix.ftl">
|
|
[
|
|
{
|
|
"Header": {
|
|
"ProjectID": "${projectRP}"
|
|
},
|
|
"ID": {
|
|
<#if uniqueness?? && uniqueness!="" >
|
|
"RefID": "${depot.physical_depot_code?trim?json_string}"
|
|
<#else>
|
|
"RefID": "${prefixdepot}${depot.physical_depot_code?trim?json_string}"
|
|
</#if>
|
|
},
|
|
"Payload": {}
|
|
}
|
|
]
|