AIMSAddressWebService
A web service to search and validate Johnson County Kansas addresses
The following operations are supported. For a formal definition, please review the Service Description.
-
GeneralSearch
Searches for an address using address, centerline and outside sources and returns up to 100 matches. -
GeocodeAddressWithCity
Geocodes the address against a variety of sources to get a match. This looks outside the county to find a match if needed. -
GetCityDomain
Get the domain of city names. -
GetDirectionDomain
Get the domain of street directions. -
GetParsedAddress
Get a parsed address from an address string. -
GetSecUnitDesDomain
Get the domain of secondary unit designators. -
GetStreetNameDomain
Get the domain of street names. -
GetStreetTypeDomain
Get the domain of street types. -
GetTopMatches
Get the top 250 matches to an address string. This is a very general search that will return similar addresses sorted by their rank score. Use it to give possibilities to the user. -
GetZipCodeDomain
Get the domain of ZIP codes. -
LookupTaxPropertyID
Lookup the Tax Property ID of an address. -
LookupTaxUnitDMV
Lookup the Tax Unit used by the DMV of an address. -
ValidateAddressAPIDAjax
Validates an address APID and returns matching records. -
ValidateAddressLine
Validates an address string and returns matching records. -
ValidateAddressLineAjax
Validates an address string and returns matching records. -
ValidateAddressLineAjax2
Validates an address string and returns matching records. -
ValidateAddressLineAjax3
Validates an address string and returns matching records. Addressline returned as name, APID returned as value -
ValidateAddressLineExcludeOtherAddress
Validates an address string and returns matching records. Excludes AddressOther address results. -
ValidateAddressLineJoCoAjax
Validates an address string and returns matching records for Johnson County only. -
ValidateAddressWithCity
Validates an address string plus a city, state, zip combination and returns matching records. This may give more accurate results than the ValidateAddressLine. -
ValidateAddressWithLocation
Validates an atomized address and returns matching records. Use this method for more accurate results. -
ValidateAddressWithoutLocation
Validates an atomized address without city, state or zip and returns matching records. Use this method for more accurate results.