Search Land Files by Location ID
Name | Type | Length | Description |
---|---|---|---|
locationID | numeric | 9 | [Required] Location ID corresponding to the address |
rows | numeric | 9 | Number of rows to return. Defaults to 10. |
searchDirection | System.String | 5 | Return NEXT or PRIOR records. Defaults to NEXT. |
POST http://localhost/FusionServices/v2/NaviLine/Land/SearchByLocID
Name | Description |
---|---|
Function | Function command sent to retrieve the record. Internal use only. |
Order | Ordering code sent to retrieve the record. Internal use only. |
Error | Indicates if the record was found or not. 0=Found, 1=Not Found |
LocationId | Location ID of the land record. |
StreetNo | Street Number |
StreetDir | Street Direction. Ex. N, S, E, W, NE, NW |
StreetName | Street Name |
Apartment | Apartment Number |
ZipCode | Zip Code. Will include Zip+4 if available. |
CarrierRoute | 2 digit Carrier number and 2 digit Route number. Ex. 0104 = Carrier 1, Route 4 |
OwnerName | Owner Name |
OwnerType | Owner Type. BO-Billable Owner, BP=Billable Party, L=Landlord, LH=Lien Holder, M=Management Company, P=Primary Owner. Blank=Primary Owner |
OwnerAddress | Owner address line 1 |
OwnerAddress2 | Owner address line 2 |
OwnerAreaCode | Owner telephone area code |
OwnerPhoneNo | Owner 7 digit phone number |
ParcelNo1-10 | Parcel number for the location. Each section returned separately. |
ParcelType | Parcel type. Blank=Address, I=Intersection, M=Main parcel, P=Parcel |
AlternateId | Alternate ID or Tax Number |
StreetQualifier | StreetQualifier |
Acreage | Acreage. Returned as 4 digit decimal. |
PropertyCode | Property Use Code |
UndividedInterest | Undivided Interest Percentage |
TownshipCode | Township Code. Indicates which town or district it is in. |
InsideOutsideCode | Inside Outside Code. Indicates if it is inside or outside of city limits. |
CommissionerCode | Commissioner Code |
FormattedAddress | Street number, name, direction, and suffix formatted into the address |
StreetPostQual | Street Post Qualifier, such as Suite or Apartment |
StreetSuffix | Street Suffix. Ex. AVE, RD, CIR |
StreetPostDir | Street post directions. |
StreetPreQual | Street pre qualifier |
ParcelDeliveryPoint | Parcel Delivery Point |
OwnerDeliveryPoint | Owner Delivery Point |
GeneralLocationCode | General Location Code |
ParcelStatus | Parcel Status Code |
AddressType | Address Type. BO-Billable Owner, BP=Billable Party, L=Landlord, LH=Lien Holder, M=Management Company, P=Primary Owner. Blank=Primary Owner |
OwnerEffectiveDate | Date owner address becomes affective. Format CYYMMDD |
PlatBookPage | Plat Book Page |
UseZone | Use Zone |
FireZone | Fire Zone |
VarianceCode | Variance Code |
InspectionArea | Inspection Area |
Subdivision1 | Subdivision 1 |
Subdivision2 | Subdivision 2 |
Longitude11 | Longitude 11 digit (old) |
Latitude11 | Latitude 11 digit (old) |
OwnerDOB | Owner Date of Birth |
ExtendedAddress | Extended Address |
FreeFormAddress | Free Form Address |
RelatedPartyId | Related Party Id |
AddressStatus | Address Status |
AddressEffectiveDate | Date address becomes affective. Format CYYMMDD |
IntersectionStreet | Intersection Street |
IntersectionDir | Intersection Direction |
IntersectionSuffix | Intersection Suffix |
CensusTract7 | Census Tract 7 digit (old) |
ParcelSplitCode | Parcel Split Code |
Longitude15 | Longitude 15 digit. Format: 4039902.560000 |
Latitude15 | Latitude 15 digit. Format: 4039902.560000 |
MapX | Map X coordinate |
MapY | Map Y coordinate |
CensusTract11 | Census Tract 11 digit |
ErrorCode | 0000=Successful. 0001=Not Found |
ErrorMessage | Description of result |
Status | Successful, Rejected, or Error |