Parameters for Input Data

ValidateAddressInternational takes an address as input. All addresses use this format regardless of the address's country.

Table 1. ValidateAddressInternational Input

Parameter

Format

Description

AddressLine1

String [50]

The first address line.

AddressLine2

String [50]

The second address line.

AddressLine3

String [50]

The third address line.

AddressLine4

String [50]

The fourth address line.

AddressLine5

String [50]

The fifth address line.

City

String [50]

The city name.

StateProvince

String [50]

The state or province.

PostalCode

String [10]

The postal code for the address in one of the following formats:

99999, 99999-9999, A9A9A9, A9A 9A9, 9999 999

Country

String [50]

The country code or name, in any of the formats below:

  • Two-character ISO 3166-1 Alpha 2 country code
  • Three-character ISO 3166-1 Alpha 3 country code
  • English country name

For a list of ISO codes, see ISO Country Codes and Module Support.

FirmName

String [50]

The company or firm name.