[ { "Header": { "ProjectID": "${projectRP}" }, "ID": { "RefID": "${actor.code}" }, "Payload": { "Name": "${actor.designation}", "ManagedStock": false, "IsCarrier": false, <#-- ***Partner ID could be added here *** --> <#-- "PartnerID": "${}", --> <#-- <#include "RFXtoRP_HsaCons_ActorCreated_Metadata.ftl">, --> "Address": { "Name": "${actor.consignee_structured_address.name_or_company}", "StreetAddressOne" : "${actor.consignee_structured_address.street_and_PO}", "StreetAddressTwo" : "${actor.consignee_structured_address.additionnal_data}", "PostalCode" : "${actor.consignee_structured_address.postal_code}", "City" : "${actor.consignee_structured_address.post_code_area_name}", "CountryCode" : "${actor.consignee_structured_address.country_code}", "ProvinceCode": "${actor.consignee_structured_address.territorial_div_code}", "State": "${actor.consignee_structured_address.country_designation}" }, "Phones": ["${actor.address.telephone}", "${actor.address.other_number}" ], "Typology": "TYPOLOGY_UNKNOWN" } } ]