From fed3cf4311dfc1b9d0c0b928a37d7cde6e724c18 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Mon, 22 Dec 2025 10:22:53 +0100 Subject: [PATCH] RDV --- RFXtoRP_HsrPrepa.ftl | 1 + ...xecutionflowMetaDataUpdatedToConfigure.ftl | 27 +++++++++++++++++++ ..._HsrPrepa_ExecutionflowMetadataUpdated.ftl | 10 +++++++ 3 files changed, 38 insertions(+) create mode 100644 RFXtoRP_HsrPrepa_ExecutionflowMetaDataUpdatedToConfigure.ftl create mode 100644 RFXtoRP_HsrPrepa_ExecutionflowMetadataUpdated.ftl diff --git a/RFXtoRP_HsrPrepa.ftl b/RFXtoRP_HsrPrepa.ftl index 5b5507c..b1919f8 100644 --- a/RFXtoRP_HsrPrepa.ftl +++ b/RFXtoRP_HsrPrepa.ftl @@ -26,6 +26,7 @@ "datas" : <#include "RFXtoRP_HsrPrepa_HandlingunitGoodsPrepared.ftl"> }, + <#include "RFXtoRP_HsrPrepa_ExecutionflowMetadataUpdated.ftl"> { <#assign apiReflexPlatformID = ApiReflexPlatformID.HandlingunitDispatched> diff --git a/RFXtoRP_HsrPrepa_ExecutionflowMetaDataUpdatedToConfigure.ftl b/RFXtoRP_HsrPrepa_ExecutionflowMetaDataUpdatedToConfigure.ftl new file mode 100644 index 0000000..51892f8 --- /dev/null +++ b/RFXtoRP_HsrPrepa_ExecutionflowMetaDataUpdatedToConfigure.ftl @@ -0,0 +1,27 @@ +<#-- +{ + "Header": { + "ProjectID": "${projectRP}" + }, + "ID":{ + "RefID": "${OrderOriginReference}" + }, + "Payload":{ + "MetaData": [ + { + "Key": "string", + "Value": { + "Bool": "true / false", + "Float": 3.1415, + "Int": 42, + "String": "Hello World !", + "Timestamp": { + "AuthorTimeZone": "Europe/Paris", + "DateTime": "2023-01-01T00:00:00Z" + } + } + } + ] + } +} +--> \ No newline at end of file diff --git a/RFXtoRP_HsrPrepa_ExecutionflowMetadataUpdated.ftl b/RFXtoRP_HsrPrepa_ExecutionflowMetadataUpdated.ftl new file mode 100644 index 0000000..93a3827 --- /dev/null +++ b/RFXtoRP_HsrPrepa_ExecutionflowMetadataUpdated.ftl @@ -0,0 +1,10 @@ + <#-- A décommenter si besoin de les utiliser--> + <#-- Uncomment if you need to use them--> +<#-- +{ + <#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowMetaDataUpdated> + "apiReflexPlatformID" : "${apiReflexPlatformID}", + "datas" : + <#include "RFXtoRP_HsrPrepa_ExecutionflowMetaDataUpdatedToConfigure.ftl"> + }, +--> \ No newline at end of file