LookUps
The lookups web service provides access to lookup tables in iMIS; such as countries, prefixes, suffixes, and any general lookup table.
The following operations are supported. For a formal definition, please review the Service Description.
-
getCountries
Returns a list of key/value pairs from the countries table. -
getLookupTable
Returns a list of key/value pairs from the specified general lookup table. -
getLookupTableExpansion
Returns a list of key/value pairs from the specified general lookup table, providing the expansion field for the value. -
getPrefixes
Returns a list of key/value pairs from the prefix table. -
getStateProvinces
Returns a list of key/value pairs from the state/province table. -
getSuffixes
Returns a list of key/value pairs from the suffix table.