Merge branch 'develop-rdz' into 'develop'

Develop rdz

See merge request r-d-technique/tiers/reflex-wms-connector!166
This commit is contained in:
Francis REAT 2025-11-17 16:59:10 +00:00
commit db0e4df78d

View File

@ -3,11 +3,11 @@
"route" : "rest/public/v1/physical_depots/{physical_depot_code}/carrier_appointments", "route" : "rest/public/v1/physical_depots/{physical_depot_code}/carrier_appointments",
"method" : "POST", "method" : "POST",
"uri_substitutions": { "uri_substitutions": {
"physical_depot_code": "${RPtoRFXprefixDepot("DPF")}" <#-- "${RPtoRFXprefixDepot(appointment.ActorID)}" --> "physical_depot_code": "${RPtoRFXprefixDepot(eventRP.actor)}"
}, },
"payload" : "payload" :
{ {
"appointment_reference": "${appointment.a_defnir?json_string}", "appointment_reference": "${eventRP.refid?json_string}",
<#switch appointment.AppointmentType> <#switch appointment.AppointmentType>
<#case "APPOINTMENT_TYPE_EXPEDITION"> <#case "APPOINTMENT_TYPE_EXPEDITION">