This commit is contained in:
2024-09-17 10:25:53 +02:00
parent 956105fc38
commit c05a4653ba
20 changed files with 113 additions and 288 deletions

View File

@@ -1,25 +1,18 @@
<#include "ReflexUtils.ftl">
<#include "HfRpConfig.ftl">
<#include "ActorPrefix.ftl">
[
{
"Header": {
"ProjectID": "${projectRP}"
},
"ID": {
<#if text_language_rfx="fr">
<#if uniqueness?? && uniqueness!="" >
"RefID": "${depot.physical_depot_code?trim?json_string}"
<#else>
"RefID": "DEP${depot.physical_depot_code?trim?json_string}"
</#if>
<#else>
<#if uniqueness?? && uniqueness!="" >
"RefID": "${depot.physical_depot_code?trim?json_string}"
<#else>
"RefID": "DEP${depot.physical_depot_code?trim?json_string}"
</#if>
"RefID": "${depot.physical_depot_code?trim?json_string}"
<#else>
"RefID": "${depot}${depot.physical_depot_code?trim?json_string}"
</#if>
},
"Payload": {
"Name": "${depot.physical_depot_designation?json_string}",
"ManagedStock": true,