Table of Contents

Search

  1. Preface
  2. Part 1: Cloud Operations
  3. Part 2: Parameter and Element Reference
  4. Appendix A: REST Call Example
  5. Appendix B: Geocode Countries
  6. Appendix C: Certified Mode Values

Developer Guide

Developer Guide

Request

Request

You submit the following request:
Indicate a REST call to Address Verification in a POST method.
POST /AV6/v1/process HTTP/1.1 Host: eu-av.informaticadaas.com Content-Type: application/json
Enter your credentials. Optionally, specify the service information details that you require when you make the call.
{ "Login": "*****", "Password": "*****", "UseTransactions": "TEST",
Set the process mode for verification.
"Request": { "Parameters": { "Mode": "QuickCapture",
Set the output detail, result, and standardization parameters that you want to apply to the address.
"CountrySets": [ { "OutputDetail": { "PreformattedData": { "PostalFormattedAddressLines": true, "SingleAddressLine": true, "SingleAddressLineDelimiter": "Space" }, "SubItems": true }, "Result": { "MaxResultCount": 20, "NumericRangeExpansion": { "RangesToExpand": "None", "RangeExpansionType": "Flexible" } }, "Standardizations": [ { "Default": { "PreferredScript": { "Script": "Latin", "TransliterationType": "Default", "LimitLatinCharacters": "Latin1" }, "FormatWithCountry": false, "CountryNameType": "NameEN", "CountryCodeType": "ISO3", "MaxItemLength": 255, "Casing": "PostalAdmin", "DescriptorLength": "Database", "AliasHandling": "PostalAdmin" } } ] } ] },
Specify the address that you want to verify.
"IO": { "Inputs": [ { "AddressElements": { "Country" : "CAN" }, "PreformattedData":{ "SingleAddressLine":"181 Wellington Toronto M5V 3G7" } } ] } } }

0 COMMENTS

We’d like to hear from you!
Chris Grittmann - October 13, 2023

This example does not work when copied and pasted.  It errors with Incorrect JSON Format

Informatica Documentation Team - October 16, 2023

Hi Chris. We’re working to address your comment and will get back to you.