This commit is contained in:
Laurie MONTANT 2025-12-04 14:36:34 +01:00
parent c382107adc
commit 562d8fbba8

View File

@ -239,6 +239,7 @@
<#include "RFXtoRP_Appointment_CarrierExpected.ftl">
}
]
<#else>
[
{
<#assign restResponseBody = JsonUtil.decodeBase64(restResponsetMsg.body) />
@ -254,6 +255,7 @@
<#include "RFXtoRP_RestResponseAllocationError.ftl">
}
]
</#if>
<#break>
<#default>
[
@ -309,7 +311,10 @@
<#if preparationOrderPostResponse.status?? && (preparationOrderPostResponse.status == "SUCCESS" || preparationOrderPostResponse.status == "WARN") >
[
{
<#stop "Mise à jour rdz OK" >
<#assign apiReflexPlatformID = ApiReflexPlatformID.AppointmentCarrierExpected>
"apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" :
<#include "RFXtoRP_Appointment_CarrierExpected.ftl">
}
]
<#else>