Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Introduction
  3. REST call creation
  4. Address structure and elements
  5. Address Enrichments
  6. Process Parameter
  7. Result Parameter
  8. Standardization Parameters
  9. Output Fields
  10. Address Status Values and Return Codes
  11. REST Call Example
  12. Appendix A: Certified Mode Values

Cloud Address Verification API

Cloud Address Verification API

Request

Request

You submit the following request:
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!