/address/... endpoints allow an optional set of configurable parameters that can be appended as an array to the request object.
Any settings added will apply to all of the addresses included within the input array. These options are advised only for advanced users.
To learn more about how to set the options, please see the /verify, /complete,
and /capture documentation.
Report Codes
FieldStatus
Default: false Values: true, false Set to true to request field status codes with each output record. The “field name” : “report code” values are returned as an object within the respective output record.| 00 | Field is not applicable to return a field status code. |
| 01 | Field has been verified using relevant reference data, no changes were needed. |
| 02 | Field has been verified using relevant reference data and an alias change was made during parsing. |
| 03 | Field has been verified using relevant reference data and a small spelling change was made. |
| 04 | Field has been verified using relevant reference data and a large spelling change was made. |
| 05 | Field has been added using relevant reference data. |
Country Identification Options
DefaultCountry
- Default: not set
- Values: ISO 3166-1 alpha-3 code (e.g. “CZE”)
ForceCountry
- Default: not set
- Values: ISO 3166-1 alpha-3 code (e.g. “CZE”)
CountryFields
-
- Default: not set Values: comma-delimited field names
EnhancedCountryTool
- Default: not set
- Values: comma-delimited field names
Results Options
MaxResults
- Default: by endpoint*
- Values: any Integer as String
- /verify = “1”
- /complete = “10”
- /verify?suggest = “100”
Address Format Options
AddressLineSeparator
- Default: ”, ”
- Values: any String
OutputCasing
- Default: “Title”
- Values: “Upper”, “Lower”, “Title”
OutputAddressFormat
- Default: “No”
- Values: “Yes”, “No”
Transliteration Options
OutputScript
- Default: Native
- Values: “Latn”, “Hang”, “Cyrl”, “Grek”, “Hebr”, “Hans”, “Hani”, “Arab”, “Thai”
TransliterationIgnoreFields
- Default: “ID,ISO3166-2, ISO3166-3, _L, Latitude, Longitude, GeoAccuracy, GeoDistance, AVC”
- Values: comma-delimited field names
UseSymbolicTransliteration
- Default: “Yes”
- Values: “Yes”, “No”
Field Suppression Options
SuppressFields
- Default: not set
- Values: comma-delimited field names
SuppressAddressFields
- Default: not set
- Values: comma-delimited field names
SuppressAdditionFields
- Default: not set
- Values: comma-delimited field names
Search Options
The following parameters are only available with the /complete and /capture endpoints.SearchFullParse
- Default: “Yes”
- Values: “Yes”, “No”
Reversion Options
MinimumVerificationLevel
- Default: “2”
- Values: 0-5 as String
MinimumMatchscore
- Default: “75”
- Values: 0-100 as String
MaximumGeoDistance
- Default: “500” Values: any Integer as String
MinimumGeoAccuracyLevel
- Default: “3”
- Values: 0-5 as String

