Use this request for retrieving the definitions (valid blocks, lots, and units) for a particular subdivision. 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.
NOTE:
Programmers
that are using DAO Web Services should read the Subdivision
Definitions Query section, particularly the latter portion, as it
contains information on working with block, lots, and units and gives
details on what combinations will be valid in TitleSCAN.
Parameter |
Value(s) |
CountyCode |
County Code |
SubdivisionNumber |
The subdivision code (usually the book and page or document number of the original plat document |
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 the definitions for subdivision '2/15A' in county 'L'.
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. Note that for this subdivision the valid lots are 1 to 32 and Outlots A, B, and C.