Global Address Object:Input Parameters: Difference between revisions
No edit summary |
No edit summary |
||
Line 79: | Line 79: | ||
==Input Address Parameters== | ==Input Address Parameters== | ||
=== | ===inputOrganization=== | ||
'''''Business''''' or '''''Company'''''. | '''''Business''''' or '''''Company'''''. | ||
Line 92: | Line 92: | ||
===inputAddressLine7=== | ===inputAddressLine7=== | ||
===inputAddressLine8=== | ===inputAddressLine8=== | ||
=== | ===inputSubPremises=== | ||
'''''Suite'''''. Alphanumeric code identifying an individual location. | '''''Suite'''''. Alphanumeric code identifying an individual location. | ||
=== | ===inputDoubleDependentLocality=== | ||
Smallest population center data element. | Smallest population center data element. | ||
Line 101: | Line 101: | ||
'''''Urbanization'''''. Smaller population center data element. Dependent on Locality. | '''''Urbanization'''''. Smaller population center data element. Dependent on Locality. | ||
=== | ===inputLocality=== | ||
'''''City'''''. Most common population center data element. | '''''City'''''. Most common population center data element. | ||
=== | ===inputSubAdministrativeArea=== | ||
'''''County'''''. Smallest geographic data element. | '''''County'''''. Smallest geographic data element. | ||
=== | ===inputAdministrativeArea=== | ||
'''''State'''''. Most common geographic data element. | '''''State'''''. Most common geographic data element. | ||
=== | ===inputSubNationalArea=== | ||
Arbitrary administrative region below that of the sovereign state. | Arbitrary administrative region below that of the sovereign state. | ||
=== | ===inputPostalCode=== | ||
'''''Zip (Plus 4).''''' Complete postal code for a particular delivery point. In U.S. plus 4 is not required but will be appended if address is verified. | '''''Zip (Plus 4).''''' Complete postal code for a particular delivery point. In U.S. plus 4 is not required but will be appended if address is verified. | ||
Revision as of 00:34, 30 September 2014
← Global Address Object Reference
Though they are listed in mixed case, the parameters are not case sensitive.
All of the following inputs can be set using SetInputParamter and can also be output using GetOutputParameter.
Processing Configuration Parameters
countryOfOrigin
The country from which the input file originated from.
inputFormattedAddressSeparator
This parameter collates all address lines into a single string with the defined lineSeparator as a delimiter.
Input Address Parameters
inputOrganization
Business or Company.
inputAddressLine1
Address lines should include, at minimum, the delivery address. It can also contain the full address if you do not have the area information (locality, administrative area, postal code) parsed into their individual fields.
inputAddressLine2
inputAddressLine3
inputAddressLine4
inputAddressLine5
inputAddressLine6
inputAddressLine7
inputAddressLine8
inputSubPremises
Suite. Alphanumeric code identifying an individual location.
inputDoubleDependentLocality
Smallest population center data element.
dependentLocality
Urbanization. Smaller population center data element. Dependent on Locality.
inputLocality
City. Most common population center data element.
inputSubAdministrativeArea
County. Smallest geographic data element.
inputAdministrativeArea
State. Most common geographic data element.
inputSubNationalArea
Arbitrary administrative region below that of the sovereign state.
inputPostalCode
Zip (Plus 4). Complete postal code for a particular delivery point. In U.S. plus 4 is not required but will be appended if address is verified.
inputCountry
The country of the address.