modifs actor

This commit is contained in:
2025-03-20 17:44:33 +01:00
parent e7fa9ec7b7
commit 9b4506912c
11 changed files with 6 additions and 305 deletions

View File

@@ -8,18 +8,12 @@
},
"Payload": {
"Name": "${actor.designation?json_string}",
"ManagedStock": false,
"IsCarrier": false,
<#-- ***Partner ID could be added here *** -->
<#-- "PartnerID": "${}", -->
<#include "RFXtoRP_HsaCons_ActorCreated_Metadata.ftl">,
"Address":
{
<#-- if Reflex WMS is structured -->
<#if actor.consignee_structured_address??>
@@ -54,7 +48,7 @@
"${actor.address.other_number?json_string}"
],
</#if>
"Typology": "TYPOLOGY_UNKNOWN"
"Typology": "TYPOLOGY_WAREHOUSE"
}
}
]