Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Address Verification
  3. Informatica Address Verification Interface
  4. Informatica Address Verification Request Parameters
  5. Informatica Address Verification Response Elements
  6. Examples

Developer Guide

Developer Guide

Retrieving Detailed Information for Address Elements

Retrieving Detailed Information for Address Elements

You can retrieve the information in each
Address
element in the format that Informatica Address Verification (On-Premises) defines. To retrieve the information in the on-premises format, set the
AddressDetailed
element under
OutputOptions
to ON. The
AddressDetailed
element instructs Address Verification to return discrete elements in the response for each item within the
Address
element.
Informatica adds the
AddressDetailed
element in version 3 of the interface.
In the following example, the
AddressDetailed
element specifies that Address Verification returns all address information in discrete elements where possible:
<v3:OutputOptions> <v3:AddressDetailed>ON</v2:AddressDetailed> </v3:OutputOptions>
The default value for
AddressDetailed
is OFF. When you set
AddressDetailed
to ON,
Informatica Address Verification
returns detailed address information if the information is available in the database.
The following example shows an address string within the
<Street>
element and the corresponding information that Address Verification can return within the
<AddressDetailed>
element:
<Street> <String>3500 MAIN STATION DR SW</String> </Street> <AddressDetailed> <Street> <StreetDetailed> <Item>1</Item> <COMPLETE>MAIN STATION DR SW</COMPLETE> <COMPLETE_WITH_NUMBER>3500 MAIN STATION DR SW</COMPLETE_WITH_NUMBER> <NAME>MAIN STATION</NAME> <POST_DESCRIPTOR>DR</POST_DESCRIPTOR> <POST_DIRECTIONAL>SW</POST_DIRECTIONAL> </StreetDetailed> </Street> </AddressDetailed>
Before you use the
<AddressDetailed>
element, you must understand the operations of Informatica Address Verification (On-Premises). For more information about the
<AddressDetailed>
element, see the
Informatica Address Verification (On-Premises) Developer Guide
.

0 COMMENTS

We’d like to hear from you!