- addressline1 = null (required, string)... House number, Street, State, Unit/suite/apt number
- addressline2 = null (required, string)... City, State, Zip
- ExactMatch = null (optional, string)... CurrentOwner = returns current owners of the property, CurrentResident = returns current residents of the property
Search Examples:
Find Contact Info from all Current Owner(s) from an Address
{
"addressline1": "123 Main Street",
"addressline2": "Los Angeles, CA",
"ExactMatch":"CurrentOwner"
}
Find Contact Info from all Current Resident(s) from an Address
{
"addressline1": "123 Main Street",
"addressline2": "Los Angeles, CA",
"ExactMatch":"CurrentResident"
}