reflex-wms-connector/RFXtoRP_HsaCons_ActorDeleted.ftl
2024-09-16 16:12:43 +02:00

26 lines
564 B
Java

<#include "HfRpConfig.ftl">
[
{
"Header": {
"ProjectID": "${projectRP}"
},
"ID": {
<#if text_language_rfx="fr">
<#if uniqueness?? && uniqueness!="" >
"RefID": "${actor.code?trim?json_string}"
<#else>
"RefID": "DES${actor.code?trim?json_string}"
</#if>
<#else>
<#if uniqueness?? && uniqueness!="" >
"RefID": "${actor.code?trim?json_string}"
<#else>
"RefID": "CON${actor.code?trim?json_string}"
</#if>
</#if>
},
"Payload": {}
}
]