Bulk Address Validation Tool: International Postal Code list of output fields
All output fields correspond to the Postal Code API Fields, but are arranged in a more useful order. Please note that the Postal Code API Fields output is only available via the Web Interface. It is not available via the Command-Line Interface.
Output fields
NOTE: Any returned fields that are not defined within this document should be considered experimental and may be changed or discontinued at any time without notice.
| Field name | Type | Definition |
|---|---|---|
[sequence] |
int | Incrementing sequence number, which refers to the input record number. |
[notes] |
varchar(250) | Describes steps taken to verify and standardize the address and other information about it. |
[super_administrative_area] |
varchar(64) | The largest administrative division within a country (e.g., region in France) |
[administrative_area] |
varchar(64) | The most common administrative division within a country (e.g., province in Canada) |
[sub_administrative_area] |
varchar(64) | The smallest administrative division within a country (e.g., county in Germany) |
[dependent_locality] |
varchar(64) | If there is additional information about the locality, it will be here. (e.g., neighborhood in Turkey) |
[dependent_locality_name] |
varchar(64) | If the dependent_locality has a name, you'll find it here. (E.g., the dependent_locality "Dong Cheng Qu" is named "Dong Cheng.") |
[double_dependent_locality] |
varchar(64) | If there is additional information about the dependent_locality, you'll find it here. (e.g., village in the United Kingdom) |
[locality] |
varchar(64) | Within a country, this is the most common population center. (e.g., city in Chile) |
[postal_code] |
varchar(64) | The complete postal code for the delivery point (e.g., V6G1V9 in Canada) |
[postal_code_extra] |
varchar(64) | Secondary postal code information |
[country_iso_3] |
varchar(3) | The ISO 3166-1 alpha-3 country code. See our full listing for details. |