Table of Contents

Search

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

Developer Guide

Developer Guide

OutputOptions

OutputOptions

OutputOptions
is an optional parameter that you can include to specify which of the address elements you need in the output. If you do not include
OutputOptions
in the request, AddressDoctor Cloud returns all the available address elements except
PreferredLocality
, which is
OFF
by default.
You can use the
OutputOptions
parameter to filter out information that is not relevant for you.
Example
The following example shows the
OutputOptions
setting that filters out Contact and Organization information from the output.
<OutputOptions> <Contact>OFF</Contact> <Organization>OFF</Organization> </Output>
The following example shows the
OutputOptions
setting to include
PreferredLocality
in the output.
<OutputOptions> <PreferredLocality>ON</PreferredLocality> </Output>
Currently, Informatica AddressDoctor Cloud supports only
ON
and
OFF
for the
OutputOptions
settings.

0 COMMENTS

We’d like to hear from you!