This commit is contained in:
Laurie MONTANT 2024-09-16 15:25:39 +02:00
parent 550c0047da
commit d91d15c1c9

View File

@ -5,14 +5,19 @@
"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": "DPO${depot.physical_depot_code?trim?json_string}"
"RefID": "${depot.physical_depot_code?trim?json_string}"
<#else>
"RefID": "DEP${depot.physical_depot_code?trim?json_string}"
</#if>
</#if>
},
"Payload": {