Address Verification Best Practices for Argentina

Address Verification Best Practices for Argentina

Input and Result XML in Address Verification (On-Premises)

Input and Result XML in Address Verification (On-Premises)

The following example shows how you can map the address information to the XML address elements in Address Verification (On-Premises).
You enter the following input address:
<InputData> <AddressElements> <Country Item="1" Type="NAME">ARGENTINA</Country> <Locality Item="1" Type="COMPLETE">CIUDAD AUTONOMA BUENOS AIRES</Locality> <PostalCode Item="1" Type="UNFORMATTED">C1009ABS</PostalCode> <Street Item="1" Type="COMPLETE">CALLE CARLOS PELLEGRINI</Street> <Number Item="1" Type="COMPLETE">961</Number> <SubBuilding Item="1" Type="COMPLETE">3ER PISO</SubBuilding> </AddressElements> </InputData>
Informatica Address Verification (On-Premises) returns the following result:
<?xml version="1.0" encoding="UTF-16"?> <!-- EngineVersion="5.16.1.55824" --> <Result ProcessStatus="V4" ModeUsed="BATCH" Count="1" CountOverflow="NO" CountryISO3="ARG" PreferredScript="LATIN_1" PreferredLanguage="DATABASE"> <ResultData ResultNumber="1" MailabilityScore="5" ResultPercentage="100.00" ElementResultStatus="F0F080F0F000004000E0" ElementInputStatus="60600060600000200060" AddressResolutionCode="00000000000000000000" ExtElementStatus="00000000000000B00000" ElementRelevance="10100010100000000010" AddressType="S" LanguageISO3="???"> <AddressElements> <Country Type="NAME_EN" Item="1">ARGENTINA</Country> <Locality Item="1">CIUDAD AUTONOMA BUENOS AIRES</Locality> <PostalCode Item="1">C1009ABS</PostalCode> <Province Item="1">CAPITAL FEDERAL</Province> <Street Item="1">CALLE CARLOS PELLEGRINI</Street> <Number Item="1">961</Number> <SubBuilding Item="1">PISO 3ER</SubBuilding> </AddressElements> <AddressLines> <DeliveryAddressLine Line="1">CALLE CARLOS PELLEGRINI 961 PISO 3ER</DeliveryAddressLine> <CountrySpecificLocalityLine Line="1">C1009ABS CIUDAD AUTONOMA BUENOS AIRES</CountrySpecificLocalityLine> <FormattedAddressLine Line="1">CALLE CARLOS PELLEGRINI 961 PISO 3ER</FormattedAddressLine> <FormattedAddressLine Line="2">C1009ABS CIUDAD AUTONOMA BUENOS AIRES</FormattedAddressLine> </AddressLines> <AddressComplete>CALLE CARLOS PELLEGRINI 961 PISO 3ER C1009ABS CIUDAD AUTONOMA BUENOS AIRES</AddressComplete> </ResultData> </Result>

0 COMMENTS

We’d like to hear from you!