Use this request for retrieving a list of the subdivisions defined in TitleSCAN. The parameters listed below are for the DAO Web Service request. The Parameters will be submitted as part of the function call and will need to be passed in the sequence shown in this Parameters table. Note that in the Visual Studio development environment the function call arguments will show in a pop-up help window as the programmer types in the software code. The DAO Page Request method for retrieving this information is documented under Subdivision Definitions Query.
Parameter |
Value(s) |
CountyCode |
County Code |
Subdivision |
Subdivision partial name or full name or the subdivision code preceded by a pound sign |
MatchType |
E = Exact (must be used if searching with a subdivision code, such as '#2/15A') P = Partial (returns all subdivisions that start with the string specified in Subdivision) |
FromBlock |
Starting block. Must be numeric if using ToBlock. |
ToBlock |
Ending block number |
FromLot |
Starting lot. Must be numeric if using ToLot. |
ToLot |
Ending lot number |
FromUnit |
Starting unit. Must be numeric if using ToUnit. |
ToUnit |
Ending unit number |
The following sample illustrates how to request a list of all subdivisions that begin with the letters 'CAM'.
NOTE:
'DAODataService' in the above example
is the name given to a web reference. Please
refer to the section Using DAO Web
Services which describes creating the web reference. Also
note that the Token parameter above will need to be obtained via a call
to the 'DAOLoginService' (see
the User Authentication Parameters
section).
The following is the XML result set.