Input
ValidateAddressAUS takes a standard address as input. All addresses use this format.
Parameter |
Format |
Description |
---|---|---|
AddressLine1 |
String [288] |
The first address line. |
AddressLine2 |
String [288] |
The second address line. |
AddressLine3 |
String [288] |
The third address line. |
AddressLine4 |
String [288] |
The fourth address line. |
City |
String [48] |
The city/locality/suburb name. This can optionally be entered into one of the AddressLine fields along with the State and Postal Code. |
StateProvince |
String [4] |
The state. This can optionally be entered into one of the AddressLine fields along with the City and Postal Code. |
PostalCode |
String [8] |
The postal code. This can optionally be entered into one of the AddressLine fields along with the State and City. |