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 6.0.0 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": "*****", "CampaignId": "Campaign111", "UseTransactionPool": "TEST",
Set the process mode for verification.
"Request": { "Parameters": { "Mode": "QuickCapture",
Set the process and standardization parameters that you want to apply to the address.
"CountrySets": [ { "Countries": [], "Process": { "VerificationLevel": { "PreferredVerificationLevel": "All", "MinimumVerificationLevel": "All" }, "Enrichments": { "Geocoding": { "Rooftop": true, "ArrivalPoint": true, "StreetCenter": true, "LocalityCenter": true, "PostalCodeCenter": true }, "Global": true, "CountrySpecific": true } }, "Standardizations": [ { "Default": { "DescriptorLength": "Database", "AliasHandling": "PostalAdmin" } } ] } ] },
Specify the address that you want to verify.
"IO": { "Inputs": [ { "AddressElements": { "Country" : "CAN" }, "PreformattedData":{ "SingleAddressLine":"181 Wellington Street West Toronto ON M5V 3G7" } } ] } } }

0 COMMENTS

We’d like to hear from you!