Global Address Object:Input Parameters: Difference between revisions
No edit summary |
No edit summary |
||
Line 68: | Line 68: | ||
Though they are listed in mixed case, the parameters are not case sensitive. | 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. | |||
== | ===outputPreference=== | ||
== | |||
===inputFormattedAddressSeparator=== | |||
This parameter collates all address lines into a single string with the defined '''lineSeparator''' as a delimiter. | |||
==Address | |||
==Input Address Parameters== | |||
===organization=== | |||
'''''Business''''' or '''''Company'''''. | |||
===inputAddressLine1=== | ===inputAddressLine1=== | ||
===inputAddressLine2=== | ===inputAddressLine2=== | ||
===inputAddressLine3=== | ===inputAddressLine3=== | ||
===inputAddressLine4=== | ===inputAddressLine4=== | ||
===inputAddressLine5=== | ===inputAddressLine5=== | ||
===inputAddressLine6=== | ===inputAddressLine6=== | ||
===inputAddressLine7=== | ===inputAddressLine7=== | ||
===inputAddressLine8=== | ===inputAddressLine8=== | ||
===subPremises=== | |||
'''''Suite'''''. Alphanumeric code identifying an individual location. | |||
=== | ===doubleDependentLocality=== | ||
Smallest population center data element. | |||
=== | ===dependentLocality=== | ||
'''''Urbanization'''''. Smaller population center data element. Dependent on Locality. | |||
=== | ===locality=== | ||
'''''City'''''. Most common population center data element. | |||
=== | ===subAdministrativeArea=== | ||
'''''County'''''. Smallest geographic data element. | |||
=== | ===administrativeArea=== | ||
'''''State'''''. Most common geographic data element. | |||
===subNationalArea=== | |||
Arbitrary administrative region below that of the sovereign state. | |||
== | ===postalCode=== | ||
'''''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=== | ===inputCountry=== | ||
The country of the address. | |||
[[Category:Global Address Object]] | [[Category:Global Address Object]] | ||
[[Category:Reference]] | [[Category:Reference]] |
Revision as of 00:24, 28 August 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.
outputPreference
inputFormattedAddressSeparator
This parameter collates all address lines into a single string with the defined lineSeparator as a delimiter.
Input Address Parameters
organization
Business or Company.
inputAddressLine1
inputAddressLine2
inputAddressLine3
inputAddressLine4
inputAddressLine5
inputAddressLine6
inputAddressLine7
inputAddressLine8
subPremises
Suite. Alphanumeric code identifying an individual location.
doubleDependentLocality
Smallest population center data element.
dependentLocality
Urbanization. Smaller population center data element. Dependent on Locality.
locality
City. Most common population center data element.
subAdministrativeArea
County. Smallest geographic data element.
administrativeArea
State. Most common geographic data element.
subNationalArea
Arbitrary administrative region below that of the sovereign state.
postalCode
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.