[ { "Header": { "ProjectID": "${projectRP}" }, "ID": { "RefID": "${actor.code}" }, "Payload": { "Name": "${actor.designation}", "ManagedStock": false, "IsCarrier": false, <#-- ***Partner ID could be added here *** --> <#-- "PartnerID": "${}", --> <#-- <#include "RFXtoRP_HsaSup_ActorCreated_Metadata.ftl">, --> "Address": { <#if actor.optional_attributes.address_3?length > 10> "City" : "${actor.optional_attributes.address_3?substring(10)?trim}", "StreetAddressOne" : "${actor.optional_attributes.address_1}", "StreetAddressTwo" : "${actor.optional_attributes.address_2}", <#if actor.optional_attributes.address_3?length < 10> "PostalCode" : "${actor.optional_attributes.address_3?trim}", <#else> "PostalCode" : "${actor.optional_attributes.address_3?substring(0,9)?trim}", <#if actor.optional_attributes.address_4?length < 14> "CountryCode" : "" <#else> "CountryCode" : "${actor.optional_attributes.address_4?substring(10,13)?trim}" }, "Typology": "TYPOLOGY_UNKNOWN" } } ]