-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: May 17, 2024 at 04:05 AM
-- Server version: 8.0.37
-- PHP Version: 8.1.28

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `loancamp_site`
--

-- --------------------------------------------------------

--
-- Table structure for table `abouts`
--

CREATE TABLE `abouts` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `meta_title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_keywords` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `abouts`
--

INSERT INTO `abouts` (`id`, `title`, `image`, `content`, `meta_title`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES
(1, 'About Loan Camp', NULL, '<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim..</p>', 'Meta Title', 'Meta Keywords', 'Meta Descriptions', '2023-02-05 04:01:50', '2024-05-09 14:33:38');

-- --------------------------------------------------------

--
-- Table structure for table `admins`
--

CREATE TABLE `admins` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `role_id` int NOT NULL DEFAULT '0',
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `remember_token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `mobile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zipcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admins`
--

INSERT INTO `admins` (`id`, `name`, `email`, `email_verified_at`, `password`, `role_id`, `status`, `remember_token`, `created_at`, `updated_at`, `mobile`, `address`, `city`, `state`, `zipcode`) VALUES
(1, 'admin', 'admin@admin.com', '2023-02-02 19:24:08', '$2y$10$VHLsrPOwskMFczWOgQcrmOOnLKiZVSwekC1gJRKmw6BFMX7mttHq2', 0, 1, NULL, '2023-02-02 19:24:08', '2023-02-02 19:24:08', NULL, NULL, NULL, NULL, NULL),
(2, 'test', 'test@test.com', NULL, '$2y$10$wrrYxrNwiblmOt.g4IoW..oBNdzzDZKCSidmIk9eKsyIL4t2J/GSO', 1, 1, NULL, '2024-05-09 14:28:18', '2024-05-09 14:28:18', '1234567892', 'dfdfdf', 'df', 'dfd', '34343');

-- --------------------------------------------------------

--
-- Table structure for table `atom_api_logs`
--

CREATE TABLE `atom_api_logs` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` int DEFAULT NULL,
  `property_id` int DEFAULT NULL,
  `called_from` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `called_by` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `api_endpoint` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `api_request` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `api_response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `response_status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `response_error` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `atom_api_logs`
--

INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(1, 1, 2, 'all-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"ba0f7ea822f7763b5297415101df3900\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-10 18:50:04', '2023-02-10 18:50:05'),
(2, 1, 2, 'all-property', 'user', '/valuation/homeequity', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/homeequity?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"a37ccfeb06aaa0d4c8a00153ccf7cfb7\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotSize1\":0.1076676},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoId\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\"},\"building\":{\"size\":{\"universalSize\":934},\"rooms\":{\"bathsTotal\":1.0,\"beds\":2}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":755614,\"high\":770726,\"low\":740501,\"valueRange\":15112},\"calculations\":{\"perSizeUnit\":809.0,\"ratioTaxAmt\":272.66,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0}},\"homeEquity\":{\"LTV\":0,\"estimatedAvailableEquity\":0,\"estimatedLendableEquity\":0,\"firstAmortizedLoanAmount\":0,\"secondAmortizedLoanAmount\":0,\"thirdAmortizedLoanAmount\":0,\"totalEstimatedLoanBalance\":0,\"recordLastUpdated\":\"2021-07-09\"}}]}', 'success', NULL, '2023-02-10 18:50:05', '2023-02-10 18:50:06'),
(3, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=Greater+Noida+West1', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 18:19:15', '2023-02-13 18:19:17'),
(4, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Greater+Noida+West1', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 18:19:37', '2023-02-13 18:19:38'),
(5, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Greater+Noida+West1', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 18:19:38', '2023-02-13 18:19:40'),
(6, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"fd9e816dddb78afbde54255db21a3715\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER, CO 80205-4510\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:19:51', '2023-02-13 18:19:53'),
(7, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"f3ce95a9211a9753ec2bee0610143d5a\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:19:53', '2023-02-13 18:19:54'),
(8, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"1a218dfb81425b465bcbcd1fedede073\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:26:36', '2023-02-13 18:26:37'),
(9, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"e525c3926ccbc5286ba84be692545f4e\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:26:37', '2023-02-13 18:26:38'),
(10, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"ef766d147b0f7e24970cf760147be4c3\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:26:39', '2023-02-13 18:26:40'),
(11, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"dc04884f99802ba0d0ef29bcfe0e75b8\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:26:40', '2023-02-13 18:26:41'),
(12, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=denver', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"8bfab663bb60980562843c741dee4e61\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER, CO 80205-4510\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:26:54', '2023-02-13 18:26:56'),
(13, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=denver', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"cc1fe0e355f95e376f7654a968cedb3f\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:31:52', '2023-02-13 18:31:53');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(14, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=denver', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"68dc19d29c2d15decffb2bfcd1d3421d\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:32:16', '2023-02-13 18:32:17'),
(15, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=denver', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"4dfc430b541f3e8647bf092923022afc\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:32:46', '2023-02-13 18:32:47'),
(16, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=denver', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"ab2e647f2562dba78781851e22bb63ff\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:33:21', '2023-02-13 18:33:22'),
(17, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=denver', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"272202a064cb4a271f0a49149757399d\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:34:39', '2023-02-13 18:34:41'),
(18, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfs&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 18:46:40', '2023-02-13 18:46:41'),
(19, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfdsf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 18:47:51', '2023-02-13 18:47:52'),
(20, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfsdf&address2=sdfsdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 18:54:00', '2023-02-13 18:54:01'),
(21, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=ssdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 18:55:54', '2023-02-13 18:55:55'),
(22, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 18:57:17', '2023-02-13 18:57:18'),
(23, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 18:57:40', '2023-02-13 18:57:42'),
(24, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 18:57:42', '2023-02-13 18:57:43'),
(25, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=de', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"0a1b8b380aa507fe3fbe8c1f146e1652\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER, CO 80205-4510\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:57:48', '2023-02-13 18:57:49'),
(26, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=de', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"644526bf7c6251f9c464a5a2d4faa8e7\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:57:49', '2023-02-13 18:57:50'),
(27, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=den', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"76d3a3ebf4fca23ee8c74fedb46d9202\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER, CO 80205-4510\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:57:51', '2023-02-13 18:57:52'),
(28, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=denv', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"91b207342dab275f6baaa7115ca00232\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER, CO 80205-4510\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:57:52', '2023-02-13 18:57:53'),
(29, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=denver', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"58b8fc3de9d355efbbef54f553573c71\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:57:54', '2023-02-13 18:57:55'),
(30, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=denver', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"fba708e048697a3ce63c5a6b4bf44516\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:57:55', '2023-02-13 18:57:56');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(31, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=denver', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"c910c5a304d417fba5f99da29553e426\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:58:07', '2023-02-13 18:58:08'),
(32, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=denver', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"c348048963ef56910326c5cf0c09e438\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-13 18:58:54', '2023-02-13 18:58:55'),
(33, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfsdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 19:01:03', '2023-02-13 19:01:04'),
(34, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfsdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 19:01:38', '2023-02-13 19:01:40'),
(35, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dsfsdf&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 19:02:31', '2023-02-13 19:02:33'),
(36, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 19:03:32', '2023-02-13 19:03:33'),
(37, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 19:04:35', '2023-02-13 19:04:36'),
(38, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 19:04:37', '2023-02-13 19:04:38'),
(39, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 19:04:38', '2023-02-13 19:04:39'),
(40, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 19:05:07', '2023-02-13 19:05:08'),
(41, 1, 8, 'all-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 19:05:38', '2023-02-13 19:05:39'),
(42, 1, 8, 'all-property', 'user', '/valuation/homeequity', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/homeequity?address1=Noida&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-13 19:05:39', '2023-02-13 19:05:41'),
(43, 1, 2, 'all-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"19664be42d5244a752871fb1245782a4\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER, CO 80205-4510\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-14 18:45:08', '2023-02-14 18:45:10'),
(44, 1, 2, 'all-property', 'user', '/valuation/homeequity', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/homeequity?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"3ff1a3565c6e256105712e79ae3de619\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotSize1\":0.1076676},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoId\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\"},\"building\":{\"size\":{\"universalSize\":934},\"rooms\":{\"bathsTotal\":1.0,\"beds\":2}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":755614,\"high\":770726,\"low\":740501,\"valueRange\":15112},\"calculations\":{\"perSizeUnit\":809.0,\"ratioTaxAmt\":272.66,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0}},\"homeEquity\":{\"LTV\":0,\"estimatedAvailableEquity\":0,\"estimatedLendableEquity\":0,\"firstAmortizedLoanAmount\":0,\"secondAmortizedLoanAmount\":0,\"thirdAmortizedLoanAmount\":0,\"totalEstimatedLoanBalance\":0,\"recordLastUpdated\":\"2021-07-09\"}}]}', 'success', NULL, '2023-02-14 18:45:10', '2023-02-14 18:45:11'),
(45, 1, 2, 'all-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"502b57da6b6e894e89e7f2eda403c015\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":478,\"bsmtType\":\"UNFINISHED\",\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2771.3,\"taxPerSizeUnit\":2.97,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"}}]}', 'success', NULL, '2023-02-14 18:45:46', '2023-02-14 18:45:47'),
(46, 1, 2, 'all-property', 'user', '/valuation/homeequity', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/homeequity?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"db9f9fe4a5eb7d5a09ad9448d582c677\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotSize1\":0.1076676},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoId\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\"},\"building\":{\"size\":{\"universalSize\":934},\"rooms\":{\"bathsTotal\":1.0,\"beds\":2}},\"vintage\":{\"lastModified\":\"2022-04-14\",\"pubDate\":\"2022-04-14\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":755614,\"high\":770726,\"low\":740501,\"valueRange\":15112},\"calculations\":{\"perSizeUnit\":809.0,\"ratioTaxAmt\":272.66,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0}},\"homeEquity\":{\"LTV\":0,\"estimatedAvailableEquity\":0,\"estimatedLendableEquity\":0,\"firstAmortizedLoanAmount\":0,\"secondAmortizedLoanAmount\":0,\"thirdAmortizedLoanAmount\":0,\"totalEstimatedLoanBalance\":0,\"recordLastUpdated\":\"2021-07-09\"}}]}', 'success', NULL, '2023-02-14 18:45:47', '2023-02-14 18:45:48'),
(47, 1, 4, 'all-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Minim+ad+rerum+conse&address2=Voluptatibus+soluta', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 18:49:03', '2023-02-14 18:49:05'),
(48, 1, 4, 'all-property', 'user', '/valuation/homeequity', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/homeequity?address1=Minim+ad+rerum+conse&address2=Voluptatibus+soluta', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 18:49:05', '2023-02-14 18:49:06'),
(49, 1, 3, 'all-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"62b35d08d9e030506ccd7f89aa902ad2\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 20:33:39', '2023-02-14 20:33:41'),
(50, 1, 3, 'all-property', 'user', '/valuation/homeequity', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/homeequity?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"9105f61184f06121abc08f699a4c5fc8\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotSize1\":0.1434803},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoId\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\"},\"building\":{\"size\":{\"universalSize\":812},\"rooms\":{\"bathsTotal\":2.0,\"beds\":2}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":736410,\"high\":751138,\"low\":721681,\"valueRange\":14728},\"calculations\":{\"perSizeUnit\":906.0,\"ratioTaxAmt\":272.63,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0}},\"homeEquity\":{\"LTV\":55,\"estimatedAvailableEquity\":382735,\"estimatedLendableEquity\":306188,\"firstAmortizedLoanAmount\":195483,\"secondAmortizedLoanAmount\":158192,\"thirdAmortizedLoanAmount\":0,\"totalEstimatedLoanBalance\":353675,\"recordLastUpdated\":\"2023-02-10\"}}]}', 'success', NULL, '2023-02-14 20:33:41', '2023-02-14 20:33:42'),
(51, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"0fb08318cb68dd3a53e66c50ec359b80\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:07:20', '2023-02-14 21:07:21'),
(52, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"670b96ad610cbbfb252ae4d50a6fdbff\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:07:54', '2023-02-14 21:07:55');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(53, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"2f0ce23adebf7e3fc1595530a79565a7\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:08:29', '2023-02-14 21:08:30'),
(54, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"2c088f5523c2a8fa6e73f791f4d46038\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:08:30', '2023-02-14 21:08:31'),
(55, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"e63fad3c76619a2e5a98fff68dc72189\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:08:32', '2023-02-14 21:08:33'),
(56, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"a158a99731a3f180f4121b185e8af182\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:08:42', '2023-02-14 21:08:43'),
(57, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfsdfsdf&address2=sdfsdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:11:55', '2023-02-14 21:11:57'),
(58, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfdsf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:19:34', '2023-02-14 21:19:35'),
(59, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfsdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:20:28', '2023-02-14 21:20:29'),
(60, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C+Denver%2C+CO%2C+80015&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"0ca1456cf24072843bf6a3fb10fbbf3b\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:21:53', '2023-02-14 21:21:55'),
(61, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C+Denver%2C+CO%2C+80015&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"5d50add39ae6e60aa901174a074c6c70\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:21:55', '2023-02-14 21:21:56'),
(62, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C+Denver%2C+CO%2C+80015&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"34683e8d5af245a6fa3dd22057e7e4fa\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:21:58', '2023-02-14 21:21:59'),
(63, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:22:11', '2023-02-14 21:22:12'),
(64, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:22:13', '2023-02-14 21:22:14'),
(65, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:22:14', '2023-02-14 21:22:15'),
(66, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dasa&address2=dasdsa', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:23:01', '2023-02-14 21:23:02'),
(67, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dasasdf&address2=dasdsa', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:23:06', '2023-02-14 21:23:07'),
(68, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dasasdf&address2=dasdsa', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:23:08', '2023-02-14 21:23:09'),
(69, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dasasdf&address2=dasdsa', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:23:09', '2023-02-14 21:23:10'),
(70, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dasasdfsdf&address2=dasdsa', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:23:10', '2023-02-14 21:23:11'),
(71, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dasasdfsdf&address2=dasdsa', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:23:11', '2023-02-14 21:23:12'),
(72, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dasasdfsdf&address2=dasdsa', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:23:12', '2023-02-14 21:23:13'),
(73, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dasasdfsdfsdf&address2=dasdsa', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:23:14', '2023-02-14 21:23:15'),
(74, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dasasdfsdfsdf&address2=dasdsa', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:23:15', '2023-02-14 21:23:16'),
(75, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dasasdfsdfsdf&address2=dasdsa', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:23:16', '2023-02-14 21:23:17'),
(76, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dasasdfsdfsdf&address2=dasdsa', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:23:27', '2023-02-14 21:23:28'),
(77, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=fsdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:23:35', '2023-02-14 21:23:36'),
(78, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=fsdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:23:40', '2023-02-14 21:23:41'),
(79, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfsdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:25:26', '2023-02-14 21:25:27'),
(80, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfsdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:25:32', '2023-02-14 21:25:33'),
(81, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfsdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:27:29', '2023-02-14 21:27:30'),
(82, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C+Denver%2C+CO%2C+80015&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"def4f4c255689807e2b68f5ee93a5081\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:27:36', '2023-02-14 21:27:37');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(83, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C+Denver%2C+CO%2C+80015&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"ca54ea07b028d2134ea84d68b23d09a6\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:27:37', '2023-02-14 21:27:38'),
(84, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dsf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:27:42', '2023-02-14 21:27:43'),
(85, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dsf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:27:44', '2023-02-14 21:27:45'),
(86, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dsf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:27:45', '2023-02-14 21:27:46'),
(87, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dsfsdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:27:46', '2023-02-14 21:27:47'),
(88, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dsfsdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:27:48', '2023-02-14 21:27:49'),
(89, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dsfsdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:27:49', '2023-02-14 21:27:50'),
(90, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=dsfsdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:30:34', '2023-02-14 21:30:36'),
(91, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=asddsa&address2=asdsad', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:30:40', '2023-02-14 21:30:41'),
(92, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfdsf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:31:01', '2023-02-14 21:31:02'),
(93, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfsdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:31:35', '2023-02-14 21:31:36'),
(94, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:32:00', '2023-02-14 21:32:01'),
(95, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C+Denver%2C+CO%2C+80015&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"d12bba19ecfe4f961c72452cadbf0d5f\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:09', '2023-02-14 21:41:10'),
(96, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C+Denver%2C+CO%2C+80015&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"25bf499840dd7a7c73962712c06b4fca\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:10', '2023-02-14 21:41:11'),
(97, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C+Denver%2C+CO%2C+80015&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"4f6f30b7938e4bb8054db9901945ccde\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:12', '2023-02-14 21:41:13'),
(98, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C+Denver%2C+CO%2C&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"9c5a6be45f7566ff35c3183626dc619d\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:13', '2023-02-14 21:41:15'),
(99, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C+Denver%2C+CO%2C&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"b401949e3f0c550e8836ff6c0d20a737\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:15', '2023-02-14 21:41:16'),
(100, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C+Denver%2C+CO%2C&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"a76aab9ba6caef2f3c18c37697fe4dea\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:16', '2023-02-14 21:41:17'),
(101, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C+Denver%2C+CO%2C&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"1945b1ceee09b76fce30bf625229d077\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:17', '2023-02-14 21:41:18'),
(102, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"724d4df271e4b3dd0baeb55ba3350ba1\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:19', '2023-02-14 21:41:20');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(103, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"1b2350086924515a9152c38379ad9506\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:20', '2023-02-14 21:41:22'),
(104, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C&address2=sdfs+Denver%2C+CO%2C+df', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"33c054b5b13e567ab79bd47acc54cf47\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:22', '2023-02-14 21:41:23'),
(105, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C&address2=sdfs+Denver%2C+CO%2C+df', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"177edfc6ec7e07cdbb85a9f94cd6026c\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:23', '2023-02-14 21:41:24'),
(106, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C&address2=sdfs+Denver%2C+CO%2C+d', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"d3f7b0d2c91dabeffc0f899d079d9852\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:24', '2023-02-14 21:41:26'),
(107, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C&address2=sdfs+Denver%2C+CO%2C', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"593b5441935f30be6c09c05ae8a76fcc\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:26', '2023-02-14 21:41:27'),
(108, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C&address2=sdfs+Denver%2C+CO%2C', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"add6eda900a12c6645d9c502bc1cebef\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:28', '2023-02-14 21:41:29'),
(109, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C&address2=sdfs+Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"fcf75e793fd3c37e34d33c4d1576b8bb\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:29', '2023-02-14 21:41:30'),
(110, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C&address2=sdf+Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"bd8cd10a092ffc0bfde245040ba9eca7\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:30', '2023-02-14 21:41:32'),
(111, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C&address2=sd+Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"d9ceb55a606d166542a0bbfac00782e9\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:32', '2023-02-14 21:41:33');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(112, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C&address2=s+Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"797ef16d240d7f64ce593905a9cefc0c\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:34', '2023-02-14 21:41:35'),
(113, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"84cd339bc225528247c21cdfb440f039\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:35', '2023-02-14 21:41:38'),
(114, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court%2C&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"4b10c24d79b83ff0ea4baea663997443\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:38', '2023-02-14 21:41:39'),
(115, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"b9825439e1b01482024ab14d69e546ea\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2701.18,\"taxPerSizeUnit\":3.33,\"taxYear\":2021.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-01-11\",\"pubDate\":\"2023-01-11\"}}]}', 'success', NULL, '2023-02-14 21:41:39', '2023-02-14 21:41:40'),
(116, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfsdfs&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:44:06', '2023-02-14 21:44:07'),
(117, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfsdfs&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-14 21:44:37', '2023-02-14 21:44:38'),
(118, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfggsfd&address2=gdsfgfdsg', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-16 18:31:29', '2023-02-16 18:31:31'),
(119, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfsf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-16 18:41:43', '2023-02-16 18:41:44'),
(120, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfsdf&address2=sdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-16 18:42:53', '2023-02-16 18:42:55'),
(121, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=fsdf&address2=sdfsdf', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-16 18:45:02', '2023-02-16 18:45:03'),
(122, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"b2ba5c3aa09d530e44ead2ccbc7ea454\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2797.7,\"taxPerSizeUnit\":3.45,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-16 18:45:53', '2023-02-16 18:45:54'),
(123, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=sdfsdf', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"b11263e7a453d0a84f3ddd8d21bebd8a\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2797.7,\"taxPerSizeUnit\":3.45,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-16 18:45:54', '2023-02-16 18:45:56'),
(124, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"52e661ea03faea48b81da5975cb89819\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2797.7,\"taxPerSizeUnit\":3.45,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-16 18:45:58', '2023-02-16 18:45:59'),
(125, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"ad9d65b20edcee6d333e845c9fb594c0\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2797.7,\"taxPerSizeUnit\":3.45,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-16 18:45:59', '2023-02-16 18:46:00'),
(126, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"f183a888810678284fce010effda5a37\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2797.7,\"taxPerSizeUnit\":3.45,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-16 18:46:03', '2023-02-16 18:46:04');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(127, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"4d03377f9276bdb8dcb10baecf181ad2\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2797.7,\"taxPerSizeUnit\":3.45,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-16 18:46:05', '2023-02-16 18:46:06'),
(128, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court1&address2=Denver%2C+CO', NULL, 'failed', 'SuccessWithoutResult', '2023-02-16 18:47:16', '2023-02-16 18:47:17'),
(129, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Test+Address&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-20 17:10:33', '2023-02-20 17:10:35'),
(130, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Test+Address&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-20 17:10:58', '2023-02-20 17:11:00'),
(131, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Test+Address&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-20 17:11:00', '2023-02-20 17:11:01'),
(132, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Test+Address&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-02-20 17:11:01', '2023-02-20 17:11:11'),
(133, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"3b2de2b7acf80c3dabaf10b6e15ba451\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":480,\"bsmtFinishedPercent\":0,\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2870.88,\"taxPerSizeUnit\":3.07,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-20 21:39:36', '2023-02-20 21:39:43'),
(134, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"7ea4e955b4aa417bca0632816f9233e4\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":480,\"bsmtFinishedPercent\":0,\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2870.88,\"taxPerSizeUnit\":3.07,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-20 21:40:22', '2023-02-20 21:40:37'),
(135, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"6dd0a5cc2a75ef702d0900f7de3ff1f2\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":480,\"bsmtFinishedPercent\":0,\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2870.88,\"taxPerSizeUnit\":3.07,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-20 21:40:37', '2023-02-20 21:40:38'),
(136, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"b122158610a5eadf559b895e0c5acb63\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":480,\"bsmtFinishedPercent\":0,\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2870.88,\"taxPerSizeUnit\":3.07,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-20 21:40:39', '2023-02-20 21:40:45'),
(137, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"8d4be7e34d73a63f79062626e6eca9d9\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":480,\"bsmtFinishedPercent\":0,\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2870.88,\"taxPerSizeUnit\":3.07,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-20 21:41:00', '2023-02-20 21:41:02'),
(138, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"85215df77c1495bffc7549cb7e45fc84\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":480,\"bsmtFinishedPercent\":0,\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2870.88,\"taxPerSizeUnit\":3.07,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-20 21:41:08', '2023-02-20 21:41:10'),
(139, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"c61d7ead7c1b307ffaca52d135a3d0ce\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":480,\"bsmtFinishedPercent\":0,\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2870.88,\"taxPerSizeUnit\":3.07,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-20 21:41:16', '2023-02-20 21:41:17'),
(140, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"9c5678773708b500b5725c0a717fb328\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":480,\"bsmtFinishedPercent\":0,\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2870.88,\"taxPerSizeUnit\":3.07,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-20 21:41:47', '2023-02-20 21:41:49'),
(141, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"ce146f9dd205de11e76de7e78c3e7eb3\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":480,\"bsmtFinishedPercent\":0,\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2870.88,\"taxPerSizeUnit\":3.07,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-20 21:41:49', '2023-02-20 21:41:50');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(142, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"9f7587c27e346434753319eb38409621\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":480,\"bsmtFinishedPercent\":0,\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2870.88,\"taxPerSizeUnit\":3.07,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-20 21:41:56', '2023-02-20 21:41:58'),
(143, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"bdc8db88d565cce083c7ee09bdffeacc\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":480,\"bsmtFinishedPercent\":0,\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2870.88,\"taxPerSizeUnit\":3.07,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-20 21:42:45', '2023-02-20 21:42:46'),
(144, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"e0c8550629c4c0a30720fd30a7978852\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":480,\"bsmtFinishedPercent\":0,\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2870.88,\"taxPerSizeUnit\":3.07,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER,, CO 80205--451\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-20 21:42:47', '2023-02-20 21:42:52'),
(145, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"75fcde9daf8692959cfb05f06ff6f8c6\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2797.7,\"taxPerSizeUnit\":3.45,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-20 21:43:03', '2023-02-20 21:43:05'),
(146, 1, 0, 'add-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"81d3f65edec3eaaedab44a37a6315979\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2797.7,\"taxPerSizeUnit\":3.45,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER,, CO 80212--251\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-20 21:43:39', '2023-02-20 21:43:41'),
(147, 1, 2, 'all-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"a74d2af4b80f77cf9f5768d1272db950\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":480,\"bsmtFinishedPercent\":0,\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2870.88,\"taxPerSizeUnit\":3.07,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER, CO 80205-4510\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-23 20:32:01', '2023-02-23 20:32:03'),
(148, 1, 2, 'all-property', 'user', '/valuation/homeequity', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/homeequity?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"344a1c55a1a1e09f8d016d10343a9f65\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotSize1\":0.1076676},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoId\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\"},\"building\":{\"size\":{\"universalSize\":934},\"rooms\":{\"bathsTotal\":1.0,\"beds\":2}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":755614,\"high\":770726,\"low\":740501,\"valueRange\":15112},\"calculations\":{\"perSizeUnit\":809.0,\"ratioTaxAmt\":263.2,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0}},\"homeEquity\":{\"LTV\":0,\"estimatedAvailableEquity\":0,\"estimatedLendableEquity\":0,\"firstAmortizedLoanAmount\":0,\"secondAmortizedLoanAmount\":0,\"thirdAmortizedLoanAmount\":0,\"totalEstimatedLoanBalance\":0,\"recordLastUpdated\":\"2021-07-09\"}}]}', 'success', NULL, '2023-02-23 20:32:03', '2023-02-23 20:32:04'),
(149, 1, 3, 'all-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"f32cc3bd07f3099267f10fa550bc769c\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2797.7,\"taxPerSizeUnit\":3.45,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-23 20:32:22', '2023-02-23 20:32:23'),
(150, 1, 3, 'all-property', 'user', '/valuation/homeequity', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/homeequity?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"80136f8b3a1870af76b68be2c2f58511\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotSize1\":0.1434803},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoId\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\"},\"building\":{\"size\":{\"universalSize\":812},\"rooms\":{\"bathsTotal\":2.0,\"beds\":2}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":736410,\"high\":751138,\"low\":721681,\"valueRange\":14728},\"calculations\":{\"perSizeUnit\":906.0,\"ratioTaxAmt\":263.22,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0}},\"homeEquity\":{\"LTV\":55,\"estimatedAvailableEquity\":382735,\"estimatedLendableEquity\":306188,\"firstAmortizedLoanAmount\":195483,\"secondAmortizedLoanAmount\":158192,\"thirdAmortizedLoanAmount\":0,\"totalEstimatedLoanBalance\":353675,\"recordLastUpdated\":\"2023-02-10\"}}]}', 'success', NULL, '2023-02-23 20:32:23', '2023-02-23 20:32:24'),
(151, 1, 2, 'home-detail', 'user', '/property/detailwithschools', 'https://api.gateway.attomdata.com/propertyapi/v4.0.0/property/detailwithschools?attomid=184713191', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"4c722571a7cff09d68227f2419d6b241\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"yearbuilteffective\":2014}},\"schoolDistrict\":{\"geoIdV4\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"districttype\":\"Regular\",\"districtname\":\"Denver County School District 1\",\"districtlatitude\":\"39.74575\",\"districtlongitude\":\"-104.985751\"},\"school\":[{\"geoIdV4\":\"8a506b574561c5bab4f163492c7a386a\",\"InstitutionName\":\"Skinner Middle School\",\"GSTestRating\":0,\"schoolRating\":\"B \",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7724\",\"geocodinglongitude\":\"-105.0323\",\"distance\":0.94},{\"geoIdV4\":\"9e0b497fb1337405c4dfe64e51568f68\",\"InstitutionName\":\"Centennial School\",\"GSTestRating\":0,\"schoolRating\":\"B-\",\"gradelevel1lotext\":\"EE\",\"gradelevel1hitext\":\"5\",\"lowAssignedGrade\":\"EE\",\"highAssignedGrade\":\"5 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7813\",\"geocodinglongitude\":\"-105.0422\",\"distance\":0.34},{\"geoIdV4\":\"3b4cd5c56026e2e1f0e5c553b74cf05d\",\"InstitutionName\":\"Bryant Webster Dual Language ECE-8 School\",\"GSTestRating\":0,\"schoolRating\":\"D-\",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7674\",\"geocodinglongitude\":\"-105.0084\",\"distance\":2.24},{\"geoIdV4\":\"93e5fef8956253c5642a335fc4a4395f\",\"InstitutionName\":\"Strive Prep - Sunnyside\",\"GSTestRating\":0,\"schoolRating\":\"C+\",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.782013\",\"geocodinglongitude\":\"-105.00681\",\"distance\":2.19},{\"geoIdV4\":\"3d0771574d56c6eae9184bc5aa3ebe19\",\"InstitutionName\":\"North High School\",\"GSTestRating\":0,\"schoolRating\":\"C+\",\"gradelevel1lotext\":\"9\",\"gradelevel1hitext\":\"12\",\"lowAssignedGrade\":\"9 \",\"highAssignedGrade\":\"12\",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7605\",\"geocodinglongitude\":\"-105.0222\",\"distance\":1.86}],\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-23 21:32:35', '2023-02-23 21:32:37'),
(152, 1, 2, 'home-detail', 'user', '/transportationnoise', 'https://api.gateway.attomdata.com/transportationnoise?address=4529+Winona+Court%2C+Denver%2C+CO+12100', '{\"status\":{\"version\": \"1.0.0\",\"code\": 0,\"msg\": \"SuccessWithResult\",\"total\": 1,\"page\": 1,\"pagesize\": 0,\"transactionID\": \"6c3b12735d31820a9000721eda7677eb\"},\"transportationNoise\":{\"attomId\": 184713191,\"lat\":39.77896,\"lon\":-105.04771,\"road_noise\":{\"level\":2,\"level_description\":\"Busy traffic nearby\",\"noise_sources\":[{\"source_type\":\"road\",\"source_sub_type\":\"motorway\",\"source_description\":\"\"},{\"source_type\":\"road\",\"source_sub_type\":\"residential\",\"source_description\":\"Winona Court\"},{\"source_type\":\"road\",\"source_sub_type\":\"motorway_link\",\"source_description\":\"\"},{\"source_type\":\"road\",\"source_sub_type\":\"primary\",\"source_description\":\"Sheridan Boulevard\"},{\"source_type\":\"road\",\"source_sub_type\":\"service\",\"source_description\":\"\"}]},\"aviation_noise\":{\"level\":0,\"level_description\":\"No nearby airports\"},\"emg_vehicle_noise\":{\"level\":3,\"level_description\":\"Possible frequent or loud ambulance or fire truck sirens\",\"noise_sources\":[{\"source_type\":\"fire-station\",\"source_description\":\"Denver Fire Department Station 17\",\"source_dist_km\":0.4},{\"source_type\":\"fire-station\",\"source_description\":\"Lakeside Fire Department Station 2\",\"source_dist_km\":0.6}]},\"rail_whistle_noise\":{\"level\":0,\"level_description\":\"There aren\'t any train crossings with whistles nearby\",\"noise_sources\":[{\"source_type\":\"rail-whistle\",\"source_description\":\"BNSF Railway & Tennyson Street\",\"source_dist_km\":2.8},{\"source_type\":\"rail-whistle\",\"source_description\":\"Union Pacific Railroad & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"Union Pacific Railroad & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"RTD & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"RTD & Tennyson Street\",\"source_dist_km\":2.9}]},\"rail_noise\":{\"level\":1,\"level_description\":\"Audible trains\",\"noise_sources\":[{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"UP Moffat Tunnel Subdivision\"},{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"RTD G Line\"},{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"Golden Subdivision\"},{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"\"}]},\"overall_summary\":\"Traffic noise is medium.  Also, there may be frequent ambulance traffic nearby.\",\"disclaimer_text\":\"© <a href=\\\"https://www.openstreetmap.org/copyright\\\">OpenStreetMap</a> contributors\"}}', 'success', NULL, '2023-02-23 22:26:24', '2023-02-23 22:26:27');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(153, 1, 2, 'home-detail', 'user', '/transportationnoise', 'https://api.gateway.attomdata.com/transportationnoise?address=4529+Winona+Court%2C+Denver%2C+CO+12100', '{\"status\":{\"version\": \"1.0.0\",\"code\": 0,\"msg\": \"SuccessWithResult\",\"total\": 1,\"page\": 1,\"pagesize\": 0,\"transactionID\": \"04697e94c51c6a654cd200f9160bfe39\"},\"transportationNoise\":{\"attomId\": 184713191,\"lat\":39.77896,\"lon\":-105.04771,\"road_noise\":{\"level\":2,\"level_description\":\"Busy traffic nearby\",\"noise_sources\":[{\"source_type\":\"road\",\"source_sub_type\":\"motorway\",\"source_description\":\"\"},{\"source_type\":\"road\",\"source_sub_type\":\"residential\",\"source_description\":\"Winona Court\"},{\"source_type\":\"road\",\"source_sub_type\":\"motorway_link\",\"source_description\":\"\"},{\"source_type\":\"road\",\"source_sub_type\":\"primary\",\"source_description\":\"Sheridan Boulevard\"},{\"source_type\":\"road\",\"source_sub_type\":\"service\",\"source_description\":\"\"}]},\"aviation_noise\":{\"level\":0,\"level_description\":\"No nearby airports\"},\"emg_vehicle_noise\":{\"level\":3,\"level_description\":\"Possible frequent or loud ambulance or fire truck sirens\",\"noise_sources\":[{\"source_type\":\"fire-station\",\"source_description\":\"Denver Fire Department Station 17\",\"source_dist_km\":0.4},{\"source_type\":\"fire-station\",\"source_description\":\"Lakeside Fire Department Station 2\",\"source_dist_km\":0.6}]},\"rail_whistle_noise\":{\"level\":0,\"level_description\":\"There aren\'t any train crossings with whistles nearby\",\"noise_sources\":[{\"source_type\":\"rail-whistle\",\"source_description\":\"BNSF Railway & Tennyson Street\",\"source_dist_km\":2.8},{\"source_type\":\"rail-whistle\",\"source_description\":\"Union Pacific Railroad & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"Union Pacific Railroad & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"RTD & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"RTD & Tennyson Street\",\"source_dist_km\":2.9}]},\"rail_noise\":{\"level\":1,\"level_description\":\"Audible trains\",\"noise_sources\":[{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"UP Moffat Tunnel Subdivision\"},{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"RTD G Line\"},{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"Golden Subdivision\"},{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"\"}]},\"overall_summary\":\"Traffic noise is medium.  Also, there may be frequent ambulance traffic nearby.\",\"disclaimer_text\":\"© <a href=\\\"https://www.openstreetmap.org/copyright\\\">OpenStreetMap</a> contributors\"}}', 'success', NULL, '2023-02-23 22:29:41', '2023-02-23 22:29:44'),
(154, 1, 2, 'all-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"f1d36aef6eab67fedfa393494fbbb465\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotNum\":\"31,32\",\"lotSize1\":0.1076676,\"lotSize2\":4690.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"36\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4529\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"MICHAEL SCOTT MATTICE\",\"saleSearchDate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"transactionIdent\":\"965116373\",\"amount\":{\"saleRecDate\":\"2021-06-29\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000123161\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":934.0,\"grossSize\":1414.0,\"grossSizeAdjusted\":934.0,\"groundFloorSize\":934.0,\"livingSize\":934.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":934.0},\"rooms\":{\"bathFixtures\":5,\"bathsFull\":1,\"bathsTotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtSize\":480,\"bsmtFinishedPercent\":0,\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\",\"propertyStructureMajorImprovementsYear\":\"2014\"},\"parking\":{\"prkgSize\":240.0,\"prkgSpaces\":\"1\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":14230.0,\"assdLandValue\":22910.0,\"assdTtlValue\":37140.0},\"market\":{\"mktImprValue\":199000.0,\"mktLandValue\":320400.0,\"mktTtlValue\":519400.0},\"tax\":{\"taxAmt\":2870.88,\"taxPerSizeUnit\":3.07,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":38,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"lastName\":\"MATTICE, MICHAEL S LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"lastName\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"2829 N FRANKLIN ST, DENVER, CO 80205-4510\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"BS\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-27 09:10:35', '2023-02-27 09:10:37'),
(155, 1, 2, 'all-property', 'user', '/valuation/homeequity', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/homeequity?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"f516dea988a7e7f96cf16e404f64fd51\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotSize1\":0.1076676},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoId\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\"},\"building\":{\"size\":{\"universalSize\":934},\"rooms\":{\"bathsTotal\":1.0,\"beds\":2}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":755614,\"high\":770726,\"low\":740501,\"valueRange\":15112},\"calculations\":{\"perSizeUnit\":809.0,\"ratioTaxAmt\":263.2,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0}},\"homeEquity\":{\"LTV\":0,\"estimatedAvailableEquity\":0,\"estimatedLendableEquity\":0,\"firstAmortizedLoanAmount\":0,\"secondAmortizedLoanAmount\":0,\"thirdAmortizedLoanAmount\":0,\"totalEstimatedLoanBalance\":0,\"recordLastUpdated\":\"2021-07-09\"}}]}', 'success', NULL, '2023-02-27 09:10:37', '2023-02-27 09:10:38'),
(156, 1, 2, 'home-detail', 'user', '/transaction/salestrend', 'https://api.gateway.attomdata.com/v4.0.0/transaction/salestrend?geoIdV4=b26d02d9330761156fc0cfd4ed8bf9a1&interval=yearly&startyear=2018&endyear=2023', '{\"status\":{\"version\":\"4\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":6,\"page\":1,\"pageSize\":100,\"transactionID\":\"50e738a7f8f8c0547e1b8c95f7f514f3\"},\"salesTrends\":[{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2018\",\"end\":\"2018\"},\"salesTrend\":{\"homeSaleCount\":2628,\"avgSalePrice\":562094,\"medSalePrice\":515000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2019\",\"end\":\"2019\"},\"salesTrend\":{\"homeSaleCount\":2695,\"avgSalePrice\":600044,\"medSalePrice\":548000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2020\",\"end\":\"2020\"},\"salesTrend\":{\"homeSaleCount\":3183,\"avgSalePrice\":602664,\"medSalePrice\":549000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2021\",\"end\":\"2021\"},\"salesTrend\":{\"homeSaleCount\":3701,\"avgSalePrice\":695690,\"medSalePrice\":630700},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2022\",\"end\":\"2022\"},\"salesTrend\":{\"homeSaleCount\":2219,\"avgSalePrice\":784110,\"medSalePrice\":694900},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2023\",\"end\":\"2023\"},\"salesTrend\":{\"homeSaleCount\":80,\"avgSalePrice\":726392,\"medSalePrice\":666000},\"vintage\":{\"pubDate\":\"2023-02-07\"}}]}', 'success', NULL, '2023-02-27 09:11:01', '2023-02-27 09:11:02'),
(157, 1, 2, 'home-detail', 'user', '/transaction/salestrend', 'https://api.gateway.attomdata.com/v4.0.0/transaction/salestrend?geoIdV4=b26d02d9330761156fc0cfd4ed8bf9a1&interval=yearly&startyear=2018&endyear=2023', '{\"status\":{\"version\":\"4\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":6,\"page\":1,\"pageSize\":100,\"transactionID\":\"60ed6f04dca4e2435e9ba4026f57d2cb\"},\"salesTrends\":[{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2018\",\"end\":\"2018\"},\"salesTrend\":{\"homeSaleCount\":2628,\"avgSalePrice\":562094,\"medSalePrice\":515000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2019\",\"end\":\"2019\"},\"salesTrend\":{\"homeSaleCount\":2695,\"avgSalePrice\":600044,\"medSalePrice\":548000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2020\",\"end\":\"2020\"},\"salesTrend\":{\"homeSaleCount\":3183,\"avgSalePrice\":602664,\"medSalePrice\":549000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2021\",\"end\":\"2021\"},\"salesTrend\":{\"homeSaleCount\":3701,\"avgSalePrice\":695690,\"medSalePrice\":630700},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2022\",\"end\":\"2022\"},\"salesTrend\":{\"homeSaleCount\":2219,\"avgSalePrice\":784110,\"medSalePrice\":694900},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2023\",\"end\":\"2023\"},\"salesTrend\":{\"homeSaleCount\":80,\"avgSalePrice\":726392,\"medSalePrice\":666000},\"vintage\":{\"pubDate\":\"2023-02-07\"}}]}', 'success', NULL, '2023-02-27 09:13:07', '2023-02-27 09:13:09'),
(158, 1, 2, 'home-detail', 'user', '/transaction/salestrend', 'https://api.gateway.attomdata.com/v4.0.0/transaction/salestrend?geoIdV4=b26d02d9330761156fc0cfd4ed8bf9a1&interval=yearly&startyear=2018&endyear=2023', '{\"status\":{\"version\":\"4\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":6,\"page\":1,\"pageSize\":100,\"transactionID\":\"ccc3b03585dc9abec680b45041760b81\"},\"salesTrends\":[{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2018\",\"end\":\"2018\"},\"salesTrend\":{\"homeSaleCount\":2628,\"avgSalePrice\":562094,\"medSalePrice\":515000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2019\",\"end\":\"2019\"},\"salesTrend\":{\"homeSaleCount\":2695,\"avgSalePrice\":600044,\"medSalePrice\":548000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2020\",\"end\":\"2020\"},\"salesTrend\":{\"homeSaleCount\":3183,\"avgSalePrice\":602664,\"medSalePrice\":549000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2021\",\"end\":\"2021\"},\"salesTrend\":{\"homeSaleCount\":3701,\"avgSalePrice\":695690,\"medSalePrice\":630700},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2022\",\"end\":\"2022\"},\"salesTrend\":{\"homeSaleCount\":2219,\"avgSalePrice\":784110,\"medSalePrice\":694900},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2023\",\"end\":\"2023\"},\"salesTrend\":{\"homeSaleCount\":80,\"avgSalePrice\":726392,\"medSalePrice\":666000},\"vintage\":{\"pubDate\":\"2023-02-07\"}}]}', 'success', NULL, '2023-02-27 09:13:59', '2023-02-27 09:14:00'),
(159, 1, 2, 'home-detail', 'user', '/transaction/salestrend', 'https://api.gateway.attomdata.com/v4.0.0/transaction/salestrend?geoIdV4=b26d02d9330761156fc0cfd4ed8bf9a1&interval=yearly&startyear=2018&endyear=2023', '{\"status\":{\"version\":\"4\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":6,\"page\":1,\"pageSize\":100,\"transactionID\":\"4dca9b549ea7ba0d4d8afecdb278e717\"},\"salesTrends\":[{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2018\",\"end\":\"2018\"},\"salesTrend\":{\"homeSaleCount\":2628,\"avgSalePrice\":562094,\"medSalePrice\":515000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2019\",\"end\":\"2019\"},\"salesTrend\":{\"homeSaleCount\":2695,\"avgSalePrice\":600044,\"medSalePrice\":548000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2020\",\"end\":\"2020\"},\"salesTrend\":{\"homeSaleCount\":3183,\"avgSalePrice\":602664,\"medSalePrice\":549000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2021\",\"end\":\"2021\"},\"salesTrend\":{\"homeSaleCount\":3701,\"avgSalePrice\":695690,\"medSalePrice\":630700},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2022\",\"end\":\"2022\"},\"salesTrend\":{\"homeSaleCount\":2219,\"avgSalePrice\":784110,\"medSalePrice\":694900},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2023\",\"end\":\"2023\"},\"salesTrend\":{\"homeSaleCount\":80,\"avgSalePrice\":726392,\"medSalePrice\":666000},\"vintage\":{\"pubDate\":\"2023-02-07\"}}]}', 'success', NULL, '2023-02-27 09:14:50', '2023-02-27 09:14:51'),
(160, 1, 2, 'home-detail', 'user', '/transaction/salestrend', 'https://api.gateway.attomdata.com/v4.0.0/transaction/salestrend?geoIdV4=b26d02d9330761156fc0cfd4ed8bf9a1&interval=yearly&startyear=2018&endyear=2023', '{\"status\":{\"version\":\"4\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":6,\"page\":1,\"pageSize\":100,\"transactionID\":\"ad5867ee9c36d5fe4859ab0898f38b66\"},\"salesTrends\":[{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2018\",\"end\":\"2018\"},\"salesTrend\":{\"homeSaleCount\":2628,\"avgSalePrice\":562094,\"medSalePrice\":515000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2019\",\"end\":\"2019\"},\"salesTrend\":{\"homeSaleCount\":2695,\"avgSalePrice\":600044,\"medSalePrice\":548000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2020\",\"end\":\"2020\"},\"salesTrend\":{\"homeSaleCount\":3183,\"avgSalePrice\":602664,\"medSalePrice\":549000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2021\",\"end\":\"2021\"},\"salesTrend\":{\"homeSaleCount\":3701,\"avgSalePrice\":695690,\"medSalePrice\":630700},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2022\",\"end\":\"2022\"},\"salesTrend\":{\"homeSaleCount\":2219,\"avgSalePrice\":784110,\"medSalePrice\":694900},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2023\",\"end\":\"2023\"},\"salesTrend\":{\"homeSaleCount\":80,\"avgSalePrice\":726392,\"medSalePrice\":666000},\"vintage\":{\"pubDate\":\"2023-02-07\"}}]}', 'success', NULL, '2023-02-27 09:15:19', '2023-02-27 09:15:20'),
(161, 1, 2, 'home-detail', 'user', '/transaction/salestrend', 'https://api.gateway.attomdata.com/v4.0.0/transaction/salestrend?geoIdV4=b26d02d9330761156fc0cfd4ed8bf9a1&interval=yearly&startyear=2018&endyear=2023', '{\"status\":{\"version\":\"4\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":6,\"page\":1,\"pageSize\":100,\"transactionID\":\"2e5f0cf81e3d7873714c576ee7b78967\"},\"salesTrends\":[{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2018\",\"end\":\"2018\"},\"salesTrend\":{\"homeSaleCount\":2628,\"avgSalePrice\":562094,\"medSalePrice\":515000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2019\",\"end\":\"2019\"},\"salesTrend\":{\"homeSaleCount\":2695,\"avgSalePrice\":600044,\"medSalePrice\":548000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2020\",\"end\":\"2020\"},\"salesTrend\":{\"homeSaleCount\":3183,\"avgSalePrice\":602664,\"medSalePrice\":549000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2021\",\"end\":\"2021\"},\"salesTrend\":{\"homeSaleCount\":3701,\"avgSalePrice\":695690,\"medSalePrice\":630700},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2022\",\"end\":\"2022\"},\"salesTrend\":{\"homeSaleCount\":2219,\"avgSalePrice\":784110,\"medSalePrice\":694900},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2023\",\"end\":\"2023\"},\"salesTrend\":{\"homeSaleCount\":80,\"avgSalePrice\":726392,\"medSalePrice\":666000},\"vintage\":{\"pubDate\":\"2023-02-07\"}}]}', 'success', NULL, '2023-02-27 09:27:04', '2023-02-27 09:27:06'),
(162, 1, 2, 'home-detail', 'user', '/transaction/salestrend', 'https://api.gateway.attomdata.com/v4.0.0/transaction/salestrend?geoIdV4=b26d02d9330761156fc0cfd4ed8bf9a1&interval=yearly&startyear=2018&endyear=2023', '{\"status\":{\"version\":\"4\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":6,\"page\":1,\"pageSize\":100,\"transactionID\":\"6a2b38c4038ccab3d39dfb9b6c70cb2c\"},\"salesTrends\":[{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2018\",\"end\":\"2018\"},\"salesTrend\":{\"homeSaleCount\":2628,\"avgSalePrice\":562094,\"medSalePrice\":515000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2019\",\"end\":\"2019\"},\"salesTrend\":{\"homeSaleCount\":2695,\"avgSalePrice\":600044,\"medSalePrice\":548000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2020\",\"end\":\"2020\"},\"salesTrend\":{\"homeSaleCount\":3183,\"avgSalePrice\":602664,\"medSalePrice\":549000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2021\",\"end\":\"2021\"},\"salesTrend\":{\"homeSaleCount\":3701,\"avgSalePrice\":695690,\"medSalePrice\":630700},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2022\",\"end\":\"2022\"},\"salesTrend\":{\"homeSaleCount\":2219,\"avgSalePrice\":784110,\"medSalePrice\":694900},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2023\",\"end\":\"2023\"},\"salesTrend\":{\"homeSaleCount\":80,\"avgSalePrice\":726392,\"medSalePrice\":666000},\"vintage\":{\"pubDate\":\"2023-02-07\"}}]}', 'success', NULL, '2023-02-27 09:28:17', '2023-02-27 09:28:19'),
(163, 1, 2, 'home-detail', 'user', '/property/detailwithschools', 'https://api.gateway.attomdata.com/propertyapi/v4.0.0/property/detailwithschools?attomid=184713191', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"2e4c00e7a8fa3d43456caf12634e62f7\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"yearbuilteffective\":2014}},\"schoolDistrict\":{\"geoIdV4\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"districttype\":\"Regular\",\"districtname\":\"Denver County School District 1\",\"districtlatitude\":\"39.74575\",\"districtlongitude\":\"-104.985751\"},\"school\":[{\"geoIdV4\":\"8a506b574561c5bab4f163492c7a386a\",\"InstitutionName\":\"Skinner Middle School\",\"GSTestRating\":0,\"schoolRating\":\"B \",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7724\",\"geocodinglongitude\":\"-105.0323\",\"distance\":0.94},{\"geoIdV4\":\"9e0b497fb1337405c4dfe64e51568f68\",\"InstitutionName\":\"Centennial School\",\"GSTestRating\":0,\"schoolRating\":\"B-\",\"gradelevel1lotext\":\"EE\",\"gradelevel1hitext\":\"5\",\"lowAssignedGrade\":\"EE\",\"highAssignedGrade\":\"5 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7813\",\"geocodinglongitude\":\"-105.0422\",\"distance\":0.34},{\"geoIdV4\":\"3b4cd5c56026e2e1f0e5c553b74cf05d\",\"InstitutionName\":\"Bryant Webster Dual Language ECE-8 School\",\"GSTestRating\":0,\"schoolRating\":\"D-\",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7674\",\"geocodinglongitude\":\"-105.0084\",\"distance\":2.24},{\"geoIdV4\":\"93e5fef8956253c5642a335fc4a4395f\",\"InstitutionName\":\"Strive Prep - Sunnyside\",\"GSTestRating\":0,\"schoolRating\":\"C+\",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.782013\",\"geocodinglongitude\":\"-105.00681\",\"distance\":2.19},{\"geoIdV4\":\"3d0771574d56c6eae9184bc5aa3ebe19\",\"InstitutionName\":\"North High School\",\"GSTestRating\":0,\"schoolRating\":\"C+\",\"gradelevel1lotext\":\"9\",\"gradelevel1hitext\":\"12\",\"lowAssignedGrade\":\"9 \",\"highAssignedGrade\":\"12\",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7605\",\"geocodinglongitude\":\"-105.0222\",\"distance\":1.86}],\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-02-27 14:48:46', '2023-02-27 14:48:47'),
(164, 1, 2, 'home-detail', 'user', '/allevents/detail', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/detail?id=184713191', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"40e4225a0d9d56903633a0b6b8bc1d31\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\",\"yearbuilteffective\":2014}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":755614,\"high\":770726,\"low\":740501,\"valueRange\":15112},\"AVMChange\":{\"avmlastmonthvalue\":721127,\"avmamountchange\":34487,\"avmpercentchange\":4},\"calculations\":{\"perSizeUnit\":809.0,\"ratioTaxAmt\":263.2,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0},\"condition\":{\"avmpoorlow\":703475.95,\"avmpoorhigh\":732189.7,\"avmpoorscore\":93.0,\"avmgoodlow\":740501.0,\"avmgoodhigh\":770726.0,\"avmgoodscore\":98.0,\"avmexcellentlow\":759013.52,\"avmexcellenthigh\":789994.15,\"avmexcellentscore\":100.5}},\"sale\":{\"salesearchdate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"amount\":{\"salerecdate\":\"2021-06-29\",\"saledisclosuretype\":0,\"saledocnum\":\"0000123161\",\"saletranstype\":\"Resale\"},\"calculation\":{},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"C\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdimprpersizeunit\":15.24,\"assdimprvalue\":14230,\"assdlandpersizeunit\":4.88,\"assdlandvalue\":22910,\"assdttlpersizeunit\":39.76,\"assdttlvalue\":37140},\"calculations\":{\"calcimprind\":\"ASSESSED VALUE\",\"calcimprpersizeunit\":15.24,\"calcimprvalue\":14230,\"calclandind\":\"ASSESSED VALUE\",\"calclandpersizeunit\":4.88,\"calclandvalue\":22910,\"calcttlind\":\"ASSESSED VALUE\",\"calcttlvalue\":37140,\"calcvaluepersizeunit\":39.76},\"market\":{\"mktimprvalue\":199000,\"mktlandvalue\":320400,\"mktttlvalue\":519400},\"tax\":{\"taxamt\":2870.88,\"taxpersizeunit\":3.07,\"taxyear\":2022}}}]}', 'success', NULL, '2023-03-02 17:55:14', '2023-03-02 17:55:15'),
(165, 1, 3, 'home-detail', 'user', '/allevents/detail', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/detail?id=13657586', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"f36cdeae3648dbedee126eaf5ad2294b\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotnum\":\"23,24\",\"lotsize1\":0.1434803,\"lotsize2\":6250,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"1-40\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":812,\"grosssize\":1624,\"grosssizeadjusted\":812,\"groundfloorsize\":812,\"livingsize\":812,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":812},\"rooms\":{\"bathfixtures\":8,\"bathsfull\":2,\"bathstotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtsize\":812,\"bsmttype\":\"FINISHED\"},\"construction\":{\"condition\":\"AVERAGE\",\"constructiontype\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640,\"prkgSpaces\":\"2\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":736410,\"high\":751138,\"low\":721681,\"valueRange\":14728},\"AVMChange\":{\"avmlastmonthvalue\":702599,\"avmamountchange\":33811,\"avmpercentchange\":4},\"calculations\":{\"perSizeUnit\":906.0,\"ratioTaxAmt\":263.22,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0},\"condition\":{\"avmpoorlow\":685596.95,\"avmpoorhigh\":713581.1,\"avmpoorscore\":93.0,\"avmgoodlow\":721681.0,\"avmgoodhigh\":751138.0,\"avmgoodscore\":98.0,\"avmexcellentlow\":739723.02,\"avmexcellenthigh\":769916.45,\"avmexcellentscore\":100.5}},\"sale\":{\"salesearchdate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"amount\":{\"saleamt\":220000,\"salecode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"salerecdate\":\"2007-03-21\",\"saledisclosuretype\":0,\"saledocnum\":\"0000045666\",\"saletranstype\":\"Resale\"},\"calculation\":{\"priceperbed\":110000,\"pricepersizeunit\":270.94},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"M\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdimprpersizeunit\":6.07,\"assdimprvalue\":4930,\"assdlandpersizeunit\":5.0,\"assdlandvalue\":31270,\"assdttlpersizeunit\":44.58,\"assdttlvalue\":36200},\"calculations\":{\"calcimprind\":\"ASSESSED VALUE\",\"calcimprpersizeunit\":6.07,\"calcimprvalue\":4930,\"calclandind\":\"ASSESSED VALUE\",\"calclandpersizeunit\":5.0,\"calclandvalue\":31270,\"calcttlind\":\"ASSESSED VALUE\",\"calcttlvalue\":36200,\"calcvaluepersizeunit\":44.58},\"market\":{\"mktimprvalue\":68900,\"mktlandvalue\":437300,\"mktttlvalue\":506200},\"tax\":{\"taxamt\":2797.7,\"taxpersizeunit\":3.45,\"taxyear\":2022}}}]}', 'success', NULL, '2023-03-02 18:08:02', '2023-03-02 18:08:03'),
(166, 1, 3, 'home-detail', 'user', '/allevents/detail', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/detail?id=13657586', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"2a87ef72bc46f44d3858e39bf5b0d4ee\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotnum\":\"23,24\",\"lotsize1\":0.1434803,\"lotsize2\":6250,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"1-40\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":812,\"grosssize\":1624,\"grosssizeadjusted\":812,\"groundfloorsize\":812,\"livingsize\":812,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":812},\"rooms\":{\"bathfixtures\":8,\"bathsfull\":2,\"bathstotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtsize\":812,\"bsmttype\":\"FINISHED\"},\"construction\":{\"condition\":\"AVERAGE\",\"constructiontype\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640,\"prkgSpaces\":\"2\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":736410,\"high\":751138,\"low\":721681,\"valueRange\":14728},\"AVMChange\":{\"avmlastmonthvalue\":702599,\"avmamountchange\":33811,\"avmpercentchange\":4},\"calculations\":{\"perSizeUnit\":906.0,\"ratioTaxAmt\":263.22,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0},\"condition\":{\"avmpoorlow\":685596.95,\"avmpoorhigh\":713581.1,\"avmpoorscore\":93.0,\"avmgoodlow\":721681.0,\"avmgoodhigh\":751138.0,\"avmgoodscore\":98.0,\"avmexcellentlow\":739723.02,\"avmexcellenthigh\":769916.45,\"avmexcellentscore\":100.5}},\"sale\":{\"salesearchdate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"amount\":{\"saleamt\":220000,\"salecode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"salerecdate\":\"2007-03-21\",\"saledisclosuretype\":0,\"saledocnum\":\"0000045666\",\"saletranstype\":\"Resale\"},\"calculation\":{\"priceperbed\":110000,\"pricepersizeunit\":270.94},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"M\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdimprpersizeunit\":6.07,\"assdimprvalue\":4930,\"assdlandpersizeunit\":5.0,\"assdlandvalue\":31270,\"assdttlpersizeunit\":44.58,\"assdttlvalue\":36200},\"calculations\":{\"calcimprind\":\"ASSESSED VALUE\",\"calcimprpersizeunit\":6.07,\"calcimprvalue\":4930,\"calclandind\":\"ASSESSED VALUE\",\"calclandpersizeunit\":5.0,\"calclandvalue\":31270,\"calcttlind\":\"ASSESSED VALUE\",\"calcttlvalue\":36200,\"calcvaluepersizeunit\":44.58},\"market\":{\"mktimprvalue\":68900,\"mktlandvalue\":437300,\"mktttlvalue\":506200},\"tax\":{\"taxamt\":2797.7,\"taxpersizeunit\":3.45,\"taxyear\":2022}}}]}', 'success', NULL, '2023-03-02 21:20:43', '2023-03-02 21:20:45');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(167, 1, 3, 'home-detail', 'user', '/allevents/detail', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/detail?id=13657586', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"55bac7e4b8d3bc67f11f684fd1edb71b\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotnum\":\"23,24\",\"lotsize1\":0.1434803,\"lotsize2\":6250,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"1-40\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":812,\"grosssize\":1624,\"grosssizeadjusted\":812,\"groundfloorsize\":812,\"livingsize\":812,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":812},\"rooms\":{\"bathfixtures\":8,\"bathsfull\":2,\"bathstotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtsize\":812,\"bsmttype\":\"FINISHED\"},\"construction\":{\"condition\":\"AVERAGE\",\"constructiontype\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640,\"prkgSpaces\":\"2\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":736410,\"high\":751138,\"low\":721681,\"valueRange\":14728},\"AVMChange\":{\"avmlastmonthvalue\":702599,\"avmamountchange\":33811,\"avmpercentchange\":4},\"calculations\":{\"perSizeUnit\":906.0,\"ratioTaxAmt\":263.22,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0},\"condition\":{\"avmpoorlow\":685596.95,\"avmpoorhigh\":713581.1,\"avmpoorscore\":93.0,\"avmgoodlow\":721681.0,\"avmgoodhigh\":751138.0,\"avmgoodscore\":98.0,\"avmexcellentlow\":739723.02,\"avmexcellenthigh\":769916.45,\"avmexcellentscore\":100.5}},\"sale\":{\"salesearchdate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"amount\":{\"saleamt\":220000,\"salecode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"salerecdate\":\"2007-03-21\",\"saledisclosuretype\":0,\"saledocnum\":\"0000045666\",\"saletranstype\":\"Resale\"},\"calculation\":{\"priceperbed\":110000,\"pricepersizeunit\":270.94},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"M\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdimprpersizeunit\":6.07,\"assdimprvalue\":4930,\"assdlandpersizeunit\":5.0,\"assdlandvalue\":31270,\"assdttlpersizeunit\":44.58,\"assdttlvalue\":36200},\"calculations\":{\"calcimprind\":\"ASSESSED VALUE\",\"calcimprpersizeunit\":6.07,\"calcimprvalue\":4930,\"calclandind\":\"ASSESSED VALUE\",\"calclandpersizeunit\":5.0,\"calclandvalue\":31270,\"calcttlind\":\"ASSESSED VALUE\",\"calcttlvalue\":36200,\"calcvaluepersizeunit\":44.58},\"market\":{\"mktimprvalue\":68900,\"mktlandvalue\":437300,\"mktttlvalue\":506200},\"tax\":{\"taxamt\":2797.7,\"taxpersizeunit\":3.45,\"taxyear\":2022}}}]}', 'success', NULL, '2023-03-02 21:21:03', '2023-03-02 21:21:04'),
(168, 1, 3, 'home-detail', 'user', '/property/detailmortgage', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detailmortgage?attomid=13657586', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"ee66f1054661ecfa9eeceb15470364bb\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"attomId\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\"},\"lot\":{\"lotnum\":\"23,24\",\"lotsize1\":0.1434803,\"lotsize2\":6250,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"1-40\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":812,\"grosssize\":1624,\"grosssizeadjusted\":812,\"groundfloorsize\":812,\"livingsize\":812,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":812},\"rooms\":{\"bathfixtures\":8,\"bathsfull\":2,\"bathstotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtsize\":812,\"bsmttype\":\"FINISHED\"},\"construction\":{\"condition\":\"AVERAGE\",\"constructiontype\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640,\"prkgSpaces\":\"2\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\"}},\"mortgage\":{\"lender\":{\"lastname\":\"MOUNTAIN HOME LENDING\",\"companycode\":\"102082\"},\"title\":{\"companyname\":\"NONE AVAILABLE\"},\"amount\":154000,\"date\":\"2007-03-21\",\"deedtype\":\"WD\",\"term\":359,\"duedate\":\"2037-02-01\"},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-02 21:22:26', '2023-03-02 21:22:28'),
(169, 1, 3, 'home-detail', 'user', '/property/detailwithschools', 'https://api.gateway.attomdata.com/propertyapi/v4.0.0/property/detailwithschools?attomid=13657586', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"dd8773442f7abe9de23058f8c6cf7de2\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotnum\":\"23,24\",\"lotsize1\":0.1434803,\"lotsize2\":6250,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"1-40\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":812,\"grosssize\":1624,\"grosssizeadjusted\":812,\"groundfloorsize\":812,\"livingsize\":812,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":812},\"rooms\":{\"bathfixtures\":8,\"bathsfull\":2,\"bathstotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtsize\":812,\"bsmttype\":\"FINISHED\"},\"construction\":{\"condition\":\"AVERAGE\",\"constructiontype\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640,\"prkgSpaces\":\"2\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\"}},\"schoolDistrict\":{\"geoIdV4\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"districttype\":\"Regular\",\"districtname\":\"Denver County School District 1\",\"districtlatitude\":\"39.74575\",\"districtlongitude\":\"-104.985751\"},\"school\":[{\"geoIdV4\":\"8a506b574561c5bab4f163492c7a386a\",\"InstitutionName\":\"Skinner Middle School\",\"GSTestRating\":0,\"schoolRating\":\"B \",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7724\",\"geocodinglongitude\":\"-105.0323\",\"distance\":0.9},{\"geoIdV4\":\"9e0b497fb1337405c4dfe64e51568f68\",\"InstitutionName\":\"Centennial School\",\"GSTestRating\":0,\"schoolRating\":\"B-\",\"gradelevel1lotext\":\"EE\",\"gradelevel1hitext\":\"5\",\"lowAssignedGrade\":\"EE\",\"highAssignedGrade\":\"5 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7813\",\"geocodinglongitude\":\"-105.0422\",\"distance\":0.32},{\"geoIdV4\":\"3b4cd5c56026e2e1f0e5c553b74cf05d\",\"InstitutionName\":\"Bryant Webster Dual Language ECE-8 School\",\"GSTestRating\":0,\"schoolRating\":\"D-\",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7674\",\"geocodinglongitude\":\"-105.0084\",\"distance\":2.2},{\"geoIdV4\":\"93e5fef8956253c5642a335fc4a4395f\",\"InstitutionName\":\"Strive Prep - Sunnyside\",\"GSTestRating\":0,\"schoolRating\":\"C+\",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.782013\",\"geocodinglongitude\":\"-105.00681\",\"distance\":2.16},{\"geoIdV4\":\"3d0771574d56c6eae9184bc5aa3ebe19\",\"InstitutionName\":\"North High School\",\"GSTestRating\":0,\"schoolRating\":\"C+\",\"gradelevel1lotext\":\"9\",\"gradelevel1hitext\":\"12\",\"lowAssignedGrade\":\"9 \",\"highAssignedGrade\":\"12\",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7605\",\"geocodinglongitude\":\"-105.0222\",\"distance\":1.82}],\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-02 21:29:26', '2023-03-02 21:29:29'),
(170, 1, 3, 'home-detail', 'user', '/property/detailwithschools', 'https://api.gateway.attomdata.com/propertyapi/v4.0.0/property/detailwithschools?attomid=13657586', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"3b7cefc6452c1a31f99538853239e220\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotnum\":\"23,24\",\"lotsize1\":0.1434803,\"lotsize2\":6250,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"1-40\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":812,\"grosssize\":1624,\"grosssizeadjusted\":812,\"groundfloorsize\":812,\"livingsize\":812,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":812},\"rooms\":{\"bathfixtures\":8,\"bathsfull\":2,\"bathstotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtsize\":812,\"bsmttype\":\"FINISHED\"},\"construction\":{\"condition\":\"AVERAGE\",\"constructiontype\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640,\"prkgSpaces\":\"2\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\"}},\"schoolDistrict\":{\"geoIdV4\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"districttype\":\"Regular\",\"districtname\":\"Denver County School District 1\",\"districtlatitude\":\"39.74575\",\"districtlongitude\":\"-104.985751\"},\"school\":[{\"geoIdV4\":\"8a506b574561c5bab4f163492c7a386a\",\"InstitutionName\":\"Skinner Middle School\",\"GSTestRating\":0,\"schoolRating\":\"B \",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7724\",\"geocodinglongitude\":\"-105.0323\",\"distance\":0.9},{\"geoIdV4\":\"9e0b497fb1337405c4dfe64e51568f68\",\"InstitutionName\":\"Centennial School\",\"GSTestRating\":0,\"schoolRating\":\"B-\",\"gradelevel1lotext\":\"EE\",\"gradelevel1hitext\":\"5\",\"lowAssignedGrade\":\"EE\",\"highAssignedGrade\":\"5 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7813\",\"geocodinglongitude\":\"-105.0422\",\"distance\":0.32},{\"geoIdV4\":\"3b4cd5c56026e2e1f0e5c553b74cf05d\",\"InstitutionName\":\"Bryant Webster Dual Language ECE-8 School\",\"GSTestRating\":0,\"schoolRating\":\"D-\",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7674\",\"geocodinglongitude\":\"-105.0084\",\"distance\":2.2},{\"geoIdV4\":\"93e5fef8956253c5642a335fc4a4395f\",\"InstitutionName\":\"Strive Prep - Sunnyside\",\"GSTestRating\":0,\"schoolRating\":\"C+\",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.782013\",\"geocodinglongitude\":\"-105.00681\",\"distance\":2.16},{\"geoIdV4\":\"3d0771574d56c6eae9184bc5aa3ebe19\",\"InstitutionName\":\"North High School\",\"GSTestRating\":0,\"schoolRating\":\"C+\",\"gradelevel1lotext\":\"9\",\"gradelevel1hitext\":\"12\",\"lowAssignedGrade\":\"9 \",\"highAssignedGrade\":\"12\",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7605\",\"geocodinglongitude\":\"-105.0222\",\"distance\":1.82}],\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-02 21:29:38', '2023-03-02 21:29:39'),
(171, 1, 3, 'home-detail', 'user', '/transportationnoise', 'https://api.gateway.attomdata.com/transportationnoise?address=4500+Winona+Court%2C+Denver%2C+CO+80015', '{\"status\":{\"version\": \"1.0.0\",\"code\": 0,\"msg\": \"SuccessWithResult\",\"total\": 1,\"page\": 1,\"pagesize\": 0,\"transactionID\": \"507b78fd4aba926deb8520b702c4b10a\"},\"transportationNoise\":{\"attomId\": 13657586,\"lat\":39.77855,\"lon\":-105.04719,\"road_noise\":{\"level\":2,\"level_description\":\"Busy traffic nearby\",\"noise_sources\":[{\"source_type\":\"road\",\"source_sub_type\":\"motorway\",\"source_description\":\"\"},{\"source_type\":\"road\",\"source_sub_type\":\"residential\",\"source_description\":\"West 45th Avenue\"},{\"source_type\":\"road\",\"source_sub_type\":\"residential\",\"source_description\":\"Winona Court\"},{\"source_type\":\"road\",\"source_sub_type\":\"motorway_link\",\"source_description\":\"\"},{\"source_type\":\"road\",\"source_sub_type\":\"primary\",\"source_description\":\"Sheridan Boulevard\"}]},\"aviation_noise\":{\"level\":0,\"level_description\":\"No nearby airports\"},\"emg_vehicle_noise\":{\"level\":3,\"level_description\":\"Possible frequent or loud ambulance or fire truck sirens\",\"noise_sources\":[{\"source_type\":\"fire-station\",\"source_description\":\"Denver Fire Department Station 17\",\"source_dist_km\":0.3},{\"source_type\":\"fire-station\",\"source_description\":\"Lakeside Fire Department Station 2\",\"source_dist_km\":0.6}]},\"rail_whistle_noise\":{\"level\":0,\"level_description\":\"There aren\'t any train crossings with whistles nearby\",\"noise_sources\":[{\"source_type\":\"rail-whistle\",\"source_description\":\"BNSF Railway & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"Union Pacific Railroad & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"Union Pacific Railroad & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"RTD & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"RTD & Tennyson Street\",\"source_dist_km\":2.9}]},\"rail_noise\":{\"level\":1,\"level_description\":\"Audible trains\",\"noise_sources\":[{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"UP Moffat Tunnel Subdivision\"},{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"RTD G Line\"},{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"Golden Subdivision\"},{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"\"}]},\"overall_summary\":\"Traffic noise is medium.  Also, there may be frequent ambulance traffic nearby.\",\"disclaimer_text\":\"© <a href=\\\"https://www.openstreetmap.org/copyright\\\">OpenStreetMap</a> contributors\"}}', 'success', NULL, '2023-03-02 21:29:52', '2023-03-02 21:29:54'),
(172, 1, 3, 'all-property', 'user', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"005ccbba29e68e43c72fbaa38fdc3658\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2797.7,\"taxPerSizeUnit\":3.45,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-02 21:30:14', '2023-03-02 21:30:15'),
(173, 1, 3, 'all-property', 'user', '/valuation/homeequity', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/homeequity?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"3eb9e264a0d89f0c8540bac3231d87e2\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotSize1\":0.1434803},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoId\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\"},\"building\":{\"size\":{\"universalSize\":812},\"rooms\":{\"bathsTotal\":2.0,\"beds\":2}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":736410,\"high\":751138,\"low\":721681,\"valueRange\":14728},\"calculations\":{\"perSizeUnit\":906.0,\"ratioTaxAmt\":263.22,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0}},\"homeEquity\":{\"LTV\":55,\"estimatedAvailableEquity\":382735,\"estimatedLendableEquity\":306188,\"firstAmortizedLoanAmount\":195483,\"secondAmortizedLoanAmount\":158192,\"thirdAmortizedLoanAmount\":0,\"totalEstimatedLoanBalance\":353675,\"recordLastUpdated\":\"2023-02-10\"}}]}', 'success', NULL, '2023-03-02 21:30:15', '2023-03-02 21:30:16'),
(174, 1, 3, 'home-detail', 'user', '/transaction/salestrend', 'https://api.gateway.attomdata.com/v4.0.0/transaction/salestrend?geoIdV4=b26d02d9330761156fc0cfd4ed8bf9a1&interval=yearly&startyear=2018&endyear=2023', '{\"status\":{\"version\":\"4\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":6,\"page\":1,\"pageSize\":100,\"transactionID\":\"085d7ccc663bd83048ed4dddca4fa554\"},\"salesTrends\":[{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2018\",\"end\":\"2018\"},\"salesTrend\":{\"homeSaleCount\":2628,\"avgSalePrice\":562094,\"medSalePrice\":515000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2019\",\"end\":\"2019\"},\"salesTrend\":{\"homeSaleCount\":2695,\"avgSalePrice\":600044,\"medSalePrice\":548000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2020\",\"end\":\"2020\"},\"salesTrend\":{\"homeSaleCount\":3183,\"avgSalePrice\":602664,\"medSalePrice\":549000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2021\",\"end\":\"2021\"},\"salesTrend\":{\"homeSaleCount\":3701,\"avgSalePrice\":695690,\"medSalePrice\":630700},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2022\",\"end\":\"2022\"},\"salesTrend\":{\"homeSaleCount\":2219,\"avgSalePrice\":784110,\"medSalePrice\":694900},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2023\",\"end\":\"2023\"},\"salesTrend\":{\"homeSaleCount\":80,\"avgSalePrice\":726392,\"medSalePrice\":666000},\"vintage\":{\"pubDate\":\"2023-02-07\"}}]}', 'success', NULL, '2023-03-02 21:30:21', '2023-03-02 21:30:22'),
(175, 1, 3, 'home-detail', 'user', '/transaction/salestrend', 'https://api.gateway.attomdata.com/v4.0.0/transaction/salestrend?geoIdV4=b26d02d9330761156fc0cfd4ed8bf9a1&interval=yearly&startyear=2018&endyear=2023', '{\"status\":{\"version\":\"4\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":6,\"page\":1,\"pageSize\":100,\"transactionID\":\"eddea91ed4db3d5f627706c20bb28f5a\"},\"salesTrends\":[{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2018\",\"end\":\"2018\"},\"salesTrend\":{\"homeSaleCount\":2628,\"avgSalePrice\":562094,\"medSalePrice\":515000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2019\",\"end\":\"2019\"},\"salesTrend\":{\"homeSaleCount\":2695,\"avgSalePrice\":600044,\"medSalePrice\":548000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2020\",\"end\":\"2020\"},\"salesTrend\":{\"homeSaleCount\":3183,\"avgSalePrice\":602664,\"medSalePrice\":549000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2021\",\"end\":\"2021\"},\"salesTrend\":{\"homeSaleCount\":3701,\"avgSalePrice\":695690,\"medSalePrice\":630700},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2022\",\"end\":\"2022\"},\"salesTrend\":{\"homeSaleCount\":2219,\"avgSalePrice\":784110,\"medSalePrice\":694900},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"geographyName\":\"Northwest Denver, Denver, Denver County, CO\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2023\",\"end\":\"2023\"},\"salesTrend\":{\"homeSaleCount\":80,\"avgSalePrice\":726392,\"medSalePrice\":666000},\"vintage\":{\"pubDate\":\"2023-02-07\"}}]}', 'success', NULL, '2023-03-02 21:30:28', '2023-03-02 21:30:29'),
(176, 1, 3, 'home-detail', 'user', '/property/detailwithschools', 'https://api.gateway.attomdata.com/propertyapi/v4.0.0/property/detailwithschools?attomid=13657586', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"69c9142dd85e7308f69fa634531c66ec\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotnum\":\"23,24\",\"lotsize1\":0.1434803,\"lotsize2\":6250,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"1-40\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":812,\"grosssize\":1624,\"grosssizeadjusted\":812,\"groundfloorsize\":812,\"livingsize\":812,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":812},\"rooms\":{\"bathfixtures\":8,\"bathsfull\":2,\"bathstotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtsize\":812,\"bsmttype\":\"FINISHED\"},\"construction\":{\"condition\":\"AVERAGE\",\"constructiontype\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640,\"prkgSpaces\":\"2\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\"}},\"schoolDistrict\":{\"geoIdV4\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"districttype\":\"Regular\",\"districtname\":\"Denver County School District 1\",\"districtlatitude\":\"39.74575\",\"districtlongitude\":\"-104.985751\"},\"school\":[{\"geoIdV4\":\"8a506b574561c5bab4f163492c7a386a\",\"InstitutionName\":\"Skinner Middle School\",\"GSTestRating\":0,\"schoolRating\":\"B \",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7724\",\"geocodinglongitude\":\"-105.0323\",\"distance\":0.9},{\"geoIdV4\":\"9e0b497fb1337405c4dfe64e51568f68\",\"InstitutionName\":\"Centennial School\",\"GSTestRating\":0,\"schoolRating\":\"B-\",\"gradelevel1lotext\":\"EE\",\"gradelevel1hitext\":\"5\",\"lowAssignedGrade\":\"EE\",\"highAssignedGrade\":\"5 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7813\",\"geocodinglongitude\":\"-105.0422\",\"distance\":0.32},{\"geoIdV4\":\"3b4cd5c56026e2e1f0e5c553b74cf05d\",\"InstitutionName\":\"Bryant Webster Dual Language ECE-8 School\",\"GSTestRating\":0,\"schoolRating\":\"D-\",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7674\",\"geocodinglongitude\":\"-105.0084\",\"distance\":2.2},{\"geoIdV4\":\"93e5fef8956253c5642a335fc4a4395f\",\"InstitutionName\":\"Strive Prep - Sunnyside\",\"GSTestRating\":0,\"schoolRating\":\"C+\",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.782013\",\"geocodinglongitude\":\"-105.00681\",\"distance\":2.16},{\"geoIdV4\":\"3d0771574d56c6eae9184bc5aa3ebe19\",\"InstitutionName\":\"North High School\",\"GSTestRating\":0,\"schoolRating\":\"C+\",\"gradelevel1lotext\":\"9\",\"gradelevel1hitext\":\"12\",\"lowAssignedGrade\":\"9 \",\"highAssignedGrade\":\"12\",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7605\",\"geocodinglongitude\":\"-105.0222\",\"distance\":1.82}],\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-02 21:32:41', '2023-03-02 21:32:43'),
(177, 1, 2, 'home-detail', 'user', '/property/detailmortgage', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detailmortgage?attomid=184713191', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"d52fdc99634537aeaccb2705ae1a390c\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"attomId\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\"},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"yearbuilteffective\":2014}},\"mortgage\":{\"lender\":{\"companycode\":\"-1\"},\"title\":{\"companyname\":\"NONE AVAILABLE\"},\"amount\":0,\"date\":\"\",\"deedtype\":\"BS\",\"duedate\":\"\"},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-02 22:34:53', '2023-03-02 22:34:55'),
(178, 1, 2, 'home-detail', 'user', '/allevents/detail', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/detail?id=184713191', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"b845f9adf8c496111fb06d94cb40b148\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\",\"yearbuilteffective\":2014}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":755614,\"high\":770726,\"low\":740501,\"valueRange\":15112},\"AVMChange\":{\"avmlastmonthvalue\":721127,\"avmamountchange\":34487,\"avmpercentchange\":4},\"calculations\":{\"perSizeUnit\":809.0,\"ratioTaxAmt\":263.2,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0},\"condition\":{\"avmpoorlow\":703475.95,\"avmpoorhigh\":732189.7,\"avmpoorscore\":93.0,\"avmgoodlow\":740501.0,\"avmgoodhigh\":770726.0,\"avmgoodscore\":98.0,\"avmexcellentlow\":759013.52,\"avmexcellenthigh\":789994.15,\"avmexcellentscore\":100.5}},\"sale\":{\"salesearchdate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"amount\":{\"salerecdate\":\"2021-06-29\",\"saledisclosuretype\":0,\"saledocnum\":\"0000123161\",\"saletranstype\":\"Resale\"},\"calculation\":{},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"C\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdimprpersizeunit\":15.24,\"assdimprvalue\":14230,\"assdlandpersizeunit\":4.88,\"assdlandvalue\":22910,\"assdttlpersizeunit\":39.76,\"assdttlvalue\":37140},\"calculations\":{\"calcimprind\":\"ASSESSED VALUE\",\"calcimprpersizeunit\":15.24,\"calcimprvalue\":14230,\"calclandind\":\"ASSESSED VALUE\",\"calclandpersizeunit\":4.88,\"calclandvalue\":22910,\"calcttlind\":\"ASSESSED VALUE\",\"calcttlvalue\":37140,\"calcvaluepersizeunit\":39.76},\"market\":{\"mktimprvalue\":199000,\"mktlandvalue\":320400,\"mktttlvalue\":519400},\"tax\":{\"taxamt\":2870.88,\"taxpersizeunit\":3.07,\"taxyear\":2022}}}]}', 'success', NULL, '2023-03-02 22:34:58', '2023-03-02 22:34:59');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(179, 1, 2, 'home-detail', 'user', '/property/detailmortgage', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detailmortgage?attomid=184713191', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"cef51852f6315627b7e23d66bf31490f\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"attomId\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\"},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"yearbuilteffective\":2014}},\"mortgage\":{\"lender\":{\"companycode\":\"-1\"},\"title\":{\"companyname\":\"NONE AVAILABLE\"},\"amount\":0,\"date\":\"\",\"deedtype\":\"BS\",\"duedate\":\"\"},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-02 22:35:04', '2023-03-02 22:35:06'),
(180, 1, 2, 'home-detail', 'user', '/allevents/detail', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/detail?id=184713191', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"b0894d276dc85c86ecdc3cb33a4f4816\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\",\"yearbuilteffective\":2014}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":755614,\"high\":770726,\"low\":740501,\"valueRange\":15112},\"AVMChange\":{\"avmlastmonthvalue\":721127,\"avmamountchange\":34487,\"avmpercentchange\":4},\"calculations\":{\"perSizeUnit\":809.0,\"ratioTaxAmt\":263.2,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0},\"condition\":{\"avmpoorlow\":703475.95,\"avmpoorhigh\":732189.7,\"avmpoorscore\":93.0,\"avmgoodlow\":740501.0,\"avmgoodhigh\":770726.0,\"avmgoodscore\":98.0,\"avmexcellentlow\":759013.52,\"avmexcellenthigh\":789994.15,\"avmexcellentscore\":100.5}},\"sale\":{\"salesearchdate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"amount\":{\"salerecdate\":\"2021-06-29\",\"saledisclosuretype\":0,\"saledocnum\":\"0000123161\",\"saletranstype\":\"Resale\"},\"calculation\":{},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"C\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdimprpersizeunit\":15.24,\"assdimprvalue\":14230,\"assdlandpersizeunit\":4.88,\"assdlandvalue\":22910,\"assdttlpersizeunit\":39.76,\"assdttlvalue\":37140},\"calculations\":{\"calcimprind\":\"ASSESSED VALUE\",\"calcimprpersizeunit\":15.24,\"calcimprvalue\":14230,\"calclandind\":\"ASSESSED VALUE\",\"calclandpersizeunit\":4.88,\"calclandvalue\":22910,\"calcttlind\":\"ASSESSED VALUE\",\"calcttlvalue\":37140,\"calcvaluepersizeunit\":39.76},\"market\":{\"mktimprvalue\":199000,\"mktlandvalue\":320400,\"mktttlvalue\":519400},\"tax\":{\"taxamt\":2870.88,\"taxpersizeunit\":3.07,\"taxyear\":2022}}}]}', 'success', NULL, '2023-03-02 22:35:11', '2023-03-02 22:35:13'),
(181, 1, 2, 'home-detail', 'user', '/allevents/detail', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/detail?id=184713191', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"36a4feff43937905e24624801face23e\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\",\"yearbuilteffective\":2014}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":755614,\"high\":770726,\"low\":740501,\"valueRange\":15112},\"AVMChange\":{\"avmlastmonthvalue\":721127,\"avmamountchange\":34487,\"avmpercentchange\":4},\"calculations\":{\"perSizeUnit\":809.0,\"ratioTaxAmt\":263.2,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0},\"condition\":{\"avmpoorlow\":703475.95,\"avmpoorhigh\":732189.7,\"avmpoorscore\":93.0,\"avmgoodlow\":740501.0,\"avmgoodhigh\":770726.0,\"avmgoodscore\":98.0,\"avmexcellentlow\":759013.52,\"avmexcellenthigh\":789994.15,\"avmexcellentscore\":100.5}},\"sale\":{\"salesearchdate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"amount\":{\"salerecdate\":\"2021-06-29\",\"saledisclosuretype\":0,\"saledocnum\":\"0000123161\",\"saletranstype\":\"Resale\"},\"calculation\":{},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"C\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdimprpersizeunit\":15.24,\"assdimprvalue\":14230,\"assdlandpersizeunit\":4.88,\"assdlandvalue\":22910,\"assdttlpersizeunit\":39.76,\"assdttlvalue\":37140},\"calculations\":{\"calcimprind\":\"ASSESSED VALUE\",\"calcimprpersizeunit\":15.24,\"calcimprvalue\":14230,\"calclandind\":\"ASSESSED VALUE\",\"calclandpersizeunit\":4.88,\"calclandvalue\":22910,\"calcttlind\":\"ASSESSED VALUE\",\"calcttlvalue\":37140,\"calcvaluepersizeunit\":39.76},\"market\":{\"mktimprvalue\":199000,\"mktlandvalue\":320400,\"mktttlvalue\":519400},\"tax\":{\"taxamt\":2870.88,\"taxpersizeunit\":3.07,\"taxyear\":2022}}}]}', 'success', NULL, '2023-03-02 22:36:43', '2023-03-02 22:36:44'),
(182, 1, 2, 'home-detail', 'user', '/allevents/detail', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/detail?id=184713191', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"7ea8ab35420f09e0b0534d675c6b5e84\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\",\"yearbuilteffective\":2014}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":755614,\"high\":770726,\"low\":740501,\"valueRange\":15112},\"AVMChange\":{\"avmlastmonthvalue\":721127,\"avmamountchange\":34487,\"avmpercentchange\":4},\"calculations\":{\"perSizeUnit\":809.0,\"ratioTaxAmt\":263.2,\"ratioTaxValue\":1.0,\"rangePctOfValue\":4.0},\"condition\":{\"avmpoorlow\":703475.95,\"avmpoorhigh\":732189.7,\"avmpoorscore\":93.0,\"avmgoodlow\":740501.0,\"avmgoodhigh\":770726.0,\"avmgoodscore\":98.0,\"avmexcellentlow\":759013.52,\"avmexcellenthigh\":789994.15,\"avmexcellentscore\":100.5}},\"sale\":{\"salesearchdate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"amount\":{\"salerecdate\":\"2021-06-29\",\"saledisclosuretype\":0,\"saledocnum\":\"0000123161\",\"saletranstype\":\"Resale\"},\"calculation\":{},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"C\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdimprpersizeunit\":15.24,\"assdimprvalue\":14230,\"assdlandpersizeunit\":4.88,\"assdlandvalue\":22910,\"assdttlpersizeunit\":39.76,\"assdttlvalue\":37140},\"calculations\":{\"calcimprind\":\"ASSESSED VALUE\",\"calcimprpersizeunit\":15.24,\"calcimprvalue\":14230,\"calclandind\":\"ASSESSED VALUE\",\"calclandpersizeunit\":4.88,\"calclandvalue\":22910,\"calcttlind\":\"ASSESSED VALUE\",\"calcttlvalue\":37140,\"calcvaluepersizeunit\":39.76},\"market\":{\"mktimprvalue\":199000,\"mktlandvalue\":320400,\"mktttlvalue\":519400},\"tax\":{\"taxamt\":2870.88,\"taxpersizeunit\":3.07,\"taxyear\":2022}}}]}', 'success', NULL, '2023-03-02 22:37:05', '2023-03-02 22:37:06'),
(183, 1, 3, 'home-detail', 'user', '/property/detailmortgage', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detailmortgage?attomid=13657586', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"c97e4518bb1c47a5b471b61b8390a033\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"attomId\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\"},\"lot\":{\"lotnum\":\"23,24\",\"lotsize1\":0.1434803,\"lotsize2\":6250,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"1-40\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":812,\"grosssize\":1624,\"grosssizeadjusted\":812,\"groundfloorsize\":812,\"livingsize\":812,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":812},\"rooms\":{\"bathfixtures\":8,\"bathsfull\":2,\"bathstotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtsize\":812,\"bsmttype\":\"FINISHED\"},\"construction\":{\"condition\":\"AVERAGE\",\"constructiontype\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640,\"prkgSpaces\":\"2\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\"}},\"mortgage\":{\"lender\":{\"lastname\":\"MOUNTAIN HOME LENDING\",\"companycode\":\"102082\"},\"title\":{\"companyname\":\"NONE AVAILABLE\"},\"amount\":154000,\"date\":\"2007-03-21\",\"deedtype\":\"WD\",\"term\":359,\"duedate\":\"2037-02-01\"},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-02 22:37:58', '2023-03-02 22:37:59'),
(184, 1, 2, 'home-detail', 'user', '/property/detailowner', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detailowner?attomid=184713191', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"7261b22cec6339074a54749ec96aa1ec\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"yearbuilteffective\":2014}},\"owner\":{\"corporateindicator\":\"Y\",\"owner1\":{\"lastname\":\"MATTICE, MICHAEL S LIVING TRUST \"},\"owner2\":{},\"owner3\":{\"lastname\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"ownerrelationshiprightscode\":\"LV\",\"ownerrelationshiptype\":\"LT\",\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"2829 N FRANKLIN ST, DENVER, CO 80205-4510\"},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-09 19:19:55', '2023-03-09 19:19:56'),
(185, 1, 2, 'home-detail', 'user', '/property/detailowner', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detailowner?attomid=184713191', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"e218d19f236718ab2d719ecea49fdebf\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"yearbuilteffective\":2014}},\"owner\":{\"corporateindicator\":\"Y\",\"owner1\":{\"lastname\":\"MATTICE, MICHAEL S LIVING TRUST \"},\"owner2\":{},\"owner3\":{\"lastname\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"ownerrelationshiprightscode\":\"LV\",\"ownerrelationshiptype\":\"LT\",\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"2829 N FRANKLIN ST, DENVER, CO 80205-4510\"},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-09 19:22:00', '2023-03-09 19:22:02'),
(186, 1, 2, 'home-detail', 'user', '/property/detailwithschools', 'https://api.gateway.attomdata.com/propertyapi/v4.0.0/property/detailwithschools?attomid=184713191', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"e7094b66e19eb5ef7f6d1214b09c3dba\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"yearbuilteffective\":2014}},\"schoolDistrict\":{\"geoIdV4\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"districttype\":\"Regular\",\"districtname\":\"Denver County School District 1\",\"districtlatitude\":\"39.74575\",\"districtlongitude\":\"-104.985751\"},\"school\":[{\"geoIdV4\":\"8a506b574561c5bab4f163492c7a386a\",\"InstitutionName\":\"Skinner Middle School\",\"GSTestRating\":0,\"schoolRating\":\"B \",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7724\",\"geocodinglongitude\":\"-105.0323\",\"distance\":0.94},{\"geoIdV4\":\"9e0b497fb1337405c4dfe64e51568f68\",\"InstitutionName\":\"Centennial School\",\"GSTestRating\":0,\"schoolRating\":\"B-\",\"gradelevel1lotext\":\"EE\",\"gradelevel1hitext\":\"5\",\"lowAssignedGrade\":\"EE\",\"highAssignedGrade\":\"5 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7813\",\"geocodinglongitude\":\"-105.0422\",\"distance\":0.34},{\"geoIdV4\":\"3b4cd5c56026e2e1f0e5c553b74cf05d\",\"InstitutionName\":\"Bryant Webster Dual Language ECE-8 School\",\"GSTestRating\":0,\"schoolRating\":\"D-\",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7674\",\"geocodinglongitude\":\"-105.0084\",\"distance\":2.24},{\"geoIdV4\":\"93e5fef8956253c5642a335fc4a4395f\",\"InstitutionName\":\"Strive Prep - Sunnyside\",\"GSTestRating\":0,\"schoolRating\":\"C+\",\"gradelevel1lotext\":\"6\",\"gradelevel1hitext\":\"8\",\"lowAssignedGrade\":\"6 \",\"highAssignedGrade\":\"8 \",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.782013\",\"geocodinglongitude\":\"-105.00681\",\"distance\":2.19},{\"geoIdV4\":\"3d0771574d56c6eae9184bc5aa3ebe19\",\"InstitutionName\":\"North High School\",\"GSTestRating\":0,\"schoolRating\":\"C+\",\"gradelevel1lotext\":\"9\",\"gradelevel1hitext\":\"12\",\"lowAssignedGrade\":\"9 \",\"highAssignedGrade\":\"12\",\"Filetypetext\":\"Public\",\"geocodinglatitude\":\"39.7605\",\"geocodinglongitude\":\"-105.0222\",\"distance\":1.86}],\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-09 19:41:22', '2023-03-09 19:41:23'),
(187, 1, 2, 'home-detail', 'user', '/property/buildingpermits', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/buildingpermits?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"64594e623242e21bf476e45ee0d5ac1a\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotSize1\":0.1076676},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoId\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10},\"building\":{\"size\":{\"universalSize\":934.0},\"rooms\":{\"bathsTotal\":1.0,\"beds\":2}},\"buildingPermits\":[{\"effectiveDate\":\"2013-04-04\",\"permitNumber\":\"00347672\",\"jobValue\":2000,\"fees\":35.0,\"businessName\":\"Doctor Fix-it Plumbing, Heating & Electr\",\"homeOwnerName\":\"Stcherbak,lidia\"},{\"effectiveDate\":\"2017-05-17\",\"permitNumber\":\"2016-ELEC-0004720\",\"status\":\"withdrawn\",\"description\":\"R/r air conditioning\",\"type\":\"Electrical permit\",\"projectName\":\"Electrical Permit\",\"fees\":20.0,\"businessName\":\"Positively Electric INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2016-05-27\",\"permitNumber\":\"2016-MECH-0003896\",\"status\":\"final\",\"description\":\"R/r air conditioning\",\"type\":\"Mechanical permit\",\"projectName\":\"Mechanical Permit\",\"fees\":59.0,\"businessName\":\"Seasonal Comfort Systems LLC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2016-06-17\",\"permitNumber\":\"2015-ROOFSIDE-0014621\",\"status\":\"final\",\"description\":\"Re/re: 4529 winona ct\",\"type\":\"Roofing and siding permit\",\"projectName\":\"Roofing Permit\",\"fees\":91.0,\"businessName\":\"Reitz Roofing INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2017-09-22\",\"permitNumber\":\"2017-ROOFSIDE-0013232\",\"status\":\"final\",\"description\":\"Tear off existing material house and garage redeck garage only and reroof house and garage. Pitch 7 & 3/12 (ice and water all)\",\"type\":\"Roofing and siding permit\",\"projectName\":\"Aca Roofing Permit\",\"jobValue\":9447,\"fees\":99.0,\"businessName\":\"J&K Roofing INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2015-06-04\",\"permitNumber\":\"2013-MECH-0000347672\",\"status\":\"issued\",\"type\":\"Mechanical permit\",\"projectName\":\"Permit # 00347672\",\"fees\":35.0,\"businessName\":\"Doctor FIX IT Plumbing Heating &E\",\"homeOwnerName\":\"Stcherbak, Lidia\"},{\"effectiveDate\":\"2018-11-30\",\"permitNumber\":\"2018-ELEC-0014039\",\"status\":\"final\",\"description\":\"200 amp service change and 50 amp sub-panel to garage\",\"type\":\"Electrical permit\",\"projectName\":\"Aca Electrical Permit\",\"jobValue\":4000,\"fees\":51.0,\"businessName\":\"Positively Electric INC\",\"homeOwnerName\":\"Mattice,michael Scott\"}],\"vintage\":{\"lastModified\":\"2022-01-24\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-09 19:41:51', '2023-03-09 19:41:52'),
(188, 1, 2, 'home-detail', 'user', '/property/buildingpermits', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/buildingpermits?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"39edfdf862b5b43ea91e6e41b9cf03a9\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotSize1\":0.1076676},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoId\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10},\"building\":{\"size\":{\"universalSize\":934.0},\"rooms\":{\"bathsTotal\":1.0,\"beds\":2}},\"buildingPermits\":[{\"effectiveDate\":\"2013-04-04\",\"permitNumber\":\"00347672\",\"jobValue\":2000,\"fees\":35.0,\"businessName\":\"Doctor Fix-it Plumbing, Heating & Electr\",\"homeOwnerName\":\"Stcherbak,lidia\"},{\"effectiveDate\":\"2017-05-17\",\"permitNumber\":\"2016-ELEC-0004720\",\"status\":\"withdrawn\",\"description\":\"R/r air conditioning\",\"type\":\"Electrical permit\",\"projectName\":\"Electrical Permit\",\"fees\":20.0,\"businessName\":\"Positively Electric INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2016-05-27\",\"permitNumber\":\"2016-MECH-0003896\",\"status\":\"final\",\"description\":\"R/r air conditioning\",\"type\":\"Mechanical permit\",\"projectName\":\"Mechanical Permit\",\"fees\":59.0,\"businessName\":\"Seasonal Comfort Systems LLC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2016-06-17\",\"permitNumber\":\"2015-ROOFSIDE-0014621\",\"status\":\"final\",\"description\":\"Re/re: 4529 winona ct\",\"type\":\"Roofing and siding permit\",\"projectName\":\"Roofing Permit\",\"fees\":91.0,\"businessName\":\"Reitz Roofing INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2017-09-22\",\"permitNumber\":\"2017-ROOFSIDE-0013232\",\"status\":\"final\",\"description\":\"Tear off existing material house and garage redeck garage only and reroof house and garage. Pitch 7 & 3/12 (ice and water all)\",\"type\":\"Roofing and siding permit\",\"projectName\":\"Aca Roofing Permit\",\"jobValue\":9447,\"fees\":99.0,\"businessName\":\"J&K Roofing INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2015-06-04\",\"permitNumber\":\"2013-MECH-0000347672\",\"status\":\"issued\",\"type\":\"Mechanical permit\",\"projectName\":\"Permit # 00347672\",\"fees\":35.0,\"businessName\":\"Doctor FIX IT Plumbing Heating &E\",\"homeOwnerName\":\"Stcherbak, Lidia\"},{\"effectiveDate\":\"2018-11-30\",\"permitNumber\":\"2018-ELEC-0014039\",\"status\":\"final\",\"description\":\"200 amp service change and 50 amp sub-panel to garage\",\"type\":\"Electrical permit\",\"projectName\":\"Aca Electrical Permit\",\"jobValue\":4000,\"fees\":51.0,\"businessName\":\"Positively Electric INC\",\"homeOwnerName\":\"Mattice,michael Scott\"}],\"vintage\":{\"lastModified\":\"2022-01-24\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-09 19:42:49', '2023-03-09 19:42:50'),
(189, 1, 2, 'home-detail', 'user', '/property/buildingpermits', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/buildingpermits?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"d451ee498946ee16eebea4d97a3e80cf\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotSize1\":0.1076676},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoId\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10},\"building\":{\"size\":{\"universalSize\":934.0},\"rooms\":{\"bathsTotal\":1.0,\"beds\":2}},\"buildingPermits\":[{\"effectiveDate\":\"2013-04-04\",\"permitNumber\":\"00347672\",\"jobValue\":2000,\"fees\":35.0,\"businessName\":\"Doctor Fix-it Plumbing, Heating & Electr\",\"homeOwnerName\":\"Stcherbak,lidia\"},{\"effectiveDate\":\"2017-05-17\",\"permitNumber\":\"2016-ELEC-0004720\",\"status\":\"withdrawn\",\"description\":\"R/r air conditioning\",\"type\":\"Electrical permit\",\"projectName\":\"Electrical Permit\",\"fees\":20.0,\"businessName\":\"Positively Electric INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2016-05-27\",\"permitNumber\":\"2016-MECH-0003896\",\"status\":\"final\",\"description\":\"R/r air conditioning\",\"type\":\"Mechanical permit\",\"projectName\":\"Mechanical Permit\",\"fees\":59.0,\"businessName\":\"Seasonal Comfort Systems LLC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2016-06-17\",\"permitNumber\":\"2015-ROOFSIDE-0014621\",\"status\":\"final\",\"description\":\"Re/re: 4529 winona ct\",\"type\":\"Roofing and siding permit\",\"projectName\":\"Roofing Permit\",\"fees\":91.0,\"businessName\":\"Reitz Roofing INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2017-09-22\",\"permitNumber\":\"2017-ROOFSIDE-0013232\",\"status\":\"final\",\"description\":\"Tear off existing material house and garage redeck garage only and reroof house and garage. Pitch 7 & 3/12 (ice and water all)\",\"type\":\"Roofing and siding permit\",\"projectName\":\"Aca Roofing Permit\",\"jobValue\":9447,\"fees\":99.0,\"businessName\":\"J&K Roofing INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2015-06-04\",\"permitNumber\":\"2013-MECH-0000347672\",\"status\":\"issued\",\"type\":\"Mechanical permit\",\"projectName\":\"Permit # 00347672\",\"fees\":35.0,\"businessName\":\"Doctor FIX IT Plumbing Heating &E\",\"homeOwnerName\":\"Stcherbak, Lidia\"},{\"effectiveDate\":\"2018-11-30\",\"permitNumber\":\"2018-ELEC-0014039\",\"status\":\"final\",\"description\":\"200 amp service change and 50 amp sub-panel to garage\",\"type\":\"Electrical permit\",\"projectName\":\"Aca Electrical Permit\",\"jobValue\":4000,\"fees\":51.0,\"businessName\":\"Positively Electric INC\",\"homeOwnerName\":\"Mattice,michael Scott\"}],\"vintage\":{\"lastModified\":\"2022-01-24\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-09 19:43:51', '2023-03-09 19:43:52'),
(190, 1, 2, 'home-detail', 'user', '/property/buildingpermits', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/buildingpermits?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"13c5a265d9bfe228e295cda96a2fd633\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotSize1\":0.1076676},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoId\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10},\"building\":{\"size\":{\"universalSize\":934.0},\"rooms\":{\"bathsTotal\":1.0,\"beds\":2}},\"buildingPermits\":[{\"effectiveDate\":\"2013-04-04\",\"permitNumber\":\"00347672\",\"jobValue\":2000,\"fees\":35.0,\"businessName\":\"Doctor Fix-it Plumbing, Heating & Electr\",\"homeOwnerName\":\"Stcherbak,lidia\"},{\"effectiveDate\":\"2017-05-17\",\"permitNumber\":\"2016-ELEC-0004720\",\"status\":\"withdrawn\",\"description\":\"R/r air conditioning\",\"type\":\"Electrical permit\",\"projectName\":\"Electrical Permit\",\"fees\":20.0,\"businessName\":\"Positively Electric INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2016-05-27\",\"permitNumber\":\"2016-MECH-0003896\",\"status\":\"final\",\"description\":\"R/r air conditioning\",\"type\":\"Mechanical permit\",\"projectName\":\"Mechanical Permit\",\"fees\":59.0,\"businessName\":\"Seasonal Comfort Systems LLC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2016-06-17\",\"permitNumber\":\"2015-ROOFSIDE-0014621\",\"status\":\"final\",\"description\":\"Re/re: 4529 winona ct\",\"type\":\"Roofing and siding permit\",\"projectName\":\"Roofing Permit\",\"fees\":91.0,\"businessName\":\"Reitz Roofing INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2017-09-22\",\"permitNumber\":\"2017-ROOFSIDE-0013232\",\"status\":\"final\",\"description\":\"Tear off existing material house and garage redeck garage only and reroof house and garage. Pitch 7 & 3/12 (ice and water all)\",\"type\":\"Roofing and siding permit\",\"projectName\":\"Aca Roofing Permit\",\"jobValue\":9447,\"fees\":99.0,\"businessName\":\"J&K Roofing INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2015-06-04\",\"permitNumber\":\"2013-MECH-0000347672\",\"status\":\"issued\",\"type\":\"Mechanical permit\",\"projectName\":\"Permit # 00347672\",\"fees\":35.0,\"businessName\":\"Doctor FIX IT Plumbing Heating &E\",\"homeOwnerName\":\"Stcherbak, Lidia\"},{\"effectiveDate\":\"2018-11-30\",\"permitNumber\":\"2018-ELEC-0014039\",\"status\":\"final\",\"description\":\"200 amp service change and 50 amp sub-panel to garage\",\"type\":\"Electrical permit\",\"projectName\":\"Aca Electrical Permit\",\"jobValue\":4000,\"fees\":51.0,\"businessName\":\"Positively Electric INC\",\"homeOwnerName\":\"Mattice,michael Scott\"}],\"vintage\":{\"lastModified\":\"2022-01-24\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-09 19:44:00', '2023-03-09 19:44:01');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(191, 1, 2, 'home-detail', 'user', '/property/buildingpermits', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/buildingpermits?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"548f36c40f6a281d1a226982ba5ca025\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotSize1\":0.1076676},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoId\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10},\"building\":{\"size\":{\"universalSize\":934.0},\"rooms\":{\"bathsTotal\":1.0,\"beds\":2}},\"buildingPermits\":[{\"effectiveDate\":\"2013-04-04\",\"permitNumber\":\"00347672\",\"jobValue\":2000,\"fees\":35.0,\"businessName\":\"Doctor Fix-it Plumbing, Heating & Electr\",\"homeOwnerName\":\"Stcherbak,lidia\"},{\"effectiveDate\":\"2017-05-17\",\"permitNumber\":\"2016-ELEC-0004720\",\"status\":\"withdrawn\",\"description\":\"R/r air conditioning\",\"type\":\"Electrical permit\",\"projectName\":\"Electrical Permit\",\"fees\":20.0,\"businessName\":\"Positively Electric INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2016-05-27\",\"permitNumber\":\"2016-MECH-0003896\",\"status\":\"final\",\"description\":\"R/r air conditioning\",\"type\":\"Mechanical permit\",\"projectName\":\"Mechanical Permit\",\"fees\":59.0,\"businessName\":\"Seasonal Comfort Systems LLC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2016-06-17\",\"permitNumber\":\"2015-ROOFSIDE-0014621\",\"status\":\"final\",\"description\":\"Re/re: 4529 winona ct\",\"type\":\"Roofing and siding permit\",\"projectName\":\"Roofing Permit\",\"fees\":91.0,\"businessName\":\"Reitz Roofing INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2017-09-22\",\"permitNumber\":\"2017-ROOFSIDE-0013232\",\"status\":\"final\",\"description\":\"Tear off existing material house and garage redeck garage only and reroof house and garage. Pitch 7 & 3/12 (ice and water all)\",\"type\":\"Roofing and siding permit\",\"projectName\":\"Aca Roofing Permit\",\"jobValue\":9447,\"fees\":99.0,\"businessName\":\"J&K Roofing INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2015-06-04\",\"permitNumber\":\"2013-MECH-0000347672\",\"status\":\"issued\",\"type\":\"Mechanical permit\",\"projectName\":\"Permit # 00347672\",\"fees\":35.0,\"businessName\":\"Doctor FIX IT Plumbing Heating &E\",\"homeOwnerName\":\"Stcherbak, Lidia\"},{\"effectiveDate\":\"2018-11-30\",\"permitNumber\":\"2018-ELEC-0014039\",\"status\":\"final\",\"description\":\"200 amp service change and 50 amp sub-panel to garage\",\"type\":\"Electrical permit\",\"projectName\":\"Aca Electrical Permit\",\"jobValue\":4000,\"fees\":51.0,\"businessName\":\"Positively Electric INC\",\"homeOwnerName\":\"Mattice,michael Scott\"}],\"vintage\":{\"lastModified\":\"2022-01-24\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-09 19:47:56', '2023-03-09 19:47:57'),
(192, 1, 2, 'home-detail', 'user', '/property/detailowner', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detailowner?attomid=184713191', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"1ca12b31e80f437fe4c4afd6b667e559\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"yearbuilteffective\":2014}},\"owner\":{\"corporateindicator\":\"Y\",\"owner1\":{\"lastname\":\"MATTICE, MICHAEL S LIVING TRUST \"},\"owner2\":{},\"owner3\":{\"lastname\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"ownerrelationshiprightscode\":\"LV\",\"ownerrelationshiptype\":\"LT\",\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"2829 N FRANKLIN ST, DENVER, CO 80205-4510\"},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-09 19:48:30', '2023-03-09 19:48:31'),
(193, 1, 2, 'home-detail', 'user', '/property/buildingpermits', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/buildingpermits?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"12fa70cced5c151146ab7ed9b23c3167\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotSize1\":0.1076676},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoId\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":10},\"building\":{\"size\":{\"universalSize\":934.0},\"rooms\":{\"bathsTotal\":1.0,\"beds\":2}},\"buildingPermits\":[{\"effectiveDate\":\"2013-04-04\",\"permitNumber\":\"00347672\",\"jobValue\":2000,\"fees\":35.0,\"businessName\":\"Doctor Fix-it Plumbing, Heating & Electr\",\"homeOwnerName\":\"Stcherbak,lidia\"},{\"effectiveDate\":\"2017-05-17\",\"permitNumber\":\"2016-ELEC-0004720\",\"status\":\"withdrawn\",\"description\":\"R/r air conditioning\",\"type\":\"Electrical permit\",\"projectName\":\"Electrical Permit\",\"fees\":20.0,\"businessName\":\"Positively Electric INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2016-05-27\",\"permitNumber\":\"2016-MECH-0003896\",\"status\":\"final\",\"description\":\"R/r air conditioning\",\"type\":\"Mechanical permit\",\"projectName\":\"Mechanical Permit\",\"fees\":59.0,\"businessName\":\"Seasonal Comfort Systems LLC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2016-06-17\",\"permitNumber\":\"2015-ROOFSIDE-0014621\",\"status\":\"final\",\"description\":\"Re/re: 4529 winona ct\",\"type\":\"Roofing and siding permit\",\"projectName\":\"Roofing Permit\",\"fees\":91.0,\"businessName\":\"Reitz Roofing INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2017-09-22\",\"permitNumber\":\"2017-ROOFSIDE-0013232\",\"status\":\"final\",\"description\":\"Tear off existing material house and garage redeck garage only and reroof house and garage. Pitch 7 & 3/12 (ice and water all)\",\"type\":\"Roofing and siding permit\",\"projectName\":\"Aca Roofing Permit\",\"jobValue\":9447,\"fees\":99.0,\"businessName\":\"J&K Roofing INC\",\"homeOwnerName\":\"Mattice,michael Scott\"},{\"effectiveDate\":\"2015-06-04\",\"permitNumber\":\"2013-MECH-0000347672\",\"status\":\"issued\",\"type\":\"Mechanical permit\",\"projectName\":\"Permit # 00347672\",\"fees\":35.0,\"businessName\":\"Doctor FIX IT Plumbing Heating &E\",\"homeOwnerName\":\"Stcherbak, Lidia\"},{\"effectiveDate\":\"2018-11-30\",\"permitNumber\":\"2018-ELEC-0014039\",\"status\":\"final\",\"description\":\"200 amp service change and 50 amp sub-panel to garage\",\"type\":\"Electrical permit\",\"projectName\":\"Aca Electrical Permit\",\"jobValue\":4000,\"fees\":51.0,\"businessName\":\"Positively Electric INC\",\"homeOwnerName\":\"Mattice,michael Scott\"}],\"vintage\":{\"lastModified\":\"2022-01-24\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-09 19:48:33', '2023-03-09 19:48:34'),
(194, 1, 2, 'home-detail', 'user', '/property/detailmortgage', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detailmortgage?attomid=184713191', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"d9231b3c6a0964d55581a5967b472be2\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"attomId\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\"},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"yearbuilteffective\":2014}},\"mortgage\":{\"lender\":{\"companycode\":\"-1\"},\"title\":{\"companyname\":\"NONE AVAILABLE\"},\"amount\":0,\"date\":\"\",\"deedtype\":\"BS\",\"duedate\":\"\"},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-09 21:11:34', '2023-03-09 21:11:35'),
(195, 1, 2, 'home-detail', 'user', '/property/detailwithschools', 'https://api.gateway.attomdata.com/propertyapi/v4.0.0/property/detailwithschools?attomid=184713191', NULL, NULL, NULL, '2023-03-14 19:47:01', '2023-03-14 19:47:01'),
(196, 1, 2, 'home-detail', 'user', '/property/detailwithschools', 'https://api.gateway.attomdata.com/propertyapi/v4.0.0/property/detailwithschools?attomid=184713191', NULL, NULL, NULL, '2023-03-14 19:47:09', '2023-03-14 19:47:09'),
(197, 1, 2, 'home-detail', 'user', '/transportationnoise', 'https://api.gateway.attomdata.com/transportationnoise?address=4529+Winona+Court%2C+Denver%2C+CO+12100', NULL, NULL, NULL, '2023-03-14 19:47:16', '2023-03-14 19:47:16'),
(198, 1, 4, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Minim+ad+rerum+conse&address2=Voluptatibus+soluta', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 16:38:12', '2023-03-21 16:38:14'),
(199, 1, 5, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Minim+ad+rerum+conse&address2=Voluptatibus+soluta', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 16:38:14', '2023-03-21 16:38:15'),
(200, 1, 6, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Facere+do+harum+in+e&address2=Eos+quia+officiis+q', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 16:38:15', '2023-03-21 16:38:16'),
(201, 1, 7, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 16:38:16', '2023-03-21 16:38:17'),
(202, 1, 8, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 16:38:17', '2023-03-21 16:38:18'),
(203, 1, 9, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"77dec70361e8a08d66ebca89dab5feae\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotNum\":\"23,24\",\"lotSize1\":0.1434803,\"lotSize2\":6250.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"U-SU-C1\"},\"area\":{\"blockNum\":\"1-40\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denver\",\"countyUse1\":\"113  \",\"munCode\":\"DE\",\"munName\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdName\":\"BERKELEY\",\"taxCodeArea\":\"DENV\",\"censusTractIdent\":\"102\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\",\"stateFips\":\"08\",\"situsHouseNumber\":\"4500\",\"situsStreetName\":\"WINONA\",\"situsAddressSuffix\":\"CT\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"yearBuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"GAS\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"WILLIAM J DONAHUE\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"transactionIdent\":\"216259065\",\"amount\":{\"saleAmt\":220000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":0,\"saleDocNum\":\"0000045666\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":110000.0,\"pricePerSizeUnit\":270.94}},\"building\":{\"size\":{\"bldgSize\":812.0,\"grossSize\":1624.0,\"grossSizeAdjusted\":812.0,\"groundFloorSize\":812.0,\"livingSize\":812.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":812.0},\"rooms\":{\"bathFixtures\":8,\"bathsFull\":2,\"bathsTotal\":2.0,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtSize\":812,\"bsmtType\":\"FINISHED\",\"bsmtFinishedPercent\":71},\"construction\":{\"condition\":\"AVERAGE\",\"constructionType\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640.0,\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"unitsCount\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":4930.0,\"assdLandValue\":31270.0,\"assdTtlValue\":36200.0},\"market\":{\"mktImprValue\":68900.0,\"mktLandValue\":437300.0,\"mktTtlValue\":506200.0},\"tax\":{\"taxAmt\":2797.7,\"taxPerSizeUnit\":3.45,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":13,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"lastName\":\"ENGLISH JR\",\"firstNameAndMi\":\"WILLIAM M\"},\"owner2\":{},\"owner3\":{\"lastName\":\"ENGLISH \",\"firstNameAndMi\":\"OLA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"4500 WINONA CT, DENVER, CO 80212-2513\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000045667\",\"ident\":\"2007045667\",\"amount\":154000.0,\"lenderLastName\":\"MOUNTAIN HOME LENDING\",\"companyCode\":\"102082\",\"date\":\"2007-03-21\",\"deedType\":\"WD\",\"term\":\"359\",\"dueDate\":\"2037-02-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', 'success', NULL, '2023-03-21 16:38:18', '2023-03-21 16:38:19'),
(204, 1, 10, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfsdfs&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 16:38:19', '2023-03-21 16:38:20'),
(205, 1, 11, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court1&address2=Denver%2C+CO', NULL, 'failed', 'SuccessWithoutResult', '2023-03-21 16:38:20', '2023-03-21 16:38:21'),
(206, 1, 12, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Test+Address&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 16:38:21', '2023-03-21 16:38:23'),
(207, 3, 13, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 16:38:23', '2023-03-21 16:38:24'),
(208, 1, 4, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Minim+ad+rerum+conse&address2=Voluptatibus+soluta', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 18:06:51', '2023-03-21 18:06:52'),
(209, 1, 5, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Minim+ad+rerum+conse&address2=Voluptatibus+soluta', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 18:06:52', '2023-03-21 18:06:53'),
(210, 1, 6, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Facere+do+harum+in+e&address2=Eos+quia+officiis+q', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 18:06:53', '2023-03-21 18:06:54'),
(211, 1, 7, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 18:06:55', '2023-03-21 18:06:55'),
(212, 1, 8, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 18:06:55', '2023-03-21 18:06:56'),
(213, 1, 10, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=sdfsdfs&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 18:06:56', '2023-03-21 18:06:58'),
(214, 1, 11, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=4500+Winona+Court1&address2=Denver%2C+CO', NULL, 'failed', 'SuccessWithoutResult', '2023-03-21 18:06:58', '2023-03-21 18:06:58'),
(215, 1, 12, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Test+Address&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 18:06:58', '2023-03-21 18:06:59'),
(216, 3, 13, 'cron', 'cron', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Noida&address2=Greater+Noida+West', NULL, 'failed', 'Geocoder Results Address Not Identified.', '2023-03-21 18:06:59', '2023-03-21 18:07:01');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(217, 4, 14, 'atom-property-services', 'jobs', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=tests&address2=test', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":10000,\"page\":1,\"pagesize\":10,\"transactionID\":\"0b2d5744169b33d27e86b584c1002a55\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":251177,\"fips\":\"48021\",\"apn\":\"R25324\",\"attomId\":251177},\"lot\":{\"lotNum\":\"7\",\"lotSize1\":0.5800046,\"lotSize2\":25265.0,\"zoningType\":\"PUBLIC WORKS\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Bastrop\",\"countyUse1\":\"C3   \",\"munCode\":\"BA\",\"munName\":\"BASTROP\",\"subdName\":\"AUSTIN, STEPHEN F\",\"taxCodeArea\":\"ESD2,G01,RD1,S04\",\"censusTractIdent\":\"0\",\"censusBlockGroup\":\"1\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\",\"stateFips\":\"48\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"30.151587\",\"longitude\":\"-97.316112\",\"distance\":0.0,\"geoid\":\"CO48021\",\"geoIdV4\":{\"CO\":\"88c0c2fbc60666aafc1e324b330fb897\",\"CS\":\"62bce7e8224dae2d67af7ac014dc4a2e\",\"DB\":\"b44e02e7093843c0b7b3cc5196c18db8\",\"PL\":\"e5e7a6beee5b76cb9e1f818f41486238\",\"SB\":\"cc0728e53728624a8450f6f21073b31c, c9723125843646b84045781b2671eb5d, 7e08434bce8dc69d7190f0b0d7838e55, 9d770f09d5ba1683031a58839166ec94\",\"ZI\":\"0e11b022df6f7bd5bc152421c599e417\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Vacant\",\"propSubType\":\"PUBLIC WORKS\",\"propType\":\"RECREATIONAL ACREAGE\",\"propertyType\":\"RECREATIONAL - VACANT LAND\",\"propLandUse\":\"RECREATIONAL ACREAGE\",\"propIndicator\":80,\"legal1\":\"A3 AUSTIN, STEPHEN F., ACRES 0.58, (SHADOW OAKS, LOT 7)\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":5,\"sellerName\":\"STONECREST INCOME OPPORTUNITY FUND\",\"saleSearchDate\":\"2011-08-12\",\"saleTransDate\":\"2011-07-20\",\"transactionIdent\":\"590464155\",\"amount\":{\"saleRecDate\":\"2011-08-12\",\"saleDisclosureType\":1,\"saleDocNum\":\"002087/271\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":55355.0,\"assdTtlValue\":55355.0},\"market\":{\"mktLandValue\":55355.0,\"mktTtlValue\":55355.0},\"tax\":{\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"ODILIA TUCK\",\"lastName\":\"TUCK \",\"firstNameAndMi\":\"ODILIA \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"104 PINES PARK DR, SMITHVILLE, TX 78957-5737\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"SW\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-11-07\",\"pubDate\":\"2023-11-07\"}},{\"identifier\":{\"Id\":484635,\"fips\":\"48121\",\"apn\":\"R335369\",\"multiApn\":\"MULTIPLE PARCELS CONVEYED, UNKNOWN IMPACT TO APN\",\"attomId\":484635},\"lot\":{\"lotNum\":\"1\",\"lotSize1\":12.569,\"lotSize2\":547506.0,\"zoningType\":\"Commercial\",\"poolType\":\"NO POOL\"},\"area\":{\"blockNum\":\"G6\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denton\",\"countyUse1\":\"F1   \",\"munCode\":\"DE\",\"munName\":\"DENTON\",\"subdName\":\"FRISCO LAKES BY DEL WEBB GOLF COURSE\",\"taxCodeArea\":\"C32 G01 S10\",\"censusTractIdent\":\"0\",\"censusBlockGroup\":\"2\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\",\"stateFips\":\"48\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"33.135931\",\"longitude\":\"-96.910694\",\"distance\":0.0,\"geoid\":\"CO48121\",\"geoIdV4\":{\"CO\":\"ed1eff3d7cdbf6521f568b8f0ccf5fd7\",\"CS\":\"00c85b01dbfbb09359f2493883383bf9\",\"DB\":\"8fcf453915f719c2bdf61ae645f74465\",\"N2\":\"5c77c1075ad0975e091cba7f62aecf8c\",\"PL\":\"9d870df17cd1a339c3d411ce222d91a0\",\"SB\":\"77bc21c7705378071a515197aca97d56, 46e1f10c59fc0c6d1f0784de7cd22d7a, 3ee90cfc91d1108370dbfc251372181b\",\"ZI\":\"4b697f3ba6631e396b83e3e7468f84c2\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Commercial\",\"propSubType\":\"Commercial\",\"propType\":\"COMMERCIAL (NEC)\",\"propertyType\":\"COMMERCIAL (GENERAL)\",\"propLandUse\":\"COMMERCIAL (NEC)\",\"propIndicator\":20,\"legal1\":\"FRISCO LAKES BY DEL WEBB GOLF COURSE BLK G6 LOT 1\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":6,\"sellerName\":\"ROCKY MOUNTAIN CAPITAL LLC\",\"saleSearchDate\":\"2016-06-01\",\"saleTransDate\":\"2016-05-31\",\"transactionIdent\":\"657858622\",\"amount\":{\"saleRecDate\":\"2016-06-01\",\"saleDisclosureType\":1,\"saleDocNum\":\"0000063194\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":94268.0,\"assdTtlValue\":94268.0},\"market\":{\"mktLandValue\":94268.0,\"mktTtlValue\":94268.0},\"tax\":{\"taxAmt\":1536.98,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"BEDFORD MP HOLDINGS LLC\",\"lastName\":\"BEDFORD MP HOLDINGS LLC \",\"trustIndicator\":\"Not a Trust\"},\"owner2\":{\"trustIndicator\":\"Not a Trust\"},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"950 E HWY 14, SOUTHLAKE, TX 76092\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"0000063195\",\"ident\":\"2016-063195\",\"amount\":3300000.0,\"lenderLastName\":\"COMMONWEALTH BUSINESS BANK\",\"companyCode\":\"91389\",\"date\":\"2016-06-01\",\"loanTypeCode\":\"COM\",\"deedType\":\"VL\",\"interestRateType\":\"ADJUSTABLE RATE\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-10-23\",\"pubDate\":\"2023-10-23\"}},{\"identifier\":{\"Id\":959197,\"fips\":\"48201\",\"apn\":\"0422330000037\",\"attomId\":959197},\"lot\":{\"lotSize1\":2.4519999,\"lotSize2\":106809.0,\"zoningType\":\"PUBLIC WORKS\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Harris\",\"countyUse1\":\"X1   \",\"munCode\":\"HA\",\"munName\":\"HARRIS\",\"subdName\":\"J T HARRELL SURVEY ABSTRACT 329\",\"taxCodeArea\":\"001 041 042 043\",\"censusTractIdent\":\"220100\",\"censusBlockGroup\":\"1\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaZip\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\",\"stateFips\":\"48\"},\"location\":{\"accuracy\":\"Zip5\",\"latitude\":\"29.796600\",\"longitude\":\"-95.330700\",\"distance\":0.0,\"geoid\":\"CO48201, CS4891835, DB4823640, ND0000569248, ND0000569344, PL4835000, ZI77026\",\"geoIdV4\":{\"CO\":\"3617cb778a484a6657b1114bc86f1b10\",\"CS\":\"157486df4fc388d75da3e3b42edbe45e\",\"DB\":\"01d44127c4835b701f26de36a26376aa\",\"N1\":\"72814642f5f8c859f1c5b27a797b2cb1\",\"N2\":\"e15185450bffbf4c5382384327b5a820\",\"PL\":\"b1a7827793db301210c370f8e9503af2\",\"SB\":\"152233b1a941d10cc98bdaaa5ca3d7ba, 58d742911debb9aedca7b9994d3dd9ec, 7dd0a1ceb0afb585b950417ed275b76c\",\"ZI\":\"5653c39dab35a0a3e686e790b4ca5a5e\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Exempt\",\"propSubType\":\"PUBLIC WORKS\",\"propType\":\"PUBLIC (NEC)\",\"propertyType\":\"GOVERNMENTAL / PUBLIC USE (GENERAL)\",\"propLandUse\":\"PUBLIC (NEC)\",\"propIndicator\":90,\"legal1\":\"TR A ABST 329 J T HARRELL; PARCEL 7 PTS 1 2 3 4 5\"},\"utilities\":{\"energyType\":\"AVAILABLE\"},\"sale\":{\"sequenceSaleHistory\":2,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{},\"market\":{},\"tax\":{\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{\"Additional\":\"Y\"}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"STATE DEPT HWYS & PUB TRAN\",\"lastName\":\"STATE DEPT HWYS & PUB TRAN \",\"trustIndicator\":\"Not a Trust\"},\"owner2\":{\"trustIndicator\":\"Not a Trust\"},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"PO BOX 1386, HOUSTON, TX 77251-1386\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-10-09\",\"pubDate\":\"2023-10-09\"}},{\"identifier\":{\"Id\":1092778,\"fips\":\"48121\",\"apn\":\"R222220\",\"attomId\":1092778},\"lot\":{\"lotNum\":\"30\",\"lotSize1\":0.2022957,\"lotSize2\":8812.0,\"zoningType\":\"Residential\",\"poolType\":\"POOL W/HOT TUB/SPA\"},\"area\":{\"blockNum\":\"B\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Denton\",\"countyUse1\":\"A1   \",\"munCode\":\"DE\",\"munName\":\"DENTON\",\"subdName\":\"KINGS RIDGE ADDN\",\"taxCodeArea\":\"C29 G01 S09\",\"censusTractIdent\":\"21626\",\"censusBlockGroup\":\"1\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"R115\",\"stateFips\":\"48\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"33.062136\",\"longitude\":\"-96.856864\",\"distance\":0.0,\"geoid\":\"CO48121, CS4890637, DB4827300, ND0004852690, PL4858016, SB0000122201, SB0000122215, SB0000158816, SB0000158881, ZI75024\",\"geoIdV4\":{\"CO\":\"ed1eff3d7cdbf6521f568b8f0ccf5fd7\",\"CS\":\"ebf0b18fd4bdcd8015122efa7e28b8cf\",\"DB\":\"943ec2ac683aa0cc9b940483090f55c7\",\"N2\":\"0cdcba4ba21bda044f1f1e7639f50830\",\"PL\":\"ee7ffd0479427cf21e1d61c52c853dd8\",\"SB\":\"a8edb3873c4652accde3b5ae86f8550c, 35baf0181551bf68064a67b6de5d5536, a33d07f0e8ad368a8187280983de7571, 395276b403c6a7e14a54f8e298818cee, b87591e2cfabe409de6bf640bb9e1a0d\",\"ZI\":\"2c62fb6661b0cd9ad5d1bdc5153bb8e4\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"propertyType\":\"SINGLE FAMILY RESIDENCE\",\"yearBuilt\":2003,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"KINGS RIDGE ADDN BLK B LOT 30\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"coolingType\":\"CENTRAL\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":4,\"sellerName\":\"LONG BCH MTG LOAN TRUST 2004-2 C\",\"saleSearchDate\":\"2004-11-05\",\"saleTransDate\":\"2004-10-12\",\"transactionIdent\":\"146756148\",\"amount\":{\"saleAmt\":346000.0,\"saleRecDate\":\"2004-11-05\",\"saleDisclosureType\":1,\"saleDocType\":\"DEED\",\"saleDocNum\":\"0000144299\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":86500.0,\"pricePerSizeUnit\":89.29}},\"building\":{\"size\":{\"bldgSize\":3875.0,\"grossSize\":4381.0,\"grossSizeAdjusted\":3875.0,\"groundFloorSize\":2501.0,\"livingSize\":3875.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":3875.0},\"rooms\":{\"bathsFull\":3,\"bathsTotal\":3.0,\"beds\":4},\"interior\":{\"fplcCount\":1,\"fplcInd\":\"Y\",\"fplcType\":\"YES\"},\"construction\":{\"foundationType\":\"SLAB\",\"roofCover\":\"COMPOSITION SHINGLE\",\"wallType\":\"BRICK VENEER\",\"propertyStructureMajorImprovementsYear\":\"2005\"},\"parking\":{\"garageType\":\"Garage, Attached\",\"prkgSize\":415.0,\"prkgSpaces\":\"2\",\"prkgType\":\"Garage, Attached\"},\"summary\":{\"levels\":2,\"storyDesc\":\"CONVENTIONAL HOUSE\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":694703.0,\"assdLandValue\":220350.0,\"assdTtlValue\":915053.0},\"market\":{\"mktImprValue\":694703.0,\"mktLandValue\":220350.0,\"mktTtlValue\":915053.0},\"tax\":{\"taxAmt\":8838.04,\"taxPerSizeUnit\":2.28,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":75,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"NOT AVAILABLE FROM COUNTY\",\"lastName\":\"NOT AVAILABLE FROM COUNTY \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"144300\",\"amount\":276800.0,\"lenderLastName\":\"PREMIER NATIONWIDE LENDING\",\"companyCode\":\"-1\",\"date\":\"2004-11-05\",\"deedType\":\"GD\",\"interestRateType\":\"FIXED RATE\"},\"SecondConcurrent\":{\"trustDeedDocumentNumber\":\"144301\",\"amount\":51900.0,\"lenderLastName\":\"MOMENTUM FUNDING INC\",\"companyCode\":\"-1\",\"date\":\"2004-11-05\",\"interestRateType\":\"FIXED RATE\"},\"title\":{\"companyName\":\"FIDELITY NATIONAL TITLE\",\"companyCode\":\"1788\"}}},\"vintage\":{\"lastModified\":\"2023-10-23\",\"pubDate\":\"2023-10-23\"}},{\"identifier\":{\"Id\":1835993,\"fips\":\"48277\",\"apn\":\"43166\",\"attomId\":1835993},\"lot\":{\"lotNum\":\"70\",\"lotSize1\":2.5999999,\"lotSize2\":113256.0,\"zoningType\":\"AGRICULTURE / FARMING\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Lamar\",\"countyUse1\":\"E1   \",\"munCode\":\"LR\",\"munName\":\"LAMAR\",\"subdName\":\"T HILL SURVEY\",\"subdTractNum\":\"70\",\"taxCodeArea\":\"GLA JCP SPL\",\"censusTractIdent\":\"0\",\"censusBlockGroup\":\"1\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"R003\",\"stateFips\":\"48\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"33.583502\",\"longitude\":\"-95.468280\",\"distance\":0.0,\"geoid\":\"CO48277, CS4892970, DB4835740, ZI75462\",\"geoIdV4\":{\"CO\":\"b55230723a1d8cfc52a73427376cef0f\",\"CS\":\"9dd1e030e6047b2cc6a289f18677acde\",\"DB\":\"70d0e4853b93cc5f3ce168fbd1f8bcc1\",\"SB\":\"de4e9fa71e3a395017ebc1c611a9ffc4, 7b382d6e30cb3d7f9fa425718e58ca53, d1d2b12e8b40da51333c72698a8c9d4d, 5456f299b8541bf8ddf676b993f31f2b\",\"ZI\":\"83272842b448cdef07bf1a159f41ae20\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Agricultural\",\"propSubType\":\"AGRICULTURE / FARMING\",\"propType\":\"AGRICULTURAL (NEC)\",\"propertyType\":\"MISCELLANEOUS STRUCTURES - RANCH, FARM FIXTURES\",\"yearBuilt\":1998,\"propLandUse\":\"AGRICULTURAL (NEC)\",\"propIndicator\":70,\"legal1\":\"A391 T HILL SURVEY, TRACT 70, ACRES 2.6, LIFE ESTATE LINDA R RUSSELL LIFE ESTATE LINDA R RUSSELL\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":10,\"sellerName\":\"LINDAR RUSSELL\",\"saleSearchDate\":\"2023-04-18\",\"saleTransDate\":\"2023-04-03\",\"transactionIdent\":\"1010233471\",\"amount\":{\"saleRecDate\":\"2023-04-18\",\"saleDisclosureType\":1,\"saleDocNum\":\"2034162022\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":1340.0,\"grossSize\":1340.0,\"grossSizeAdjusted\":1340.0,\"groundFloorSize\":1340.0,\"livingSize\":1340.0,\"sizeInd\":\"BUILDING SQFT\",\"universalSize\":1340.0},\"rooms\":{\"bathsFull\":1,\"bathsTotal\":1.0},\"interior\":{},\"construction\":{\"foundationType\":\"PILINGS\",\"roofShape\":\"GABLE/HIP\",\"wallType\":\"WOOD SIDING\"},\"parking\":{\"garageType\":\"Carport (Unspecified)\",\"prkgSpaces\":\"1\",\"prkgType\":\"Carport (Unspecified)\"},\"summary\":{\"storyDesc\":\"CONVENTIONAL HOUSE\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":74080.0,\"assdLandValue\":23920.0,\"assdTtlValue\":98000.0},\"market\":{\"mktImprValue\":74080.0,\"mktLandValue\":23920.0,\"mktTtlValue\":98000.0},\"tax\":{\"taxAmt\":174.88,\"taxPerSizeUnit\":0.13,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{\"Homeowner\":\"Y\",\"Senior\":\"Y\"}},\"improvementPercent\":75,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"CHRISTOPHER D RUSSELL\",\"lastName\":\"RUSSELL \",\"firstNameAndMi\":\"CHRISTOPHER D\",\"trustIndicator\":\"Not a Trust\"},\"owner2\":{\"trustIndicator\":\"Not a Trust\"},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"8106 FARM ROAD 905 , PARIS, TX 75462-3556\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"IT\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-10-09\",\"pubDate\":\"2023-10-09\"}},{\"identifier\":{\"Id\":1835994,\"fips\":\"48277\",\"apn\":\"49393\",\"attomId\":1835994},\"lot\":{\"lotNum\":\"18\",\"lotSize1\":2.0,\"lotSize2\":87120.0,\"zoningType\":\"AGRICULTURE / FARMING\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Lamar\",\"countyUse1\":\"E1   \",\"munCode\":\"LR\",\"munName\":\"LAMAR\",\"subdName\":\"T HILL SURVEY\",\"subdTractNum\":\"18\",\"taxCodeArea\":\"GLA JCP SPL\",\"censusTractIdent\":\"300\",\"censusBlockGroup\":\"1\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"R003\",\"stateFips\":\"48\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"33.589937\",\"longitude\":\"-95.469321\",\"distance\":0.0,\"geoid\":\"CO48277\",\"geoIdV4\":{\"CO\":\"b55230723a1d8cfc52a73427376cef0f\",\"CS\":\"9dd1e030e6047b2cc6a289f18677acde\",\"DB\":\"70d0e4853b93cc5f3ce168fbd1f8bcc1\",\"SB\":\"5456f299b8541bf8ddf676b993f31f2b, d1d2b12e8b40da51333c72698a8c9d4d, 7b382d6e30cb3d7f9fa425718e58ca53, de4e9fa71e3a395017ebc1c611a9ffc4\",\"ZI\":\"83272842b448cdef07bf1a159f41ae20\"}},\"summary\":{\"archStyle\":\"CONTEMPORARY\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Agricultural\",\"propSubType\":\"AGRICULTURE / FARMING\",\"propType\":\"AGRICULTURAL (NEC)\",\"propertyType\":\"MISCELLANEOUS STRUCTURES - RANCH, FARM FIXTURES\",\"yearBuilt\":2007,\"propLandUse\":\"AGRICULTURAL (NEC)\",\"propIndicator\":70,\"legal1\":\"A391 T HILL SURVEY, TRACT 18, ACRES 2.0\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"coolingType\":\"CENTRAL\",\"heatingType\":\"CENTRAL\"},\"sale\":{\"sequenceSaleHistory\":8,\"sellerName\":\"G3 PROPERTY HOLDINGS LLC\",\"saleSearchDate\":\"2018-06-11\",\"saleTransDate\":\"2018-06-11\",\"transactionIdent\":\"791442156\",\"amount\":{\"saleAmt\":123117.0,\"saleRecDate\":\"2018-06-11\",\"saleDisclosureType\":1,\"saleDocNum\":\"1537752018\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerSizeUnit\":63.86}},\"building\":{\"size\":{\"bldgSize\":1928.0,\"grossSize\":1928.0,\"grossSizeAdjusted\":1928.0,\"groundFloorSize\":1544.0,\"livingSize\":1928.0,\"sizeInd\":\"BUILDING SQFT\",\"universalSize\":1928.0},\"rooms\":{\"bathsFull\":2,\"bathsTotal\":2.0},\"interior\":{},\"construction\":{\"foundationType\":\"PIER\",\"roofShape\":\"GABLE/HIP\",\"wallType\":\"WOOD SIDING\"},\"parking\":{\"garageType\":\"Carport (Unspecified)\",\"prkgType\":\"Carport (Unspecified)\"},\"summary\":{\"levels\":2,\"storyDesc\":\"CONVENTIONAL HOUSE\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":139080.0,\"assdLandValue\":19000.0,\"assdTtlValue\":158080.0},\"market\":{\"mktImprValue\":139080.0,\"mktLandValue\":19000.0,\"mktTtlValue\":158080.0},\"tax\":{\"taxAmt\":1479.13,\"taxPerSizeUnit\":0.77,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{\"Homeowner\":\"Y\"}},\"improvementPercent\":87,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"HENRY CODY\",\"lastName\":\"CODY \",\"firstNameAndMi\":\"HENRY \",\"trustIndicator\":\"Not a Trust\"},\"owner2\":{\"trustIndicator\":\"Not a Trust\"},\"owner3\":{\"fullName\":\"LINDA PARSONS\",\"lastName\":\"PARSONS \",\"firstNameAndMi\":\"LINDA \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"7643 FARM ROAD 905, PARIS, TX 75462-3551\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"1537762018\",\"ident\":\"153776-2018\",\"amount\":118808.0,\"lenderLastName\":\"CERTAINTY HOME LOANS LLC\",\"companyCode\":\"133914\",\"date\":\"2018-06-11\",\"loanTypeCode\":\"FHA\",\"deedType\":\"VL\",\"term\":\"361\",\"dueDate\":\"2048-07-01\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-10-09\",\"pubDate\":\"2023-10-09\"}},{\"identifier\":{\"Id\":4632061,\"fips\":\"48339\",\"apn\":\"9452-00-00400\",\"attomId\":4632061},\"lot\":{\"lotNum\":\"D\",\"lotSize1\":1.1339999,\"lotSize2\":49397.0,\"zoningType\":\"Residential\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Montgomery\",\"countyUse1\":\"C1   \",\"munCode\":\"MO\",\"munName\":\"MONTGOMERY\",\"subdName\":\"WALKER FIELD 01\",\"taxCodeArea\":\"CCO,GMO,HM1,JNH\",\"censusTractIdent\":\"693102\",\"censusBlockGroup\":\"2\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"C062\",\"stateFips\":\"48\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"30.295873\",\"longitude\":\"-95.454602\",\"distance\":0.0,\"geoid\":\"CO48339, CS4893655, PL4816432, SB0000119402, SB0000119405, SB0000119414, SB0000119431, ZI77301\",\"geoIdV4\":{\"CO\":\"dbc7881807376197312eebb59498069f\",\"CS\":\"a9c051e2a2673c502ca5b8c56daed9e1\",\"DB\":\"391fe749568f859a33faf33815a8d168\",\"PL\":\"4e7bec47ceea2c11f2d927fd4be37bcf\",\"SB\":\"413fefe5fb1c24a59442eb7cb08220d0, 05d186b697e581f4cde69afaf1fc5582, bb46e3144eaec4e22290db3804a0bf93, 154bb02e756b7867a448af11ce14b0c7\",\"ZI\":\"487f62a258556569cfce2b57b971888e\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Vacant\",\"propSubType\":\"Residential\",\"propType\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":80,\"legal1\":\"WALKER FIELD 01, RES D, ACRES 1.134\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":7,\"sellerName\":\"ORTIZ,MARIA E\",\"saleSearchDate\":\"2018-04-26\",\"saleTransDate\":\"2018-04-20\",\"transactionIdent\":\"787046932\",\"amount\":{\"saleRecDate\":\"2018-04-26\",\"saleDisclosureType\":1,\"saleDocType\":\"DEED\",\"saleDocNum\":\"0000037396\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":49400.0,\"assdTtlValue\":49400.0},\"market\":{\"mktLandValue\":49400.0,\"mktTtlValue\":49400.0},\"tax\":{\"taxAmt\":946.65,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"HERIBERTA N HERNANDEZ\",\"lastName\":\"HERNANDEZ \",\"firstNameAndMi\":\"HERIBERTA N\"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"12 LANCELOT LN, CONROE, TX 77304-2710\"},\"mortgage\":{\"FirstConcurrent\":{\"companyCode\":\"-1\",\"deedType\":\"WD\"},\"SecondConcurrent\":{\"companyCode\":\"-1\"},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-10-24\",\"pubDate\":\"2023-10-24\"}},{\"identifier\":{\"Id\":4803500,\"fips\":\"48021\",\"apn\":\"R34814\",\"attomId\":4803500},\"lot\":{\"lotNum\":\"153\",\"lotSize1\":0.2480028,\"lotSize2\":10803.0,\"zoningType\":\"PUBLIC WORKS\",\"poolType\":\"NO POOL\"},\"area\":{\"blockNum\":\"3\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Bastrop\",\"countyUse1\":\"C3   \",\"munCode\":\"BA\",\"munName\":\"BASTROP\",\"subdName\":\"S7985 - TAHITIAN VILLAGE, UNIT 5\",\"taxCodeArea\":\"ESD2,G01,RD1,S04\",\"censusTractIdent\":\"0\",\"censusBlockGroup\":\"1\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"R006\",\"stateFips\":\"48\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"30.081175\",\"longitude\":\"-97.313464\",\"distance\":0.0,\"geoid\":\"CO48021\",\"geoIdV4\":{\"CO\":\"88c0c2fbc60666aafc1e324b330fb897\",\"CS\":\"62bce7e8224dae2d67af7ac014dc4a2e\",\"DB\":\"b44e02e7093843c0b7b3cc5196c18db8\",\"N2\":\"961f22d853d9bbc141b376f12de00e36\",\"SB\":\"9d770f09d5ba1683031a58839166ec94, c9723125843646b84045781b2671eb5d, cc0728e53728624a8450f6f21073b31c, 9d10b9649305990e5d69c1f91f809650\",\"ZI\":\"0e11b022df6f7bd5bc152421c599e417\"}},\"summary\":{\"propClass\":\"Vacant\",\"propSubType\":\"PUBLIC WORKS\",\"propType\":\"RECREATIONAL ACREAGE\",\"propertyType\":\"RECREATIONAL - VACANT LAND\",\"propLandUse\":\"RECREATIONAL ACREAGE\",\"propIndicator\":80,\"legal1\":\"TAHITIAN VILLAGE, UNIT 5 BLK 3 LOT 153\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":9,\"sellerName\":\"DAVID R GARZA\",\"saleSearchDate\":\"2022-04-28\",\"saleTransDate\":\"2022-04-27\",\"transactionIdent\":\"988835408\",\"amount\":{\"saleRecDate\":\"2022-04-28\",\"saleDisclosureType\":1,\"saleDocNum\":\"0202209071\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":49585.0,\"assdTtlValue\":49585.0},\"market\":{\"mktLandValue\":49585.0,\"mktTtlValue\":49585.0},\"tax\":{\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"CBLAKEY INVESTMENTS LLC\",\"lastName\":\"CBLAKEY INVESTMENTS LLC \",\"trustIndicator\":\"Not a Trust\"},\"owner2\":{\"trustIndicator\":\"Not a Trust\"},\"owner3\":{},\"owner4\":{},\"mailingAddressOneLine\":\"PO BOX 747, BASTROP, TX 78602-0747\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"WD\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"AUSTIN TITLE COMPANY\"}}},\"vintage\":{\"lastModified\":\"2023-11-07\",\"pubDate\":\"2023-11-07\"}},{\"identifier\":{\"Id\":7591236,\"fips\":\"48021\",\"apn\":\"R62348\",\"attomId\":7591236},\"lot\":{\"lotNum\":\"5\",\"lotSize1\":1.05,\"lotSize2\":45738.0,\"zoningType\":\"AGRICULTURE / FARMING\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Bastrop\",\"countyUse1\":\"D1   \",\"munCode\":\"BA\",\"munName\":\"BASTROP\",\"subdName\":\"S6840 - MESA PINTO\",\"subdTractNum\":\"2\",\"taxCodeArea\":\"ESD2,G01,RD1,S03\",\"censusTractIdent\":\"0\",\"censusBlockGroup\":\"2\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\",\"stateFips\":\"48\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"30.055102\",\"longitude\":\"-97.250081\",\"distance\":0.0,\"geoid\":\"CO48021\",\"geoIdV4\":{\"CO\":\"88c0c2fbc60666aafc1e324b330fb897\",\"CS\":\"62bce7e8224dae2d67af7ac014dc4a2e\",\"DB\":\"49169ea3862391501052e6b40d370628\",\"SB\":\"8f0b73f795f53b6c2c348fe03ca7f035, aba68535a94ffbf6dd3d5406032e4f4e, 62579890eff7db13bde831f6c6aaaaac, 9b31f98bae7af4b2736c8d2ed5df2824\",\"ZI\":\"0e11b022df6f7bd5bc152421c599e417\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Agricultural\",\"propSubType\":\"AGRICULTURE / FARMING\",\"propType\":\"FARMS\",\"propertyType\":\"RANGE LAND (GRAZING)\",\"propLandUse\":\"FARMS\",\"propIndicator\":70,\"legal1\":\"MESA PINTO, LOT 5, ACRES 1.05, (TRACT 2)\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":3,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":76.0,\"assdTtlValue\":76.0},\"market\":{\"mktLandValue\":27210.0,\"mktTtlValue\":27210.0},\"tax\":{\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"FARRAR MICHAEL D\",\"lastName\":\"D \",\"firstNameAndMi\":\"FARRAR MICHAEL\"},\"owner2\":{\"fullName\":\"MYRA BETH\",\"lastName\":\"BETH \",\"firstNameAndMi\":\"MYRA \"},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"152 MESA PINTO DR, BASTROP, TX 78602-5695\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-11-07\",\"pubDate\":\"2023-11-07\"}},{\"identifier\":{\"Id\":7938952,\"fips\":\"48367\",\"apn\":\"22884-001-000-00\",\"attomId\":7938952},\"lot\":{\"lotSize1\":6.5,\"lotSize2\":283140.0,\"zoningType\":\"AGRICULTURE / FARMING\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Parker\",\"countyUse1\":\"D1   \",\"munCode\":\"PA\",\"munName\":\"PARKER\",\"taxCodeArea\":\"COL ES6 HOS LTR\",\"censusTractIdent\":\"140602\",\"censusBlockGroup\":\"2\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\",\"stateFips\":\"48\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"32.559246\",\"longitude\":\"-97.722105\",\"distance\":0.0,\"geoid\":\"CO48367\",\"geoIdV4\":{\"CO\":\"a7f642ffc4f6be530f1f2a55daa36c21\",\"CS\":\"1dd54fbb1326035f9f0354f1a7cd0448\",\"DB\":\"012e877054bfb43ed27bc345661f92d9\",\"SB\":\"40cf11cc15b6b8a78e2818bacd5448d9, 9b53ffcc65e0b24c3b54369559f61e6a, 37fff749eb756cb8e2f50f0e6bd3f925\",\"ZI\":\"8a2f257d0723609eabf891282c3c9843\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Agricultural\",\"propSubType\":\"AGRICULTURE / FARMING\",\"propType\":\"AGRICULTURAL LAND\",\"propertyType\":\"AGRICULTURAL/RURAL (GENERAL)\",\"propLandUse\":\"AGRICULTURAL LAND\",\"propIndicator\":70,\"legal1\":\"ACRES: 6.500 ABST: 2884 SURVEY: SPEARS W H TR: BLK: SURV: W H SPEARS\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":1,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdTtlValue\":97500.0},\"market\":{\"mktTtlValue\":97500.0},\"tax\":{\"taxAmt\":6.78,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"EFIRE A TEX LIM PRTNRSHP\",\"lastName\":\"EFIRE A TEX LIM PRTNRSHP \",\"trustIndicator\":\"Not a Trust\"},\"owner2\":{\"trustIndicator\":\"Not a Trust\"},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"4775 NORTH FWY STE 200, FORT WORTH, TX 76106-2302\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2024-01-23\",\"pubDate\":\"2024-01-23\"}}]}', 'success', NULL, '2024-05-13 07:16:13', '2024-05-13 07:16:19'),
(218, 4, 14, 'atom-property-services', 'jobs', '/property/detailmortgage', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detailmortgage?attomid=251177', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"1ddf5624232dfabd22ba5db8b0e4b963\",\"attomId\":251177},\"property\":[{\"identifier\":{\"Id\":251177,\"attomId\":251177,\"fips\":\"48021\",\"apn\":\"R25324\"},\"lot\":{\"lotnum\":\"7\",\"lotsize1\":0.5800046,\"lotsize2\":25265,\"pooltype\":\"NO POOL\"},\"area\":{\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Bastrop\",\"countyuse1\":\"C3   \",\"muncode\":\"BA\",\"munname\":\"BASTROP\",\"subdname\":\"AUSTIN, STEPHEN F\",\"taxcodearea\":\"ESD2,G01,RD1,S04\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"30.151587\",\"longitude\":\"-97.316112\",\"distance\":0.0,\"geoid\":\"CO48021\",\"geoIdV4\":{\"CO\":\"88c0c2fbc60666aafc1e324b330fb897\",\"CS\":\"62bce7e8224dae2d67af7ac014dc4a2e\",\"DB\":\"b44e02e7093843c0b7b3cc5196c18db8\",\"PL\":\"e5e7a6beee5b76cb9e1f818f41486238\",\"SB\":\"cc0728e53728624a8450f6f21073b31c, 7e08434bce8dc69d7190f0b0d7838e55, 9d770f09d5ba1683031a58839166ec94, c9723125843646b84045781b2671eb5d\",\"ZI\":\"0e11b022df6f7bd5bc152421c599e417\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"PUBLIC WORKS\",\"proptype\":\"RECREATIONAL ACREAGE\",\"propertyType\":\"RECREATIONAL - VACANT LAND\",\"propLandUse\":\"RECREATIONAL ACREAGE\",\"propIndicator\":\"80\",\"legal1\":\"A3 AUSTIN, STEPHEN F., ACRES 0.58, (SHADOW OAKS, LOT 7)\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\"}},\"mortgage\":{\"lender\":{\"companycode\":\"-1\"},\"title\":{\"companyname\":\"NONE AVAILABLE\"},\"amount\":0,\"date\":\"\",\"deedtype\":\"SW\",\"duedate\":\"\"},\"vintage\":{\"lastModified\":\"2023-11-07\",\"pubDate\":\"2023-11-07\"}}]}', 'success', NULL, '2024-05-13 07:16:19', '2024-05-13 07:16:19'),
(219, 4, 14, 'atom-property-services', 'jobs', '/allevents/detail', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/detail?id=251177', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"8b9aa173dacacc4b7fe616706fa853bf\",\"attomId\":251177},\"property\":[{\"identifier\":{\"Id\":251177,\"fips\":\"48021\",\"apn\":\"R25324\",\"attomId\":251177},\"lot\":{\"lotnum\":\"7\",\"lotsize1\":0.5800046,\"lotsize2\":25265,\"pooltype\":\"NO POOL\"},\"area\":{\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Bastrop\",\"countyuse1\":\"C3   \",\"muncode\":\"BA\",\"munname\":\"BASTROP\",\"subdname\":\"AUSTIN, STEPHEN F\",\"taxcodearea\":\"ESD2,G01,RD1,S04\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"30.151587\",\"longitude\":\"-97.316112\",\"distance\":0.0,\"geoid\":\"CO48021\",\"geoIdV4\":{\"CO\":\"88c0c2fbc60666aafc1e324b330fb897\",\"CS\":\"62bce7e8224dae2d67af7ac014dc4a2e\",\"DB\":\"b44e02e7093843c0b7b3cc5196c18db8\",\"PL\":\"e5e7a6beee5b76cb9e1f818f41486238\",\"SB\":\"cc0728e53728624a8450f6f21073b31c, 7e08434bce8dc69d7190f0b0d7838e55, 9d770f09d5ba1683031a58839166ec94, c9723125843646b84045781b2671eb5d\",\"ZI\":\"0e11b022df6f7bd5bc152421c599e417\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"PUBLIC WORKS\",\"proptype\":\"RECREATIONAL ACREAGE\",\"propertyType\":\"RECREATIONAL - VACANT LAND\",\"propLandUse\":\"RECREATIONAL ACREAGE\",\"propIndicator\":\"80\",\"legal1\":\"A3 AUSTIN, STEPHEN F., ACRES 0.58, (SHADOW OAKS, LOT 7)\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"vintage\":{\"lastModified\":\"2023-11-07\",\"pubDate\":\"2023-11-07\"},\"avm\":{\"amount\":{\"scr\":0,\"high\":0,\"low\":0},\"AVMChange\":{},\"calculations\":{},\"condition\":{\"avmpoorlow\":0.0,\"avmpoorhigh\":0.0,\"avmgoodlow\":0.0,\"avmgoodhigh\":0.0,\"avmexcellentlow\":0.0,\"avmexcellenthigh\":0.0}},\"sale\":{\"salesearchdate\":\"2011-08-12\",\"saleTransDate\":\"2011-07-20\",\"amount\":{\"salerecdate\":\"2011-08-12\",\"saledisclosuretype\":1,\"saledocnum\":\"002087/271\",\"saletranstype\":\"Resale\"},\"calculation\":{},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"C\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdlandpersizeunit\":2.19,\"assdlandvalue\":55355,\"assdttlvalue\":55355},\"calculations\":{\"calcimprind\":\"ASSESSED VALUE\",\"calclandind\":\"ASSESSED VALUE\",\"calclandpersizeunit\":2.19,\"calclandvalue\":55355,\"calcttlind\":\"ASSESSED VALUE\",\"calcttlvalue\":55355},\"market\":{\"mktlandvalue\":55355,\"mktttlvalue\":55355},\"tax\":{\"taxyear\":2022}}}]}', 'success', NULL, '2024-05-13 07:16:19', '2024-05-13 07:16:20');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(220, 4, 14, 'atom-property-services', 'jobs', '/valuation/rentalavm', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/rentalavm?address1=tests&address2=test', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":10000,\"page\":1,\"pagesize\":10,\"transactionID\":\"4056bd0e4f0f35668abba15169750109\"},\"property\":[{\"identifier\":{\"Id\":251177,\"fips\":\"48021\",\"apn\":\"R25324\",\"attomId\":251177},\"lot\":{\"lotsize1\":0.5800046,\"lotsize2\":25265},\"area\":{\"countrysecsubd\":\"Bastrop\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"30.151587\",\"longitude\":\"-97.316112\",\"distance\":0.0,\"geoid\":\"CO48021\",\"geoIdV4\":{\"CO\":\"88c0c2fbc60666aafc1e324b330fb897\",\"CS\":\"62bce7e8224dae2d67af7ac014dc4a2e\",\"DB\":\"b44e02e7093843c0b7b3cc5196c18db8\",\"PL\":\"e5e7a6beee5b76cb9e1f818f41486238\",\"SB\":\"cc0728e53728624a8450f6f21073b31c, c9723125843646b84045781b2671eb5d, 7e08434bce8dc69d7190f0b0d7838e55, 9d770f09d5ba1683031a58839166ec94\",\"ZI\":\"0e11b022df6f7bd5bc152421c599e417\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"PUBLIC WORKS\",\"proptype\":\"RECREATIONAL ACREAGE\",\"propertyType\":\"RECREATIONAL - VACANT LAND\",\"propLandUse\":\"RECREATIONAL ACREAGE\",\"propIndicator\":\"80\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":55355},\"market\":{\"mktttlvalue\":55355,\"mktlandvalue\":55355}},\"owner\":{\"owner1\":{\"fullname\":\"ODILIA TUCK\",\"lastname\":\"TUCK \",\"firstnameandmi\":\"ODILIA \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"104 PINES PARK DR, SMITHVILLE, TX 78957-5737\"},\"vintage\":{\"lastModified\":\"2023-11-07\",\"pubDate\":\"2023-11-07\"}},{\"identifier\":{\"Id\":484635,\"fips\":\"48121\",\"apn\":\"R335369\",\"attomId\":484635},\"lot\":{\"lotsize1\":12.569,\"lotsize2\":547506},\"area\":{\"countrysecsubd\":\"Denton\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"33.135931\",\"longitude\":\"-96.910694\",\"distance\":0.0,\"geoid\":\"CO48121\",\"geoIdV4\":{\"CO\":\"ed1eff3d7cdbf6521f568b8f0ccf5fd7\",\"CS\":\"00c85b01dbfbb09359f2493883383bf9\",\"DB\":\"8fcf453915f719c2bdf61ae645f74465\",\"N2\":\"5c77c1075ad0975e091cba7f62aecf8c\",\"PL\":\"9d870df17cd1a339c3d411ce222d91a0\",\"SB\":\"77bc21c7705378071a515197aca97d56, 46e1f10c59fc0c6d1f0784de7cd22d7a, 3ee90cfc91d1108370dbfc251372181b\",\"ZI\":\"4b697f3ba6631e396b83e3e7468f84c2\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Commercial\",\"propsubtype\":\"Commercial\",\"proptype\":\"COMMERCIAL (NEC)\",\"propertyType\":\"COMMERCIAL (GENERAL)\",\"propLandUse\":\"COMMERCIAL (NEC)\",\"propIndicator\":\"20\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":94268},\"market\":{\"mktttlvalue\":94268,\"mktlandvalue\":94268}},\"owner\":{\"owner1\":{\"fullname\":\"BEDFORD MP HOLDINGS LLC\",\"lastname\":\"BEDFORD MP HOLDINGS LLC \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"950 E HWY 14, SOUTHLAKE, TX 76092\"},\"vintage\":{\"lastModified\":\"2023-10-23\",\"pubDate\":\"2023-10-23\"}},{\"identifier\":{\"Id\":959197,\"fips\":\"48201\",\"apn\":\"0422330000037\",\"attomId\":959197},\"lot\":{\"lotsize1\":2.452,\"lotsize2\":106809},\"area\":{\"countrysecsubd\":\"Harris\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaZip\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Zip5\",\"latitude\":\"29.796600\",\"longitude\":\"-95.330700\",\"distance\":0.0,\"geoid\":\"CO48201, CS4891835, DB4823640, ND0000569248, ND0000569344, PL4835000, ZI77026\",\"geoIdV4\":{\"CO\":\"3617cb778a484a6657b1114bc86f1b10\",\"CS\":\"157486df4fc388d75da3e3b42edbe45e\",\"DB\":\"01d44127c4835b701f26de36a26376aa\",\"N1\":\"72814642f5f8c859f1c5b27a797b2cb1\",\"N2\":\"e15185450bffbf4c5382384327b5a820\",\"PL\":\"b1a7827793db301210c370f8e9503af2\",\"SB\":\"152233b1a941d10cc98bdaaa5ca3d7ba, 58d742911debb9aedca7b9994d3dd9ec, 7dd0a1ceb0afb585b950417ed275b76c\",\"ZI\":\"5653c39dab35a0a3e686e790b4ca5a5e\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Exempt\",\"propsubtype\":\"PUBLIC WORKS\",\"proptype\":\"PUBLIC (NEC)\",\"propertyType\":\"GOVERNMENTAL / PUBLIC USE (GENERAL)\",\"propLandUse\":\"PUBLIC (NEC)\",\"propIndicator\":\"90\"},\"utilities\":{\"energytype\":\"AVAILABLE\"},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{},\"market\":{}},\"owner\":{\"owner1\":{\"fullname\":\"STATE DEPT HWYS & PUB TRAN\",\"lastname\":\"STATE DEPT HWYS & PUB TRAN \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"O\",\"mailingaddressoneline\":\"PO BOX 1386, HOUSTON, TX 77251-1386\"},\"vintage\":{\"lastModified\":\"2023-10-09\",\"pubDate\":\"2023-10-09\"}},{\"identifier\":{\"Id\":1092778,\"fips\":\"48121\",\"apn\":\"R222220\",\"attomId\":1092778},\"lot\":{\"lotsize1\":0.2022957,\"lotsize2\":8812},\"area\":{\"countrysecsubd\":\"Denton\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"R115\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"33.062136\",\"longitude\":\"-96.856864\",\"distance\":0.0,\"geoid\":\"CO48121, CS4890637, DB4827300, ND0004852690, PL4858016, SB0000122201, SB0000122215, SB0000158816, SB0000158881, ZI75024\",\"geoIdV4\":{\"CO\":\"ed1eff3d7cdbf6521f568b8f0ccf5fd7\",\"CS\":\"ebf0b18fd4bdcd8015122efa7e28b8cf\",\"DB\":\"943ec2ac683aa0cc9b940483090f55c7\",\"N2\":\"0cdcba4ba21bda044f1f1e7639f50830\",\"PL\":\"ee7ffd0479427cf21e1d61c52c853dd8\",\"SB\":\"a8edb3873c4652accde3b5ae86f8550c, 35baf0181551bf68064a67b6de5d5536, a33d07f0e8ad368a8187280983de7571, 395276b403c6a7e14a54f8e298818cee, b87591e2cfabe409de6bf640bb9e1a0d\",\"ZI\":\"2c62fb6661b0cd9ad5d1bdc5153bb8e4\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"propertyType\":\"SINGLE FAMILY RESIDENCE\",\"yearbuilt\":2003,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\"},\"utilities\":{\"coolingtype\":\"CENTRAL\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":3875,\"grosssize\":4381,\"grosssizeadjusted\":3875,\"groundfloorsize\":2501,\"livingsize\":3875,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":3875},\"rooms\":{\"bathstotal\":3.0,\"beds\":4},\"interior\":{\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"parking\":{\"prkgSize\":415,\"prkgType\":\"Garage, Attached\"},\"summary\":{\"levels\":2,\"storyDesc\":\"CONVENTIONAL HOUSE\"}},\"rentalAvm\":{\"estimatedRentalValue\":5146,\"estimatedMinRentalValue\":4185,\"estimatedMaxRentalValue\":6907,\"valuationDate\":\"2024-04-22\"},\"assessment\":{\"assessed\":{\"assdttlvalue\":915053},\"market\":{\"mktttlvalue\":915053,\"mktlandvalue\":220350}},\"owner\":{\"owner1\":{\"fullname\":\"NOT AVAILABLE FROM COUNTY\",\"lastname\":\"NOT AVAILABLE FROM COUNTY \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"\"},\"vintage\":{\"lastModified\":\"2023-10-23\",\"pubDate\":\"2023-10-23\"}},{\"identifier\":{\"Id\":1835993,\"fips\":\"48277\",\"apn\":\"43166\",\"attomId\":1835993},\"lot\":{\"lotsize1\":2.6,\"lotsize2\":113256},\"area\":{\"countrysecsubd\":\"Lamar\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"R003\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"33.583502\",\"longitude\":\"-95.468280\",\"distance\":0.0,\"geoid\":\"CO48277, CS4892970, DB4835740, ZI75462\",\"geoIdV4\":{\"CO\":\"b55230723a1d8cfc52a73427376cef0f\",\"CS\":\"9dd1e030e6047b2cc6a289f18677acde\",\"DB\":\"70d0e4853b93cc5f3ce168fbd1f8bcc1\",\"SB\":\"de4e9fa71e3a395017ebc1c611a9ffc4, 7b382d6e30cb3d7f9fa425718e58ca53, d1d2b12e8b40da51333c72698a8c9d4d, 5456f299b8541bf8ddf676b993f31f2b\",\"ZI\":\"83272842b448cdef07bf1a159f41ae20\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Agricultural\",\"propsubtype\":\"AGRICULTURE / FARMING\",\"proptype\":\"AGRICULTURAL (NEC)\",\"propertyType\":\"MISCELLANEOUS STRUCTURES - RANCH, FARM FIXTURES\",\"yearbuilt\":1998,\"propLandUse\":\"AGRICULTURAL (NEC)\",\"propIndicator\":\"70\"},\"utilities\":{},\"building\":{\"size\":{\"bldgsize\":1340,\"grosssize\":1340,\"grosssizeadjusted\":1340,\"groundfloorsize\":1340,\"livingsize\":1340,\"sizeInd\":\"BUILDING SQFT\",\"universalsize\":1340},\"rooms\":{\"bathstotal\":1.0},\"interior\":{},\"parking\":{\"prkgType\":\"Carport (Unspecified)\"},\"summary\":{\"storyDesc\":\"CONVENTIONAL HOUSE\"}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":98000},\"market\":{\"mktttlvalue\":98000,\"mktlandvalue\":23920}},\"owner\":{\"owner1\":{\"fullname\":\"CHRISTOPHER D RUSSELL\",\"lastname\":\"RUSSELL \",\"firstnameandmi\":\"CHRISTOPHER D\"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"O\",\"mailingaddressoneline\":\"8106 FARM ROAD 905 , PARIS, TX 75462-3556\"},\"vintage\":{\"lastModified\":\"2023-10-09\",\"pubDate\":\"2023-10-09\"}},{\"identifier\":{\"Id\":1835994,\"fips\":\"48277\",\"apn\":\"49393\",\"attomId\":1835994},\"lot\":{\"lotsize1\":2.0,\"lotsize2\":87120},\"area\":{\"countrysecsubd\":\"Lamar\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"R003\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"33.589937\",\"longitude\":\"-95.469321\",\"distance\":0.0,\"geoid\":\"CO48277\",\"geoIdV4\":{\"CO\":\"b55230723a1d8cfc52a73427376cef0f\",\"CS\":\"9dd1e030e6047b2cc6a289f18677acde\",\"DB\":\"70d0e4853b93cc5f3ce168fbd1f8bcc1\",\"SB\":\"5456f299b8541bf8ddf676b993f31f2b, d1d2b12e8b40da51333c72698a8c9d4d, 7b382d6e30cb3d7f9fa425718e58ca53, de4e9fa71e3a395017ebc1c611a9ffc4\",\"ZI\":\"83272842b448cdef07bf1a159f41ae20\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Agricultural\",\"propsubtype\":\"AGRICULTURE / FARMING\",\"proptype\":\"AGRICULTURAL (NEC)\",\"propertyType\":\"MISCELLANEOUS STRUCTURES - RANCH, FARM FIXTURES\",\"yearbuilt\":2007,\"propLandUse\":\"AGRICULTURAL (NEC)\",\"propIndicator\":\"70\"},\"utilities\":{\"coolingtype\":\"CENTRAL\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":1928,\"grosssize\":1928,\"grosssizeadjusted\":1928,\"groundfloorsize\":1544,\"livingsize\":1928,\"sizeInd\":\"BUILDING SQFT\",\"universalsize\":1928},\"rooms\":{\"bathstotal\":2.0},\"interior\":{},\"parking\":{\"prkgType\":\"Carport (Unspecified)\"},\"summary\":{\"levels\":2,\"storyDesc\":\"CONVENTIONAL HOUSE\"}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":158080},\"market\":{\"mktttlvalue\":158080,\"mktlandvalue\":19000}},\"owner\":{\"owner1\":{\"fullname\":\"HENRY CODY\",\"lastname\":\"CODY \",\"firstnameandmi\":\"HENRY \"},\"owner2\":{},\"owner3\":{\"fullname\":\"LINDA PARSONS\",\"lastname\":\"PARSONS \",\"firstnameandmi\":\"LINDA \"},\"owner4\":{},\"absenteeownerstatus\":\"O\",\"mailingaddressoneline\":\"7643 FARM ROAD 905, PARIS, TX 75462-3551\"},\"vintage\":{\"lastModified\":\"2023-10-09\",\"pubDate\":\"2023-10-09\"}},{\"identifier\":{\"Id\":4632061,\"fips\":\"48339\",\"apn\":\"9452-00-00400\",\"attomId\":4632061},\"lot\":{\"lotsize1\":1.134,\"lotsize2\":49397},\"area\":{\"countrysecsubd\":\"Montgomery\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"C062\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"30.295873\",\"longitude\":\"-95.454602\",\"distance\":0.0,\"geoid\":\"CO48339, CS4893655, PL4816432, SB0000119402, SB0000119405, SB0000119414, SB0000119431, ZI77301\",\"geoIdV4\":{\"CO\":\"dbc7881807376197312eebb59498069f\",\"CS\":\"a9c051e2a2673c502ca5b8c56daed9e1\",\"DB\":\"391fe749568f859a33faf33815a8d168\",\"PL\":\"4e7bec47ceea2c11f2d927fd4be37bcf\",\"SB\":\"413fefe5fb1c24a59442eb7cb08220d0, 05d186b697e581f4cde69afaf1fc5582, bb46e3144eaec4e22290db3804a0bf93, 154bb02e756b7867a448af11ce14b0c7\",\"ZI\":\"487f62a258556569cfce2b57b971888e\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":49400},\"market\":{\"mktttlvalue\":49400,\"mktlandvalue\":49400}},\"owner\":{\"owner1\":{\"fullname\":\"HERIBERTA N HERNANDEZ\",\"lastname\":\"HERNANDEZ \",\"firstnameandmi\":\"HERIBERTA N\"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"12 LANCELOT LN, CONROE, TX 77304-2710\"},\"vintage\":{\"lastModified\":\"2023-10-24\",\"pubDate\":\"2023-10-24\"}},{\"identifier\":{\"Id\":4803500,\"fips\":\"48021\",\"apn\":\"R34814\",\"attomId\":4803500},\"lot\":{\"lotsize1\":0.2480028,\"lotsize2\":10803},\"area\":{\"countrysecsubd\":\"Bastrop\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"R006\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"30.081175\",\"longitude\":\"-97.313464\",\"distance\":0.0,\"geoid\":\"CO48021\",\"geoIdV4\":{\"CO\":\"88c0c2fbc60666aafc1e324b330fb897\",\"CS\":\"62bce7e8224dae2d67af7ac014dc4a2e\",\"DB\":\"b44e02e7093843c0b7b3cc5196c18db8\",\"N2\":\"961f22d853d9bbc141b376f12de00e36\",\"SB\":\"9d770f09d5ba1683031a58839166ec94, c9723125843646b84045781b2671eb5d, cc0728e53728624a8450f6f21073b31c, 9d10b9649305990e5d69c1f91f809650\",\"ZI\":\"0e11b022df6f7bd5bc152421c599e417\"}},\"summary\":{\"propclass\":\"Vacant\",\"propsubtype\":\"PUBLIC WORKS\",\"proptype\":\"RECREATIONAL ACREAGE\",\"propertyType\":\"RECREATIONAL - VACANT LAND\",\"propLandUse\":\"RECREATIONAL ACREAGE\",\"propIndicator\":\"80\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":49585},\"market\":{\"mktttlvalue\":49585,\"mktlandvalue\":49585}},\"owner\":{\"owner1\":{\"fullname\":\"CBLAKEY INVESTMENTS LLC\",\"lastname\":\"CBLAKEY INVESTMENTS LLC \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"mailingaddressoneline\":\"PO BOX 747, BASTROP, TX 78602-0747\"},\"vintage\":{\"lastModified\":\"2023-11-07\",\"pubDate\":\"2023-11-07\"}},{\"identifier\":{\"Id\":7591236,\"fips\":\"48021\",\"apn\":\"R62348\",\"attomId\":7591236},\"lot\":{\"lotsize1\":1.05,\"lotsize2\":45738},\"area\":{\"countrysecsubd\":\"Bastrop\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"30.055102\",\"longitude\":\"-97.250081\",\"distance\":0.0,\"geoid\":\"CO48021\",\"geoIdV4\":{\"CO\":\"88c0c2fbc60666aafc1e324b330fb897\",\"CS\":\"62bce7e8224dae2d67af7ac014dc4a2e\",\"DB\":\"49169ea3862391501052e6b40d370628\",\"SB\":\"8f0b73f795f53b6c2c348fe03ca7f035, aba68535a94ffbf6dd3d5406032e4f4e, 62579890eff7db13bde831f6c6aaaaac, 9b31f98bae7af4b2736c8d2ed5df2824\",\"ZI\":\"0e11b022df6f7bd5bc152421c599e417\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Agricultural\",\"propsubtype\":\"AGRICULTURE / FARMING\",\"proptype\":\"FARMS\",\"propertyType\":\"RANGE LAND (GRAZING)\",\"propLandUse\":\"FARMS\",\"propIndicator\":\"70\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":76},\"market\":{\"mktttlvalue\":27210,\"mktlandvalue\":27210}},\"owner\":{\"owner1\":{\"fullname\":\"FARRAR MICHAEL D\",\"lastname\":\"D \",\"firstnameandmi\":\"FARRAR MICHAEL\"},\"owner2\":{\"fullname\":\"MYRA BETH\",\"lastname\":\"BETH \",\"firstnameandmi\":\"MYRA \"},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"152 MESA PINTO DR, BASTROP, TX 78602-5695\"},\"vintage\":{\"lastModified\":\"2023-11-07\",\"pubDate\":\"2023-11-07\"}},{\"identifier\":{\"Id\":7938952,\"fips\":\"48367\",\"apn\":\"22884-001-000-00\",\"attomId\":7938952},\"lot\":{\"lotsize1\":6.5,\"lotsize2\":283140},\"area\":{\"countrysecsubd\":\"Parker\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"32.559246\",\"longitude\":\"-97.722105\",\"distance\":0.0,\"geoid\":\"CO48367\",\"geoIdV4\":{\"CO\":\"a7f642ffc4f6be530f1f2a55daa36c21\",\"CS\":\"1dd54fbb1326035f9f0354f1a7cd0448\",\"DB\":\"012e877054bfb43ed27bc345661f92d9\",\"SB\":\"40cf11cc15b6b8a78e2818bacd5448d9, 9b53ffcc65e0b24c3b54369559f61e6a, 37fff749eb756cb8e2f50f0e6bd3f925\",\"ZI\":\"8a2f257d0723609eabf891282c3c9843\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Agricultural\",\"propsubtype\":\"AGRICULTURE / FARMING\",\"proptype\":\"AGRICULTURAL LAND\",\"propertyType\":\"AGRICULTURAL/RURAL (GENERAL)\",\"propLandUse\":\"AGRICULTURAL LAND\",\"propIndicator\":\"70\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":97500},\"market\":{\"mktttlvalue\":97500}},\"owner\":{\"owner1\":{\"fullname\":\"EFIRE A TEX LIM PRTNRSHP\",\"lastname\":\"EFIRE A TEX LIM PRTNRSHP \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"4775 NORTH FWY STE 200, FORT WORTH, TX 76106-2302\"},\"vintage\":{\"lastModified\":\"2024-01-23\",\"pubDate\":\"2024-01-23\"}}]}', 'success', NULL, '2024-05-13 07:16:20', '2024-05-13 07:16:24');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(221, 5, 15, 'atom-property-services', 'jobs', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Alaska&address2=Alasks', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":10000,\"page\":1,\"pagesize\":10,\"transactionID\":\"cc9cdb95403565e707db75633d64c38b\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":27489600,\"fips\":\"02020\",\"apn\":\"004-082-05-000\",\"attomId\":27489600},\"lot\":{\"lotNum\":\"11\",\"lotSize1\":0.5165289,\"lotSize2\":22500.0,\"zoningType\":\"Commercial\",\"siteZoningIdent\":\"I1 LIGHT INDUSTRIAL\",\"poolType\":\"NO POOL\"},\"area\":{\"blockNum\":\"7\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Anchorage\",\"countyUse1\":\"339-C\",\"munCode\":\"AN\",\"munName\":\"ANCHORAGE\",\"subdName\":\"ALASKA INDUSTRIAL\",\"taxCodeArea\":\"1\",\"censusTractIdent\":\"901\",\"censusBlockGroup\":\"2\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"C044\",\"stateFips\":\"02\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.220407\",\"longitude\":\"-149.821488\",\"distance\":0.0,\"geoid\":\"CO02020, CS0203050, DB0200180, ND0000281249, PL0203000, SB0000065442, SB0000065452, SB0000065489, ZI99501\",\"geoIdV4\":{\"CO\":\"a593655c66bd715b32d1a9cc5e2eb33b\",\"CS\":\"6b6f2cbc05bad3858cad6f585700ce31\",\"DB\":\"e1f8e693e827aeaddc9ea2e6d6f53d81\",\"N2\":\"b6e319de42ce733bc8ece056227072f5\",\"PL\":\"c127a45071c86bbb01402cba330a303a\",\"SB\":\"42ee5db10d89ba3bd194161fdf8d4bac, 987c7d20c481928cca6c8e29d5fa5979, 52f551615024cad056becddf3c69db93\",\"ZI\":\"6ba73eff04b79f272dfa532fe99bbc39\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Parking\",\"propSubType\":\"Commercial\",\"propType\":\"PARKING LOT\",\"propertyType\":\"PARKING LOT\",\"yearBuilt\":1959,\"propLandUse\":\"PARKING LOT\",\"propIndicator\":31,\"legal1\":\"ALASKA INDUSTRIAL BLK 7 LT 11\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"coolingType\":\"NONE\",\"sewerType\":\"MUNICIPAL\"},\"sale\":{\"sequenceSaleHistory\":8,\"sellerName\":\"COMBS,ROBERT K & BEATRICE E\",\"saleSearchDate\":\"2008-06-30\",\"saleTransDate\":\"2008-06-26\",\"transactionIdent\":\"241270426\",\"amount\":{\"saleRecDate\":\"2008-06-30\",\"saleDisclosureType\":1,\"saleDocType\":\"DEED\",\"saleDocNum\":\"0000038208\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":11874.0,\"grossSize\":11874.0,\"grossSizeAdjusted\":11874.0,\"livingSize\":11874.0,\"sizeInd\":\"BUILDING SQFT\",\"universalSize\":11874.0},\"rooms\":{},\"interior\":{},\"construction\":{\"condition\":\"AVERAGE\",\"wallType\":\"CONCRETE BLOCK\"},\"parking\":{},\"summary\":{\"storyDesc\":\"COMMERCIAL\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":3200.0,\"assdLandValue\":429000.0,\"assdTtlValue\":432200.0},\"market\":{\"mktImprValue\":3200.0,\"mktLandValue\":429000.0,\"mktTtlValue\":432200.0},\"tax\":{\"taxAmt\":7360.37,\"taxPerSizeUnit\":0.62,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"ALASKA SPECIAL OLYMPICS INC\",\"lastName\":\"ALASKA SPECIAL OLYMPICS INC \",\"trustIndicator\":\"Not a Trust\"},\"owner2\":{\"trustIndicator\":\"Not a Trust\"},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"3200 MOUNTAIN VIEW DR, ANCHORAGE, AK 99501-3109\"},\"mortgage\":{\"FirstConcurrent\":{\"deedType\":\"WD\"},\"SecondConcurrent\":{},\"title\":{\"companyName\":\"PACIFIC NORTHWEST TITLE INS\",\"companyCode\":\"1085\"}}},\"vintage\":{\"lastModified\":\"2023-11-02\",\"pubDate\":\"2023-11-02\"}},{\"identifier\":{\"Id\":27585954,\"fips\":\"02170\",\"apn\":\"6237000T00C\",\"multiApn\":\"MULTIPLE PARCELS CONVEYED, UNKNOWN IMPACT TO APN\",\"attomId\":27585954},\"lot\":{\"lotSize1\":1.55,\"lotSize2\":67518.0,\"zoningType\":\"Residential\",\"siteZoningIdent\":\"34\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Matanuska-Susitna\",\"countyUse1\":\"1100 \",\"munCode\":\"MA\",\"munName\":\"MATANUSKA-SUSITNA\",\"srvyRange\":\"04W\",\"srvySection\":\"26\",\"srvyTownship\":\"17N\",\"subdName\":\"SUB OF 17N04W26 L/21\",\"subdTractNum\":\"C\",\"taxCodeArea\":\"34\",\"censusTractIdent\":\"502\",\"censusBlockGroup\":\"2\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"H007\",\"stateFips\":\"02\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.531043\",\"longitude\":\"-149.950116\",\"distance\":0.0,\"geoid\":\"CO02170, CS0247440, DB0200510, PL0258660, SB0000065591, SB0000065592, SB0000065602, SB0000143586, SB0000145332, ZI99645\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"DB\":\"887d685ca12aaa7d22d7892149436ae7\",\"PL\":\"b7612dd15f41686d3b22b81d28e92ae9\",\"SB\":\"c3b16b468a9a5a59d64041b51b12e216, cd70b90319842886c52e85fc90173df5, dd6690ac0199f5830f3702e566593c05, d2ab7e612243d20e9d42e557674d227c\",\"ZI\":\"a1c5177ea37391e59ef0054c9da87ae0\"}},\"summary\":{\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"propertyType\":\"SINGLE FAMILY RESIDENCE\",\"yearBuilt\":1960,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"SUB OF 17N04W26 L/21 TRACT C\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingFuel\":\"OIL\",\"heatingType\":\"OIL\",\"sewerType\":\"SEPTIC\"},\"sale\":{\"sequenceSaleHistory\":9,\"sellerName\":\"GOCHANOUR & HUNT FAM TRUST\",\"saleSearchDate\":\"2008-07-29\",\"saleTransDate\":\"2008-07-24\",\"transactionIdent\":\"421560543\",\"amount\":{\"saleAmt\":350000.0,\"saleRecDate\":\"2008-07-29\",\"saleDisclosureType\":1,\"saleDocType\":\"DEED\",\"saleDocNum\":\"0000017150\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerSizeUnit\":107.66}},\"building\":{\"size\":{\"bldgSize\":3251.0,\"grossSize\":2082.0,\"grossSizeAdjusted\":3251.0,\"groundFloorSize\":2082.0,\"livingSize\":3251.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":3251.0},\"rooms\":{},\"interior\":{},\"construction\":{\"condition\":\"ABOVE AVERAGE\",\"constructionType\":\"WOOD FRAME\",\"frameType\":\"WOOD\",\"propertyStructureMajorImprovementsYear\":\"1980\"},\"parking\":{\"prkgSize\":1536.0,\"prkgSpaces\":\"6\"},\"summary\":{\"storyDesc\":\"MISCELLANEOUS\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":356500.0,\"assdLandValue\":125500.0,\"assdTtlValue\":482000.0},\"market\":{\"mktImprValue\":356500.0,\"mktLandValue\":125500.0,\"mktTtlValue\":482000.0},\"tax\":{\"taxAmt\":5422.01,\"taxPerSizeUnit\":1.67,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":73,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"ACHER,JAMES LIVING TRUST\",\"lastName\":\"ACHER,JAMES LIVING TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{},\"owner4\":{},\"mailingAddressOneLine\":\"PO BOX 520670, BIG LAKE, AK 99652-0670\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"17151\",\"amount\":280000.0,\"lenderLastName\":\"FIRST NATIONAL BANK ALASKA\",\"companyCode\":\"11221\",\"date\":\"2008-07-29\",\"deedType\":\"WD\"},\"SecondConcurrent\":{\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"MAT-SU TITLE\",\"companyCode\":\"2754\"}}},\"vintage\":{\"lastModified\":\"2023-08-15\",\"pubDate\":\"2023-08-15\"}},{\"identifier\":{\"Id\":27595570,\"fips\":\"02170\",\"apn\":\"6534B04L011\",\"multiApn\":\"MULTIPLE PARCELS CONVEYED, UNKNOWN IMPACT TO APN\",\"attomId\":27595570},\"lot\":{\"lotNum\":\"11\",\"lotSize1\":1.03,\"lotSize2\":44867.0,\"zoningType\":\"VACANT LAND\",\"siteZoningIdent\":\"26\",\"poolType\":\"NO POOL\"},\"area\":{\"blockNum\":\"4\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Matanuska-Susitna\",\"munCode\":\"MA\",\"munName\":\"MATANUSKA-SUSITNA\",\"srvyRange\":\"02E\",\"srvySection\":\"15\",\"srvyTownship\":\"18N\",\"subdName\":\"HAMACK\",\"taxCodeArea\":\"26\",\"censusTractIdent\":\"1300\",\"censusBlockGroup\":\"4\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"H004\",\"stateFips\":\"02\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.646932\",\"longitude\":\"-149.061098\",\"distance\":0.0,\"geoid\":\"CO02170, CS0247440, DB0200510, PL0243260, RS0000431703, SB0000065591, SB0000065602, SB0000065613, SB0000143586, ZI99645\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"DB\":\"887d685ca12aaa7d22d7892149436ae7\",\"N4\":\"1bfcdb235b17f7e0508a5fdf622d8ae2\",\"PL\":\"966a7233034fe63bd440cbe9f20d8365\",\"SB\":\"ecdf7cc9588c550761efaa1de79184cc, 32c5016afa0319134c5bc82d5eebbf15, dd6690ac0199f5830f3702e566593c05, f2dbfe98af4257147993f2711030a812\",\"ZI\":\"274e6867fec97f43b7e3165c3112c24c\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propSubType\":\"VACANT LAND\",\"propType\":\"Vacant Land - Unspecified\",\"propertyType\":\"Vacant Land - Unspecified Improvement\",\"propLandUse\":\"Vacant Land - Unspecified\",\"legal1\":\"HAMACK BLOCK 4 LOT 11\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":10,\"sellerName\":\"RIDGE,STEVEN L & GEORGIA\",\"saleSearchDate\":\"2013-12-04\",\"saleTransDate\":\"2013-11-14\",\"transactionIdent\":\"379102426\",\"amount\":{\"saleAmt\":75000.0,\"saleRecDate\":\"2013-12-04\",\"saleDisclosureType\":1,\"saleDocType\":\"DEED\",\"saleDocNum\":\"0000026031\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":9000.0,\"assdTtlValue\":9000.0},\"market\":{\"mktLandValue\":9000.0,\"mktTtlValue\":9000.0},\"tax\":{\"taxAmt\":108.28,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"delinquentyear\":2018,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"GREG SIZEMORE\",\"lastName\":\"SIZEMORE \",\"firstNameAndMi\":\"GREG \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"11791 QUAIL RD, LONGMONT, CO 80501-8958\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"26032\",\"amount\":60000.0,\"lenderFirstName\":\"STEVEN L & GEORGIA\",\"lenderLastName\":\"RIDGE\",\"companyCode\":\"-1\",\"date\":\"2013-12-04\",\"deedType\":\"WD\"},\"SecondConcurrent\":{\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"MAT-SU TITLE\",\"companyCode\":\"2754\"}}},\"vintage\":{\"lastModified\":\"2023-08-15\",\"pubDate\":\"2023-08-15\"}},{\"identifier\":{\"Id\":30050253,\"fips\":\"02170\",\"apn\":\"6088B01L004\",\"multiApn\":\"MULTIPLE PARCELS CONVEYED, UNKNOWN IMPACT TO APN\",\"attomId\":30050253},\"lot\":{\"lotNum\":\"4\",\"lotSize1\":1.02,\"lotSize2\":44431.0,\"zoningType\":\"VACANT LAND\",\"siteZoningIdent\":\"4\",\"poolType\":\"NO POOL\"},\"area\":{\"blockNum\":\"1\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Matanuska-Susitna\",\"munCode\":\"MA\",\"munName\":\"MATANUSKA-SUSITNA\",\"srvyRange\":\"01E\",\"srvySection\":\"10\",\"srvyTownship\":\"17N\",\"subdName\":\"COTTRELL PK\",\"taxCodeArea\":\"4\",\"censusTractIdent\":\"0\",\"censusBlockGroup\":\"1\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"H001\",\"stateFips\":\"02\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.577422\",\"longitude\":\"-149.251754\",\"distance\":0.0,\"geoid\":\"CO02170, CS0247440, DB0200510, PL0228200, SB0000065605, SB0000065608, SB0000065609, SB0000143586, ZI99645\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"DB\":\"887d685ca12aaa7d22d7892149436ae7\",\"PL\":\"53bb84848cc1c10dc1e48bb9b2aa5992\",\"SB\":\"89b481cb1e4351fa9cb6f6df07310976, c2b7c6610ea911e9d0606b22bf247100, dd6690ac0199f5830f3702e566593c05, c903d78a39275798a30c5c575cf1b212\",\"ZI\":\"274e6867fec97f43b7e3165c3112c24c\"}},\"summary\":{\"propSubType\":\"VACANT LAND\",\"propType\":\"Vacant Land - Unspecified\",\"propertyType\":\"Vacant Land - Unspecified Improvement\",\"propLandUse\":\"Vacant Land - Unspecified\",\"legal1\":\"COTTRELL PK BLOCK 1 LOT 4\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":5,\"sellerName\":\"PYRAH,LUCAS F & JILL E\",\"saleSearchDate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-05\",\"transactionIdent\":\"421453378\",\"amount\":{\"saleRecDate\":\"2007-03-21\",\"saleDisclosureType\":1,\"saleDocType\":\"DEED\",\"saleDocNum\":\"0000006560\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":35000.0,\"assdTtlValue\":35000.0},\"market\":{\"mktLandValue\":35000.0,\"mktTtlValue\":35000.0},\"tax\":{\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"STATE OF ALASKA DEPT & TRANSPORTATI\",\"lastName\":\"STATE OF ALASKA DEPT & TRANSPORTATI \",\"trustIndicator\":\"Not a Trust\"},\"owner2\":{\"trustIndicator\":\"Not a Trust\"},\"owner3\":{},\"owner4\":{},\"mailingAddressOneLine\":\"PO BOX 196900, ANCHORAGE, AK 99519-6900\"},\"mortgage\":{\"FirstConcurrent\":{\"deedType\":\"WD\"},\"SecondConcurrent\":{},\"title\":{\"companyName\":\"FIRST AMERICAN TITLE INSURANCE\",\"companyCode\":\"7\"}}},\"vintage\":{\"lastModified\":\"2023-08-15\",\"pubDate\":\"2023-08-15\"}},{\"identifier\":{\"Id\":30068431,\"fips\":\"02170\",\"apn\":\"2532000L006\",\"attomId\":30068431},\"lot\":{\"lotNum\":\"6\",\"lotSize1\":1.25,\"lotSize2\":54450.0,\"zoningType\":\"VACANT LAND\",\"siteZoningIdent\":\"8\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Matanuska-Susitna\",\"munCode\":\"MA\",\"munName\":\"MATANUSKA-SUSITNA\",\"srvyRange\":\"01W\",\"srvySection\":\"23\",\"srvyTownship\":\"17N\",\"subdName\":\"LOG HOMES\",\"taxCodeArea\":\"8\",\"censusTractIdent\":\"601\",\"censusBlockGroup\":\"1\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"C017\",\"stateFips\":\"02\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.555612\",\"longitude\":\"-149.402183\",\"distance\":0.0,\"geoid\":\"CO02170, CS0247440, DB0200510, PL0240645, SB0000065594, SB0000065595, SB0000065603, SB0000143586, ZI99654\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"DB\":\"887d685ca12aaa7d22d7892149436ae7\",\"PL\":\"5142ab45f75982fcfb5fc02a4a92ced4\",\"SB\":\"fa8f4522535f1325d707616921215e59, 73d227bc73d23fe7ccae33762b4a498f, 8405bd9489c68921796675c6e03cf241, dd6690ac0199f5830f3702e566593c05\",\"ZI\":\"aa1cdd5991ebe943319e9cb4a6e14576\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propSubType\":\"VACANT LAND\",\"propType\":\"Vacant Land - Unspecified\",\"propertyType\":\"Vacant Land - Unspecified Improvement\",\"propLandUse\":\"Vacant Land - Unspecified\",\"legal1\":\"LOG HOMES LOT 6\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":3,\"sellerName\":\"RUSSERT,LAWRENCE J\",\"saleSearchDate\":\"2006-03-23\",\"saleTransDate\":\"2006-03-17\",\"transactionIdent\":\"431339057\",\"amount\":{\"saleRecDate\":\"2006-03-23\",\"saleDisclosureType\":1,\"saleDocType\":\"DEED\",\"saleDocNum\":\"0000007247\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":37000.0,\"assdTtlValue\":37000.0},\"market\":{\"mktLandValue\":37000.0,\"mktTtlValue\":37000.0},\"tax\":{\"taxAmt\":450.77,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"delinquentyear\":2018,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"AARON E MALONE\",\"lastName\":\"MALONE \",\"firstNameAndMi\":\"AARON E\"},\"owner2\":{\"fullName\":\"LYNDA M MALONE\",\"lastName\":\"MALONE \",\"firstNameAndMi\":\"LYNDA M\"},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"1800 E FAIRVIEW LOOP APT 3, WASILLA, AK 99654-0463\"},\"mortgage\":{\"FirstConcurrent\":{\"deedType\":\"GD\"},\"SecondConcurrent\":{},\"title\":{\"companyName\":\"MAT-SU TITLE\",\"companyCode\":\"2754\"}}},\"vintage\":{\"lastModified\":\"2023-08-15\",\"pubDate\":\"2023-08-15\"}},{\"identifier\":{\"Id\":30112076,\"fips\":\"02020\",\"apn\":\"016-121-01-000\",\"multiApn\":\"MULTIPLE PARCELS CONVEYED, UNKNOWN IMPACT TO APN\",\"attomId\":30112076},\"lot\":{\"lotNum\":\"10\",\"lotSize1\":0.5061754,\"lotSize2\":22049.0,\"zoningType\":\"Commercial\",\"siteZoningIdent\":\"B3 GENERAL BUSINESS\",\"poolType\":\"NO POOL\"},\"area\":{\"blockNum\":\"5\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Anchorage\",\"countyUse1\":\"300-C\",\"munCode\":\"AN\",\"munName\":\"ANCHORAGE\",\"subdName\":\"TURNAGAIN\",\"taxCodeArea\":\"3\",\"censusTractIdent\":\"2712\",\"censusBlockGroup\":\"4\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"stateFips\":\"02\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.119316\",\"longitude\":\"-149.863145\",\"distance\":0.0,\"geoid\":\"CO02020, CS0203050, DB0200180, ND0004856464, PL0203000, SB0000065498, SB0000065499, SB0000065502, ZI99515\",\"geoIdV4\":{\"CO\":\"a593655c66bd715b32d1a9cc5e2eb33b\",\"CS\":\"6b6f2cbc05bad3858cad6f585700ce31\",\"DB\":\"e1f8e693e827aeaddc9ea2e6d6f53d81\",\"N2\":\"c4875814c360518c7d120b300df44517\",\"PL\":\"c127a45071c86bbb01402cba330a303a\",\"SB\":\"34dd1520a4c6aec0312ec0ba9dfbd84e, 3f0c0418ed01077a98cd2ca44f1141cd, 90c85ab1cb70ffb127051f1f9a70be0e\",\"ZI\":\"d0ba7f8806634485abc8b6a558e70557\"}},\"summary\":{\"propClass\":\"Vacant\",\"propSubType\":\"Commercial\",\"propType\":\"COMMERCIAL ACREAGE\",\"propertyType\":\"VACANT COMMERCIAL\",\"propLandUse\":\"COMMERCIAL ACREAGE\",\"propIndicator\":80,\"legal1\":\"TURNAGAIN BLK 5 LT 10\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{\"heatingType\":\"FLOOR/WALL FURNACE\"},\"sale\":{\"sequenceSaleHistory\":4,\"sellerName\":\"HALL,ERNEST & REGINA\",\"saleSearchDate\":\"2006-09-05\",\"saleTransDate\":\"2006-07-25\",\"transactionIdent\":\"201319335\",\"amount\":{\"saleRecDate\":\"2006-09-05\",\"saleDisclosureType\":1,\"saleDocType\":\"DEED\",\"saleDocNum\":\"0000060231\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":450500.0,\"assdTtlValue\":450500.0},\"market\":{\"mktLandValue\":450500.0,\"mktTtlValue\":450500.0},\"tax\":{\"taxAmt\":7672.02,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"STATE OF ALASKA DEPT/TRANSPORTATI\",\"lastName\":\"STATE OF ALASKA DEPT/TRANSPORTATI \",\"trustIndicator\":\"Not a Trust\"},\"owner2\":{\"trustIndicator\":\"Not a Trust\"},\"owner3\":{},\"owner4\":{},\"mailingAddressOneLine\":\"PO BOX 196900, ANCHORAGE, AK 99519-6900\"},\"mortgage\":{\"FirstConcurrent\":{\"deedType\":\"WD\"},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-11-02\",\"pubDate\":\"2023-11-02\"}},{\"identifier\":{\"Id\":30172704,\"fips\":\"02170\",\"apn\":\"2388000T00A\",\"attomId\":30172704},\"lot\":{\"lotSize1\":13.24,\"lotSize2\":576734.0,\"zoningType\":\"VACANT LAND\",\"siteZoningIdent\":\"35\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Matanuska-Susitna\",\"munCode\":\"MA\",\"munName\":\"MATANUSKA-SUSITNA\",\"srvyRange\":\"01W\",\"srvySection\":\"03\",\"srvyTownship\":\"17N\",\"subdName\":\"PJC\",\"taxCodeArea\":\"35\",\"censusTractIdent\":\"800\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"C006\",\"stateFips\":\"02\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.590473\",\"longitude\":\"-149.436973\",\"distance\":0.0,\"geoid\":\"CO02170\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"PL\":\"29a082f77a6768bb338f69b3f6c2370f\",\"ZI\":\"aa1cdd5991ebe943319e9cb4a6e14576\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Vacant\",\"propSubType\":\"VACANT LAND\",\"propType\":\"VACANT LAND (NEC)\",\"propertyType\":\"VACANT LAND (MISC)\",\"yearBuilt\":1994,\"propLandUse\":\"VACANT LAND (NEC)\",\"propIndicator\":80,\"legal1\":\"PJC TRACT A\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":1,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":3136.0,\"grossSize\":4352.0,\"grossSizeAdjusted\":3136.0,\"groundFloorSize\":3136.0,\"livingSize\":3136.0,\"sizeInd\":\"BUILDING SQFT\",\"universalSize\":3136.0},\"rooms\":{},\"interior\":{},\"construction\":{\"constructionType\":\"WOOD FRAME\",\"frameType\":\"WOOD\"},\"parking\":{},\"summary\":{\"storyDesc\":\"CONVENTIONAL HOUSE\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":720900.0,\"assdTtlValue\":720900.0},\"market\":{},\"tax\":{\"taxYear\":2013.0,\"exemption\":{},\"exemptiontype\":{\"Additional\":\"Y\"}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"MATANUSKASUSITNA BOROUGH\",\"lastName\":\"BOROUGH \",\"firstNameAndMi\":\"MATANUSKASUSITNA \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"350 E DAHLIA AVE, PALMER, AK 99645-6411\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2024-05-01\",\"pubDate\":\"2024-05-01\"}},{\"identifier\":{\"Id\":30179553,\"fips\":\"02170\",\"apn\":\"6764000T00A-1\",\"multiApn\":\"MULTIPLE PARCELS CONVEYED, UNKNOWN IMPACT TO APN\",\"attomId\":30179553},\"lot\":{\"lotSize1\":7.8499999,\"lotSize2\":341946.0,\"zoningType\":\"PUBLIC WORKS\",\"siteZoningIdent\":\"3\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Matanuska-Susitna\",\"countyUse1\":\"4830 \",\"munCode\":\"MA\",\"munName\":\"MATANUSKA-SUSITNA\",\"srvyRange\":\"02E\",\"srvySection\":\"16\",\"srvyTownship\":\"17N\",\"subdName\":\"RIVER BEND ADD NO 1\",\"subdTractNum\":\"A-1\",\"taxCodeArea\":\"3\",\"censusTractIdent\":\"1201\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"H007\",\"stateFips\":\"02\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.565943\",\"longitude\":\"-149.099364\",\"distance\":0.0,\"geoid\":\"CO02170, CS0247440, DB0200510, RS0000379094, SB0000065591, SB0000065592, SB0000065602, SB0000143586, SB0000145332, ZI99645\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"DB\":\"887d685ca12aaa7d22d7892149436ae7\",\"SB\":\"ecdf7cc9588c550761efaa1de79184cc, 32c5016afa0319134c5bc82d5eebbf15, 83a88f4d475bda03387cce1fc47abefa, dd6690ac0199f5830f3702e566593c05, 0cb8a8bfc8c1d9cb1ae20f639ffeca7d\",\"ZI\":\"274e6867fec97f43b7e3165c3112c24c\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Utilities\",\"propSubType\":\"PUBLIC WORKS\",\"propType\":\"UTILITIES\",\"propertyType\":\"PUBLIC UTILITY (ELECTRIC, WATER, GAS, ETC.)\",\"yearBuilt\":2005,\"propLandUse\":\"UTILITIES\",\"propIndicator\":54,\"legal1\":\"RIVER BEND ADDN NO 1 TRACT A-1\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":7,\"sellerName\":\"HALL,JESS\",\"saleSearchDate\":\"2007-09-28\",\"saleTransDate\":\"2007-09-28\",\"transactionIdent\":\"421556607\",\"amount\":{\"saleRecDate\":\"2007-09-28\",\"saleDisclosureType\":1,\"saleDocType\":\"DEED\",\"saleDocNum\":\"0000025246\",\"saleTransType\":\"Construction Loan/Financing\"},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{\"condition\":\"ABOVE AVERAGE\",\"constructionType\":\"WOOD FRAME\",\"frameType\":\"WOOD\"},\"parking\":{},\"summary\":{\"storyDesc\":\"MISCELLANEOUS\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{},\"market\":{},\"tax\":{\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{\"Additional\":\"Y\"}},\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"RIVER BEND HOMEOWNERS ASSN INC\",\"lastName\":\"RIVER BEND HOMEOWNERS ASSN INC \",\"trustIndicator\":\"Not a Trust\"},\"owner2\":{\"trustIndicator\":\"Not a Trust\"},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\", PALMER, AK 99645\"},\"mortgage\":{\"FirstConcurrent\":{\"trustDeedDocumentNumber\":\"25247\",\"amount\":709800.0,\"lenderLastName\":\"NORTHRIM BANK\",\"companyCode\":\"20995\",\"date\":\"2007-09-28\",\"loanTypeCode\":\"CON\",\"deedType\":\"WD\",\"interestRateType\":\"ADJUSTABLE RATE\"},\"SecondConcurrent\":{\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"MCKINLEY TITLE\",\"companyCode\":\"2760\"}}},\"vintage\":{\"lastModified\":\"2023-08-15\",\"pubDate\":\"2023-08-15\"}},{\"identifier\":{\"Id\":30363409,\"fips\":\"02170\",\"apn\":\"9013000U00MB\",\"attomId\":30363409},\"lot\":{\"lotSize1\":0.0300046,\"lotSize2\":1307.0,\"zoningType\":\"Commercial\",\"siteZoningIdent\":\"12\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Matanuska-Susitna\",\"countyUse1\":\"6511 \",\"munCode\":\"MA\",\"munName\":\"MATANUSKA-SUSITNA\",\"srvyRange\":\"02E\",\"srvySection\":\"33\",\"srvyTownship\":\"18N\",\"subdName\":\"DENALI SQ OFFICE CONDOS PH II\",\"taxCodeArea\":\"12\",\"censusTractIdent\":\"0\",\"censusBlockGroup\":\"2\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"C001\",\"stateFips\":\"02\",\"unitNumberIdent\":\"MB\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.600704\",\"longitude\":\"-149.106422\",\"distance\":0.0,\"geoid\":\"CO02170, CS0247440, DB0200510, PL0258660, SB0000065591, SB0000065592, SB0000065602, SB0000143586, SB0000145332, ZI99645\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"DB\":\"887d685ca12aaa7d22d7892149436ae7\",\"PL\":\"91f43225671fcfde1b1ebdda32c3f9c2\",\"SB\":\"dd6690ac0199f5830f3702e566593c05, 0cb8a8bfc8c1d9cb1ae20f639ffeca7d, 83a88f4d475bda03387cce1fc47abefa, ecdf7cc9588c550761efaa1de79184cc, 32c5016afa0319134c5bc82d5eebbf15\",\"ZI\":\"274e6867fec97f43b7e3165c3112c24c\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Hospital (medical complex, clinic)\",\"propSubType\":\"Commercial\",\"propType\":\"MEDICAL BUILDING\",\"propertyType\":\"MEDICAL BUILDING\",\"yearBuilt\":1985,\"propLandUse\":\"MEDICAL BUILDING\",\"propIndicator\":30,\"legal1\":\"DENALI SQ OFFICE CONDOS PH II UNIT MB\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":2,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{\"propertyStructureMajorImprovementsYear\":\"1996\"},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":150600.0,\"assdLandValue\":9600.0,\"assdTtlValue\":160200.0},\"market\":{\"mktImprValue\":150600.0,\"mktLandValue\":9600.0,\"mktTtlValue\":160200.0},\"tax\":{\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":94,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"MATSU HEALTH SERVICES INC\",\"lastName\":\"MATSU HEALTH SERVICES INC \",\"trustIndicator\":\"Not a Trust\"},\"owner2\":{\"trustIndicator\":\"Not a Trust\"},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"1363 W SPRUCE AVE, WASILLA, AK 99654-5327\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-08-15\",\"pubDate\":\"2023-08-15\"}},{\"identifier\":{\"Id\":30380614,\"fips\":\"02170\",\"apn\":\"1577B03L010\",\"attomId\":30380614},\"lot\":{\"lotNum\":\"10\",\"lotSize1\":0.9600092,\"lotSize2\":41818.0,\"zoningType\":\"VACANT LAND\",\"siteZoningIdent\":\"4\",\"poolType\":\"NO POOL\"},\"area\":{\"blockNum\":\"3\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Matanuska-Susitna\",\"munCode\":\"MA\",\"munName\":\"MATANUSKA-SUSITNA\",\"srvyRange\":\"01E\",\"srvySection\":\"10\",\"srvyTownship\":\"17N\",\"subdName\":\"CAMPUS BY COTTRELL RSB T/A\",\"subdTractNum\":\"A\",\"taxCodeArea\":\"4\",\"censusTractIdent\":\"1100\",\"censusBlockGroup\":\"1\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"H001\",\"stateFips\":\"02\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.574360\",\"longitude\":\"-149.243657\",\"distance\":0.0,\"geoid\":\"CO02170, CS0247440, DB0200510, PL0228200, SB0000065605, SB0000065608, SB0000065609, SB0000143586, ZI99645\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"DB\":\"887d685ca12aaa7d22d7892149436ae7\",\"PL\":\"53bb84848cc1c10dc1e48bb9b2aa5992\",\"SB\":\"c903d78a39275798a30c5c575cf1b212, dd6690ac0199f5830f3702e566593c05, c2b7c6610ea911e9d0606b22bf247100, 89b481cb1e4351fa9cb6f6df07310976\",\"ZI\":\"274e6867fec97f43b7e3165c3112c24c\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propSubType\":\"VACANT LAND\",\"propType\":\"Vacant Land - Unspecified\",\"propertyType\":\"Vacant Land - Unspecified Improvement\",\"propLandUse\":\"Vacant Land - Unspecified\",\"legal1\":\"CAMPUS BY COTTRELL RSB T/A BLOCK 3 LOT 10\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":6,\"sellerName\":\"BENNETT JEAN E TRUST\",\"saleSearchDate\":\"2007-05-15\",\"saleTransDate\":\"2007-05-12\",\"transactionIdent\":\"421483865\",\"amount\":{\"saleRecDate\":\"2007-05-15\",\"saleDisclosureType\":1,\"saleDocType\":\"DEED\",\"saleDocNum\":\"0000011735\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":36000.0,\"assdTtlValue\":36000.0},\"market\":{\"mktLandValue\":36000.0,\"mktTtlValue\":36000.0},\"tax\":{\"taxAmt\":432.9,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"CAMERON J BLETH\",\"lastName\":\"BLETH \",\"firstNameAndMi\":\"CAMERON J\"},\"owner2\":{\"fullName\":\"CAMERON JENNIFER L BLETH\",\"lastName\":\"BLETH \",\"firstNameAndMi\":\"CAMERON JENNIFER L\"},\"owner3\":{\"fullName\":\"DAVID M CHAMBERS\",\"lastName\":\"CHAMBERS \",\"firstNameAndMi\":\"DAVID M\"},\"owner4\":{\"fullName\":\"PEGGY J CHAMBERS\",\"lastName\":\"CHAMBERS \",\"firstNameAndMi\":\"PEGGY J\"},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"8280 E REGENTS RD, PALMER, AK 99645-8944\"},\"mortgage\":{\"FirstConcurrent\":{\"companyCode\":\"-1\",\"deedType\":\"WD\"},\"SecondConcurrent\":{\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"FIRST AMERICAN TITLE INSURANCE\",\"companyCode\":\"7\"}}},\"vintage\":{\"lastModified\":\"2023-08-15\",\"pubDate\":\"2023-08-15\"}}]}', 'success', NULL, '2024-05-13 10:29:36', '2024-05-13 10:29:40'),
(222, 5, 15, 'atom-property-services', 'jobs', '/transaction/salestrend', 'https://api.gateway.attomdata.com/v4.0.0/transaction/salestrend?geoIdV4=b6e319de42ce733bc8ece056227072f5&interval=yearly&startyear=2019&endyear=2024', '{\"status\":{\"version\":\"4\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":5,\"page\":1,\"pageSize\":100,\"transactionID\":\"a55fef4066ee4d20b76cc7c8441066c9\"},\"salesTrends\":[{\"location\":{\"geoIdV4\":\"b6e319de42ce733bc8ece056227072f5\",\"geographyName\":\"Mountain View, Anchorage, Anchorage Municipality, AK\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2019\",\"end\":\"2019\"},\"salesTrend\":{\"homeSaleCount\":16,\"avgSalePrice\":245790,\"medSalePrice\":212309},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b6e319de42ce733bc8ece056227072f5\",\"geographyName\":\"Mountain View, Anchorage, Anchorage Municipality, AK\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2020\",\"end\":\"2020\"},\"salesTrend\":{\"homeSaleCount\":17,\"avgSalePrice\":229492,\"medSalePrice\":229900},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"b6e319de42ce733bc8ece056227072f5\",\"geographyName\":\"Mountain View, Anchorage, Anchorage Municipality, AK\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2021\",\"end\":\"2021\"},\"salesTrend\":{\"homeSaleCount\":25,\"avgSalePrice\":240497,\"medSalePrice\":239112},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b6e319de42ce733bc8ece056227072f5\",\"geographyName\":\"Mountain View, Anchorage, Anchorage Municipality, AK\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2022\",\"end\":\"2022\"},\"salesTrend\":{\"homeSaleCount\":28,\"avgSalePrice\":270947,\"medSalePrice\":270586},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"b6e319de42ce733bc8ece056227072f5\",\"geographyName\":\"Mountain View, Anchorage, Anchorage Municipality, AK\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2023\",\"end\":\"2023\"},\"salesTrend\":{\"homeSaleCount\":20,\"avgSalePrice\":296084,\"medSalePrice\":303066},\"vintage\":{\"pubDate\":\"2023-03-07\"}}]}', 'success', NULL, '2024-05-13 10:29:40', '2024-05-13 10:29:40'),
(223, 5, 15, 'atom-property-services', 'jobs', '/property/detailmortgage', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detailmortgage?attomid=27489600', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"52eb27d282df377ac86123cebea91a57\",\"attomId\":27489600},\"property\":[{\"identifier\":{\"Id\":27489600,\"attomId\":27489600,\"fips\":\"02020\",\"apn\":\"004-082-05-000\"},\"lot\":{\"lotnum\":\"11\",\"lotsize1\":0.5165289,\"lotsize2\":22500,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"7\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Anchorage\",\"countyuse1\":\"339-C\",\"muncode\":\"AN\",\"munname\":\"ANCHORAGE\",\"subdname\":\"ALASKA INDUSTRIAL\",\"taxcodearea\":\"1\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"C044\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.220407\",\"longitude\":\"-149.821488\",\"distance\":0.0,\"geoid\":\"CO02020, CS0203050, DB0200180, ND0000281249, PL0203000, SB0000065442, SB0000065452, SB0000065489, ZI99501\",\"geoIdV4\":{\"CO\":\"a593655c66bd715b32d1a9cc5e2eb33b\",\"CS\":\"6b6f2cbc05bad3858cad6f585700ce31\",\"DB\":\"e1f8e693e827aeaddc9ea2e6d6f53d81\",\"N2\":\"b6e319de42ce733bc8ece056227072f5\",\"PL\":\"c127a45071c86bbb01402cba330a303a\",\"SB\":\"52f551615024cad056becddf3c69db93, 42ee5db10d89ba3bd194161fdf8d4bac, 987c7d20c481928cca6c8e29d5fa5979\",\"ZI\":\"6ba73eff04b79f272dfa532fe99bbc39\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Parking\",\"propsubtype\":\"Commercial\",\"proptype\":\"PARKING LOT\",\"propertyType\":\"PARKING LOT\",\"yearbuilt\":1959,\"propLandUse\":\"PARKING LOT\",\"propIndicator\":\"31\",\"legal1\":\"ALASKA INDUSTRIAL BLK 7 LT 11\"},\"utilities\":{\"coolingtype\":\"NONE\",\"sewertype\":\"MUNICIPAL\",\"watertype\":\"COMMERCIAL\"},\"building\":{\"size\":{\"bldgsize\":11874,\"grosssize\":11874,\"grosssizeadjusted\":11874,\"livingsize\":11874,\"sizeInd\":\"BUILDING SQFT\",\"universalsize\":11874},\"rooms\":{},\"interior\":{},\"construction\":{\"condition\":\"AVERAGE\",\"wallType\":\"CONCRETE BLOCK\"},\"parking\":{},\"summary\":{\"bldgsNum\":1,\"bldgType\":\"COMMERCIAL\",\"imprType\":\"COMMERCIAL\",\"quality\":\"GOOD\",\"storyDesc\":\"COMMERCIAL\",\"view\":\"VIEW - NONE\"}},\"mortgage\":{\"lender\":{},\"title\":{\"companyname\":\"PACIFIC NORTHWEST TITLE INS\",\"companycode\":\"1085\"},\"date\":\"\",\"deedtype\":\"WD\",\"duedate\":\"\"},\"vintage\":{\"lastModified\":\"2023-11-02\",\"pubDate\":\"2023-11-02\"}}]}', 'success', NULL, '2024-05-13 10:29:40', '2024-05-13 10:29:41'),
(224, 5, 15, 'atom-property-services', 'jobs', '/allevents/detail', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/detail?id=27489600', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"d3ac837fc0f27559ce0c722dedc146dc\",\"attomId\":27489600},\"property\":[{\"identifier\":{\"Id\":27489600,\"fips\":\"02020\",\"apn\":\"004-082-05-000\",\"attomId\":27489600},\"lot\":{\"lotnum\":\"11\",\"lotsize1\":0.5165289,\"lotsize2\":22500,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"7\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Anchorage\",\"countyuse1\":\"339-C\",\"muncode\":\"AN\",\"munname\":\"ANCHORAGE\",\"subdname\":\"ALASKA INDUSTRIAL\",\"taxcodearea\":\"1\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"C044\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.220407\",\"longitude\":\"-149.821488\",\"distance\":0.0,\"geoid\":\"CO02020, CS0203050, DB0200180, ND0000281249, PL0203000, SB0000065442, SB0000065452, SB0000065489, ZI99501\",\"geoIdV4\":{\"CO\":\"a593655c66bd715b32d1a9cc5e2eb33b\",\"CS\":\"6b6f2cbc05bad3858cad6f585700ce31\",\"DB\":\"e1f8e693e827aeaddc9ea2e6d6f53d81\",\"N2\":\"b6e319de42ce733bc8ece056227072f5\",\"PL\":\"c127a45071c86bbb01402cba330a303a\",\"SB\":\"52f551615024cad056becddf3c69db93, 42ee5db10d89ba3bd194161fdf8d4bac, 987c7d20c481928cca6c8e29d5fa5979\",\"ZI\":\"6ba73eff04b79f272dfa532fe99bbc39\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Parking\",\"propsubtype\":\"Commercial\",\"proptype\":\"PARKING LOT\",\"yearbuilt\":1959,\"propertyType\":\"PARKING LOT\",\"propLandUse\":\"PARKING LOT\",\"propIndicator\":\"31\",\"legal1\":\"ALASKA INDUSTRIAL BLK 7 LT 11\"},\"utilities\":{\"coolingtype\":\"NONE\",\"sewertype\":\"MUNICIPAL\",\"watertype\":\"COMMERCIAL\"},\"building\":{\"size\":{\"bldgsize\":11874,\"grosssize\":11874,\"grosssizeadjusted\":11874,\"livingsize\":11874,\"sizeInd\":\"BUILDING SQFT\",\"universalsize\":11874},\"rooms\":{},\"interior\":{},\"construction\":{\"condition\":\"AVERAGE\",\"wallType\":\"CONCRETE BLOCK\"},\"parking\":{},\"summary\":{\"bldgsNum\":1,\"bldgType\":\"COMMERCIAL\",\"imprType\":\"COMMERCIAL\",\"quality\":\"GOOD\",\"storyDesc\":\"COMMERCIAL\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"vintage\":{\"lastModified\":\"2023-11-02\",\"pubDate\":\"2023-11-02\"},\"avm\":{\"amount\":{\"scr\":0,\"high\":0,\"low\":0},\"AVMChange\":{},\"calculations\":{},\"condition\":{\"avmpoorlow\":0.0,\"avmpoorhigh\":0.0,\"avmgoodlow\":0.0,\"avmgoodhigh\":0.0,\"avmexcellentlow\":0.0,\"avmexcellenthigh\":0.0}},\"sale\":{\"salesearchdate\":\"2008-06-30\",\"saleTransDate\":\"2008-06-26\",\"amount\":{\"salerecdate\":\"2008-06-30\",\"saledisclosuretype\":1,\"saledoctype\":\"DEED\",\"saledocnum\":\"0000038208\",\"saletranstype\":\"Resale\"},\"calculation\":{},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"C\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdimprpersizeunit\":0.27,\"assdimprvalue\":3200,\"assdlandpersizeunit\":19.07,\"assdlandvalue\":429000,\"assdttlpersizeunit\":36.4,\"assdttlvalue\":432200},\"calculations\":{\"calcimprind\":\"MARKET VALUE\",\"calcimprpersizeunit\":0.27,\"calcimprvalue\":3200,\"calclandind\":\"MARKET VALUE\",\"calclandpersizeunit\":19.07,\"calclandvalue\":429000,\"calcttlind\":\"MARKET VALUE\",\"calcttlvalue\":432200,\"calcvaluepersizeunit\":36.4},\"market\":{\"mktimprvalue\":3200,\"mktlandvalue\":429000,\"mktttlvalue\":432200},\"tax\":{\"taxamt\":7360.37,\"taxpersizeunit\":0.62,\"taxyear\":2023}}}]}', 'success', NULL, '2024-05-13 10:29:41', '2024-05-13 10:29:41');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(225, 5, 15, 'atom-property-services', 'jobs', '/valuation/rentalavm', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/rentalavm?address1=Alaska&address2=Alasks', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":10000,\"page\":1,\"pagesize\":10,\"transactionID\":\"fadb16ae58e2e217285fb5ac00e7f5e3\"},\"property\":[{\"identifier\":{\"Id\":27489600,\"fips\":\"02020\",\"apn\":\"004-082-05-000\",\"attomId\":27489600},\"lot\":{\"lotsize1\":0.5165289,\"lotsize2\":22500},\"area\":{\"countrysecsubd\":\"Anchorage\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"C044\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.220407\",\"longitude\":\"-149.821488\",\"distance\":0.0,\"geoid\":\"CO02020, CS0203050, DB0200180, ND0000281249, PL0203000, SB0000065442, SB0000065452, SB0000065489, ZI99501\",\"geoIdV4\":{\"CO\":\"a593655c66bd715b32d1a9cc5e2eb33b\",\"CS\":\"6b6f2cbc05bad3858cad6f585700ce31\",\"DB\":\"e1f8e693e827aeaddc9ea2e6d6f53d81\",\"N2\":\"b6e319de42ce733bc8ece056227072f5\",\"PL\":\"c127a45071c86bbb01402cba330a303a\",\"SB\":\"42ee5db10d89ba3bd194161fdf8d4bac, 987c7d20c481928cca6c8e29d5fa5979, 52f551615024cad056becddf3c69db93\",\"ZI\":\"6ba73eff04b79f272dfa532fe99bbc39\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Parking\",\"propsubtype\":\"Commercial\",\"proptype\":\"PARKING LOT\",\"propertyType\":\"PARKING LOT\",\"yearbuilt\":1959,\"propLandUse\":\"PARKING LOT\",\"propIndicator\":\"31\"},\"utilities\":{\"coolingtype\":\"NONE\",\"sewertype\":\"MUNICIPAL\"},\"building\":{\"size\":{\"bldgsize\":11874,\"grosssize\":11874,\"grosssizeadjusted\":11874,\"livingsize\":11874,\"sizeInd\":\"BUILDING SQFT\",\"universalsize\":11874},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{\"storyDesc\":\"COMMERCIAL\"}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":432200},\"market\":{\"mktttlvalue\":432200,\"mktlandvalue\":429000}},\"owner\":{\"owner1\":{\"fullname\":\"ALASKA SPECIAL OLYMPICS INC\",\"lastname\":\"ALASKA SPECIAL OLYMPICS INC \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"3200 MOUNTAIN VIEW DR, ANCHORAGE, AK 99501-3109\"},\"vintage\":{\"lastModified\":\"2023-11-02\",\"pubDate\":\"2023-11-02\"}},{\"identifier\":{\"Id\":27585954,\"fips\":\"02170\",\"apn\":\"6237000T00C\",\"attomId\":27585954},\"lot\":{\"lotsize1\":1.55,\"lotsize2\":67518},\"area\":{\"countrysecsubd\":\"Matanuska-Susitna\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"H007\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.531043\",\"longitude\":\"-149.950116\",\"distance\":0.0,\"geoid\":\"CO02170, CS0247440, DB0200510, PL0258660, SB0000065591, SB0000065592, SB0000065602, SB0000143586, SB0000145332, ZI99645\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"DB\":\"887d685ca12aaa7d22d7892149436ae7\",\"PL\":\"b7612dd15f41686d3b22b81d28e92ae9\",\"SB\":\"c3b16b468a9a5a59d64041b51b12e216, cd70b90319842886c52e85fc90173df5, dd6690ac0199f5830f3702e566593c05, d2ab7e612243d20e9d42e557674d227c\",\"ZI\":\"a1c5177ea37391e59ef0054c9da87ae0\"}},\"summary\":{\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"propertyType\":\"SINGLE FAMILY RESIDENCE\",\"yearbuilt\":1960,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\"},\"utilities\":{\"heatingfuel\":\"OIL\",\"heatingtype\":\"OIL\",\"sewertype\":\"SEPTIC\"},\"building\":{\"size\":{\"bldgsize\":3251,\"grosssize\":2082,\"grosssizeadjusted\":3251,\"groundfloorsize\":2082,\"livingsize\":3251,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":3251},\"rooms\":{},\"interior\":{},\"parking\":{\"prkgSize\":1536},\"summary\":{\"storyDesc\":\"MISCELLANEOUS\"}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":482000},\"market\":{\"mktttlvalue\":482000,\"mktlandvalue\":125500}},\"owner\":{\"owner1\":{\"fullname\":\"ACHER,JAMES LIVING TRUST\",\"lastname\":\"ACHER,JAMES LIVING TRUST \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"mailingaddressoneline\":\"PO BOX 520670, BIG LAKE, AK 99652-0670\"},\"vintage\":{\"lastModified\":\"2023-08-15\",\"pubDate\":\"2023-08-15\"}},{\"identifier\":{\"Id\":27595570,\"fips\":\"02170\",\"apn\":\"6534B04L011\",\"attomId\":27595570},\"lot\":{\"lotsize1\":1.03,\"lotsize2\":44867},\"area\":{\"countrysecsubd\":\"Matanuska-Susitna\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"H004\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.646932\",\"longitude\":\"-149.061098\",\"distance\":0.0,\"geoid\":\"CO02170, CS0247440, DB0200510, PL0243260, RS0000431703, SB0000065591, SB0000065602, SB0000065613, SB0000143586, ZI99645\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"DB\":\"887d685ca12aaa7d22d7892149436ae7\",\"N4\":\"1bfcdb235b17f7e0508a5fdf622d8ae2\",\"PL\":\"966a7233034fe63bd440cbe9f20d8365\",\"SB\":\"ecdf7cc9588c550761efaa1de79184cc, 32c5016afa0319134c5bc82d5eebbf15, dd6690ac0199f5830f3702e566593c05, f2dbfe98af4257147993f2711030a812\",\"ZI\":\"274e6867fec97f43b7e3165c3112c24c\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propsubtype\":\"VACANT LAND\",\"proptype\":\"Vacant Land - Unspecified\",\"propertyType\":\"Vacant Land - Unspecified Improvement\",\"propLandUse\":\"Vacant Land - Unspecified\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":9000},\"market\":{\"mktttlvalue\":9000,\"mktlandvalue\":9000}},\"owner\":{\"owner1\":{\"fullname\":\"GREG SIZEMORE\",\"lastname\":\"SIZEMORE \",\"firstnameandmi\":\"GREG \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"11791 QUAIL RD, LONGMONT, CO 80501-8958\"},\"vintage\":{\"lastModified\":\"2023-08-15\",\"pubDate\":\"2023-08-15\"}},{\"identifier\":{\"Id\":30050253,\"fips\":\"02170\",\"apn\":\"6088B01L004\",\"attomId\":30050253},\"lot\":{\"lotsize1\":1.02,\"lotsize2\":44431},\"area\":{\"countrysecsubd\":\"Matanuska-Susitna\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"H001\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.577422\",\"longitude\":\"-149.251754\",\"distance\":0.0,\"geoid\":\"CO02170, CS0247440, DB0200510, PL0228200, SB0000065605, SB0000065608, SB0000065609, SB0000143586, ZI99645\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"DB\":\"887d685ca12aaa7d22d7892149436ae7\",\"PL\":\"53bb84848cc1c10dc1e48bb9b2aa5992\",\"SB\":\"89b481cb1e4351fa9cb6f6df07310976, c2b7c6610ea911e9d0606b22bf247100, dd6690ac0199f5830f3702e566593c05, c903d78a39275798a30c5c575cf1b212\",\"ZI\":\"274e6867fec97f43b7e3165c3112c24c\"}},\"summary\":{\"propsubtype\":\"VACANT LAND\",\"proptype\":\"Vacant Land - Unspecified\",\"propertyType\":\"Vacant Land - Unspecified Improvement\",\"propLandUse\":\"Vacant Land - Unspecified\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":35000},\"market\":{\"mktttlvalue\":35000,\"mktlandvalue\":35000}},\"owner\":{\"owner1\":{\"fullname\":\"STATE OF ALASKA DEPT & TRANSPORTATI\",\"lastname\":\"STATE OF ALASKA DEPT & TRANSPORTATI \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"mailingaddressoneline\":\"PO BOX 196900, ANCHORAGE, AK 99519-6900\"},\"vintage\":{\"lastModified\":\"2023-08-15\",\"pubDate\":\"2023-08-15\"}},{\"identifier\":{\"Id\":30068431,\"fips\":\"02170\",\"apn\":\"2532000L006\",\"attomId\":30068431},\"lot\":{\"lotsize1\":1.25,\"lotsize2\":54450},\"area\":{\"countrysecsubd\":\"Matanuska-Susitna\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"C017\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.555612\",\"longitude\":\"-149.402183\",\"distance\":0.0,\"geoid\":\"CO02170, CS0247440, DB0200510, PL0240645, SB0000065594, SB0000065595, SB0000065603, SB0000143586, ZI99654\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"DB\":\"887d685ca12aaa7d22d7892149436ae7\",\"PL\":\"5142ab45f75982fcfb5fc02a4a92ced4\",\"SB\":\"fa8f4522535f1325d707616921215e59, 73d227bc73d23fe7ccae33762b4a498f, 8405bd9489c68921796675c6e03cf241, dd6690ac0199f5830f3702e566593c05\",\"ZI\":\"aa1cdd5991ebe943319e9cb4a6e14576\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propsubtype\":\"VACANT LAND\",\"proptype\":\"Vacant Land - Unspecified\",\"propertyType\":\"Vacant Land - Unspecified Improvement\",\"propLandUse\":\"Vacant Land - Unspecified\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":37000},\"market\":{\"mktttlvalue\":37000,\"mktlandvalue\":37000}},\"owner\":{\"owner1\":{\"fullname\":\"AARON E MALONE\",\"lastname\":\"MALONE \",\"firstnameandmi\":\"AARON E\"},\"owner2\":{\"fullname\":\"LYNDA M MALONE\",\"lastname\":\"MALONE \",\"firstnameandmi\":\"LYNDA M\"},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"1800 E FAIRVIEW LOOP APT 3, WASILLA, AK 99654-0463\"},\"vintage\":{\"lastModified\":\"2023-08-15\",\"pubDate\":\"2023-08-15\"}},{\"identifier\":{\"Id\":30112076,\"fips\":\"02020\",\"apn\":\"016-121-01-000\",\"attomId\":30112076},\"lot\":{\"lotsize1\":0.5061754,\"lotsize2\":22049},\"area\":{\"countrysecsubd\":\"Anchorage\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.119316\",\"longitude\":\"-149.863145\",\"distance\":0.0,\"geoid\":\"CO02020, CS0203050, DB0200180, ND0004856464, PL0203000, SB0000065498, SB0000065499, SB0000065502, ZI99515\",\"geoIdV4\":{\"CO\":\"a593655c66bd715b32d1a9cc5e2eb33b\",\"CS\":\"6b6f2cbc05bad3858cad6f585700ce31\",\"DB\":\"e1f8e693e827aeaddc9ea2e6d6f53d81\",\"N2\":\"c4875814c360518c7d120b300df44517\",\"PL\":\"c127a45071c86bbb01402cba330a303a\",\"SB\":\"34dd1520a4c6aec0312ec0ba9dfbd84e, 3f0c0418ed01077a98cd2ca44f1141cd, 90c85ab1cb70ffb127051f1f9a70be0e\",\"ZI\":\"d0ba7f8806634485abc8b6a558e70557\"}},\"summary\":{\"propclass\":\"Vacant\",\"propsubtype\":\"Commercial\",\"proptype\":\"COMMERCIAL ACREAGE\",\"propertyType\":\"VACANT COMMERCIAL\",\"propLandUse\":\"COMMERCIAL ACREAGE\",\"propIndicator\":\"80\"},\"utilities\":{\"heatingtype\":\"FLOOR/WALL FURNACE\"},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":450500},\"market\":{\"mktttlvalue\":450500,\"mktlandvalue\":450500}},\"owner\":{\"owner1\":{\"fullname\":\"STATE OF ALASKA DEPT/TRANSPORTATI\",\"lastname\":\"STATE OF ALASKA DEPT/TRANSPORTATI \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"mailingaddressoneline\":\"PO BOX 196900, ANCHORAGE, AK 99519-6900\"},\"vintage\":{\"lastModified\":\"2023-11-02\",\"pubDate\":\"2023-11-02\"}},{\"identifier\":{\"Id\":30172704,\"fips\":\"02170\",\"apn\":\"2388000T00A\",\"attomId\":30172704},\"lot\":{\"lotsize1\":13.24,\"lotsize2\":576734},\"area\":{\"countrysecsubd\":\"Matanuska-Susitna\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"C006\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.590473\",\"longitude\":\"-149.436973\",\"distance\":0.0,\"geoid\":\"CO02170\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"PL\":\"29a082f77a6768bb338f69b3f6c2370f\",\"ZI\":\"aa1cdd5991ebe943319e9cb4a6e14576\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Vacant\",\"propsubtype\":\"VACANT LAND\",\"proptype\":\"VACANT LAND (NEC)\",\"propertyType\":\"VACANT LAND (MISC)\",\"yearbuilt\":1994,\"propLandUse\":\"VACANT LAND (NEC)\",\"propIndicator\":\"80\"},\"utilities\":{},\"building\":{\"size\":{\"bldgsize\":3136,\"grosssize\":4352,\"grosssizeadjusted\":3136,\"groundfloorsize\":3136,\"livingsize\":3136,\"sizeInd\":\"BUILDING SQFT\",\"universalsize\":3136},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{\"storyDesc\":\"CONVENTIONAL HOUSE\"}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":720900},\"market\":{}},\"owner\":{\"owner1\":{\"fullname\":\"MATANUSKASUSITNA BOROUGH\",\"lastname\":\"BOROUGH \",\"firstnameandmi\":\"MATANUSKASUSITNA \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"O\",\"mailingaddressoneline\":\"350 E DAHLIA AVE, PALMER, AK 99645-6411\"},\"vintage\":{\"lastModified\":\"2024-05-01\",\"pubDate\":\"2024-05-01\"}},{\"identifier\":{\"Id\":30179553,\"fips\":\"02170\",\"apn\":\"6764000T00A-1\",\"attomId\":30179553},\"lot\":{\"lotsize1\":7.85,\"lotsize2\":341946},\"area\":{\"countrysecsubd\":\"Matanuska-Susitna\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"H007\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.565943\",\"longitude\":\"-149.099364\",\"distance\":0.0,\"geoid\":\"CO02170, CS0247440, DB0200510, RS0000379094, SB0000065591, SB0000065592, SB0000065602, SB0000143586, SB0000145332, ZI99645\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"DB\":\"887d685ca12aaa7d22d7892149436ae7\",\"SB\":\"ecdf7cc9588c550761efaa1de79184cc, 32c5016afa0319134c5bc82d5eebbf15, 83a88f4d475bda03387cce1fc47abefa, dd6690ac0199f5830f3702e566593c05, 0cb8a8bfc8c1d9cb1ae20f639ffeca7d\",\"ZI\":\"274e6867fec97f43b7e3165c3112c24c\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Utilities\",\"propsubtype\":\"PUBLIC WORKS\",\"proptype\":\"UTILITIES\",\"propertyType\":\"PUBLIC UTILITY (ELECTRIC, WATER, GAS, ETC.)\",\"yearbuilt\":2005,\"propLandUse\":\"UTILITIES\",\"propIndicator\":\"54\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{\"storyDesc\":\"MISCELLANEOUS\"}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{},\"market\":{}},\"owner\":{\"owner1\":{\"fullname\":\"RIVER BEND HOMEOWNERS ASSN INC\",\"lastname\":\"RIVER BEND HOMEOWNERS ASSN INC \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"O\",\"mailingaddressoneline\":\", PALMER, AK 99645\"},\"vintage\":{\"lastModified\":\"2023-08-15\",\"pubDate\":\"2023-08-15\"}},{\"identifier\":{\"Id\":30363409,\"fips\":\"02170\",\"apn\":\"9013000U00MB\",\"attomId\":30363409},\"lot\":{\"lotsize1\":0.0300046,\"lotsize2\":1307},\"area\":{\"countrysecsubd\":\"Matanuska-Susitna\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"C001\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.600704\",\"longitude\":\"-149.106422\",\"distance\":0.0,\"geoid\":\"CO02170, CS0247440, DB0200510, PL0258660, SB0000065591, SB0000065592, SB0000065602, SB0000143586, SB0000145332, ZI99645\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"DB\":\"887d685ca12aaa7d22d7892149436ae7\",\"PL\":\"91f43225671fcfde1b1ebdda32c3f9c2\",\"SB\":\"dd6690ac0199f5830f3702e566593c05, 0cb8a8bfc8c1d9cb1ae20f639ffeca7d, 83a88f4d475bda03387cce1fc47abefa, ecdf7cc9588c550761efaa1de79184cc, 32c5016afa0319134c5bc82d5eebbf15\",\"ZI\":\"274e6867fec97f43b7e3165c3112c24c\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Hospital (medical complex, clinic)\",\"propsubtype\":\"Commercial\",\"proptype\":\"MEDICAL BUILDING\",\"propertyType\":\"MEDICAL BUILDING\",\"yearbuilt\":1985,\"propLandUse\":\"MEDICAL BUILDING\",\"propIndicator\":\"30\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":160200},\"market\":{\"mktttlvalue\":160200,\"mktlandvalue\":9600}},\"owner\":{\"owner1\":{\"fullname\":\"MATSU HEALTH SERVICES INC\",\"lastname\":\"MATSU HEALTH SERVICES INC \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"1363 W SPRUCE AVE, WASILLA, AK 99654-5327\"},\"vintage\":{\"lastModified\":\"2023-08-15\",\"pubDate\":\"2023-08-15\"}},{\"identifier\":{\"Id\":30380614,\"fips\":\"02170\",\"apn\":\"1577B03L010\",\"attomId\":30380614},\"lot\":{\"lotsize1\":0.9600092,\"lotsize2\":41818},\"area\":{\"countrysecsubd\":\"Matanuska-Susitna\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"H001\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.574360\",\"longitude\":\"-149.243657\",\"distance\":0.0,\"geoid\":\"CO02170, CS0247440, DB0200510, PL0228200, SB0000065605, SB0000065608, SB0000065609, SB0000143586, ZI99645\",\"geoIdV4\":{\"CO\":\"1316711eeb35f09c0fb8a13654de17aa\",\"CS\":\"e1d912ff4b56526d28d58e1af7a96a35\",\"DB\":\"887d685ca12aaa7d22d7892149436ae7\",\"PL\":\"53bb84848cc1c10dc1e48bb9b2aa5992\",\"SB\":\"c903d78a39275798a30c5c575cf1b212, dd6690ac0199f5830f3702e566593c05, c2b7c6610ea911e9d0606b22bf247100, 89b481cb1e4351fa9cb6f6df07310976\",\"ZI\":\"274e6867fec97f43b7e3165c3112c24c\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propsubtype\":\"VACANT LAND\",\"proptype\":\"Vacant Land - Unspecified\",\"propertyType\":\"Vacant Land - Unspecified Improvement\",\"propLandUse\":\"Vacant Land - Unspecified\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":36000},\"market\":{\"mktttlvalue\":36000,\"mktlandvalue\":36000}},\"owner\":{\"owner1\":{\"fullname\":\"CAMERON J BLETH\",\"lastname\":\"BLETH \",\"firstnameandmi\":\"CAMERON J\"},\"owner2\":{\"fullname\":\"CAMERON JENNIFER L BLETH\",\"lastname\":\"BLETH \",\"firstnameandmi\":\"CAMERON JENNIFER L\"},\"owner3\":{\"fullname\":\"DAVID M CHAMBERS\",\"lastname\":\"CHAMBERS \",\"firstnameandmi\":\"DAVID M\"},\"owner4\":{\"fullname\":\"PEGGY J CHAMBERS\",\"lastname\":\"CHAMBERS \",\"firstnameandmi\":\"PEGGY J\"},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"8280 E REGENTS RD, PALMER, AK 99645-8944\"},\"vintage\":{\"lastModified\":\"2023-08-15\",\"pubDate\":\"2023-08-15\"}}]}', 'success', NULL, '2024-05-13 10:29:41', '2024-05-13 10:29:48'),
(226, 6, 16, 'atom-property-services', 'jobs', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=7875+Cresmtont+Ave&address2=Newark', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"044886a07d119a6b7e566b73e758b11a\",\"attomId\":34671462},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":34671462,\"fips\":\"06001\",\"apn\":\"92A-513-48\",\"attomId\":34671462},\"lot\":{\"lotSize1\":0.21809,\"lotSize2\":9500.0,\"zoningType\":\"Residential\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"Alameda\",\"countyUse1\":\"1100 \",\"munCode\":\"AL\",\"munName\":\"ALAMEDA\",\"subdName\":\"2298\",\"taxCodeArea\":\"11-010\",\"censusTractIdent\":\"444301\",\"censusBlockGroup\":\"2\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CA\",\"line1\":\"7875 CRESTMONT AVE\",\"line2\":\"NEWARK, CA 94560\",\"locality\":\"NEWARK\",\"matchCode\":\"ExaStr\",\"oneLine\":\"7875 CRESTMONT AVE, NEWARK, CA 94560\",\"postal1\":\"94560\",\"postal2\":\"1521\",\"postal3\":\"C019\",\"stateFips\":\"06\",\"situsHouseNumber\":\"7875\",\"situsStreetName\":\"CRESTMONT\",\"situsAddressSuffix\":\"AVE\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"37.535704\",\"longitude\":\"-122.055285\",\"distance\":0.0,\"geoid\":\"CO06001, CS0691070, ND0000018013, PL0650916, SB0000072222, SB0000072223, SB0000072228, ZI94560\",\"geoIdV4\":{\"CO\":\"1f38d16644cb82edb00a245a91495bfe\",\"CS\":\"12745abe42e4008071cc2fa66708b0ea\",\"DB\":\"f94a2ad0c88d2bc4700bae6880f32e98\",\"N2\":\"92598b4a8a5ab06190f399cd84e7015c\",\"PL\":\"83ce8c0b07633c4aaf150c0ed15e80fb\",\"SB\":\"d4e6c47aaccd4d38f33485844f8a1371, b501ca76d484afc479ea00e25cf2a915, 117cf3acc7e693722ef0b02f66c53477\",\"ZI\":\"a4b87282a8f60c3cea34de0725488a0c\"}},\"summary\":{\"archStyle\":\"OTHER\",\"absenteeInd\":\"OWNER OCCUPIED\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"propertyType\":\"SINGLE FAMILY RESIDENCE\",\"yearBuilt\":1968,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"TR 2298\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":1,\"sellerName\":\"VALCI,ROGER & JANAE\",\"saleSearchDate\":\"2008-12-10\",\"saleTransDate\":\"2008-12-05\",\"transactionIdent\":\"260173374\",\"amount\":{\"saleAmt\":585000.0,\"saleCode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"saleRecDate\":\"2008-12-10\",\"saleDisclosureType\":0,\"saleDocType\":\"DEED\",\"saleDocNum\":\"0000348024\",\"saleTransType\":\"Resale\"},\"calculation\":{\"pricePerBed\":146250.0,\"pricePerSizeUnit\":332.2}},\"building\":{\"size\":{\"bldgSize\":1761.0,\"grossSize\":1761.0,\"grossSizeAdjusted\":1761.0,\"livingSize\":1761.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":1761.0},\"rooms\":{\"bathsFull\":3,\"bathsTotal\":3.0,\"beds\":4,\"roomsTotal\":8},\"interior\":{},\"construction\":{\"constructionType\":\"WOOD\",\"frameType\":\"WOOD\",\"propertyStructureMajorImprovementsYear\":\"1969\",\"buildingShapeType\":\"2\",\"buildingShapeDescription\":\"L-Shaped\"},\"parking\":{\"prkgSpaces\":\"2\"},\"summary\":{\"levels\":1,\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":519092.0,\"assdLandValue\":223359.0,\"assdTtlValue\":742451.0},\"market\":{},\"tax\":{\"taxAmt\":9158.32,\"taxPerSizeUnit\":5.2,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{\"Homeowner\":\"Y\"}},\"improvementPercent\":69,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"MAHIRI K MOORE\",\"lastName\":\"MOORE \",\"firstNameAndMi\":\"MAHIRI K\"},\"owner2\":{\"fullName\":\"LINDSAY KATE MOORE\",\"lastName\":\"MOORE \",\"firstNameAndMi\":\"LINDSAY KATE\"},\"owner3\":{\"fullName\":\"MAHIRI K MOORE & LINDSAY KATE MOOR\",\"lastName\":\"MAHIRI K MOORE & LINDSAY KATE MOOR \"},\"owner4\":{},\"absenteeOwnerStatus\":\"O\",\"mailingAddressOneLine\":\"7875 CRESTMONT AVE, NEWARK, CA 94560-1521\"},\"mortgage\":{\"FirstConcurrent\":{\"deedType\":\"GD\"},\"SecondConcurrent\":{},\"title\":{\"companyName\":\"OLD REPUBLIC TITLE\",\"companyCode\":\"440\"}}},\"vintage\":{\"lastModified\":\"2023-09-28\",\"pubDate\":\"2023-09-28\"}}]}', 'success', NULL, '2024-05-13 15:27:56', '2024-05-13 15:27:58'),
(227, 6, 16, 'atom-property-services', 'jobs', '/transaction/salestrend', 'https://api.gateway.attomdata.com/v4.0.0/transaction/salestrend?geoIdV4=92598b4a8a5ab06190f399cd84e7015c&interval=yearly&startyear=2019&endyear=2024', '{\"status\":{\"version\":\"4\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":6,\"page\":1,\"pageSize\":100,\"transactionID\":\"ded2ae75ef4d0af176aeb0706116bacf\"},\"salesTrends\":[{\"location\":{\"geoIdV4\":\"92598b4a8a5ab06190f399cd84e7015c\",\"geographyName\":\"Newark, Newark, Alameda County, CA\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2019\",\"end\":\"2019\"},\"salesTrend\":{\"homeSaleCount\":610,\"avgSalePrice\":1031130,\"medSalePrice\":950000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"92598b4a8a5ab06190f399cd84e7015c\",\"geographyName\":\"Newark, Newark, Alameda County, CA\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2020\",\"end\":\"2020\"},\"salesTrend\":{\"homeSaleCount\":587,\"avgSalePrice\":1101793,\"medSalePrice\":1015000},\"vintage\":{\"pubDate\":\"2022-02-12\"}},{\"location\":{\"geoIdV4\":\"92598b4a8a5ab06190f399cd84e7015c\",\"geographyName\":\"Newark, Newark, Alameda County, CA\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2021\",\"end\":\"2021\"},\"salesTrend\":{\"homeSaleCount\":766,\"avgSalePrice\":1121372,\"medSalePrice\":1111250},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"92598b4a8a5ab06190f399cd84e7015c\",\"geographyName\":\"Newark, Newark, Alameda County, CA\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2022\",\"end\":\"2022\"},\"salesTrend\":{\"homeSaleCount\":500,\"avgSalePrice\":1222932,\"medSalePrice\":1215000},\"vintage\":{\"pubDate\":\"2022-02-10\"}},{\"location\":{\"geoIdV4\":\"92598b4a8a5ab06190f399cd84e7015c\",\"geographyName\":\"Newark, Newark, Alameda County, CA\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2023\",\"end\":\"2023\"},\"salesTrend\":{\"homeSaleCount\":427,\"avgSalePrice\":1189628,\"medSalePrice\":1225000},\"vintage\":{\"pubDate\":\"2023-02-07\"}},{\"location\":{\"geoIdV4\":\"92598b4a8a5ab06190f399cd84e7015c\",\"geographyName\":\"Newark, Newark, Alameda County, CA\"},\"dateRange\":{\"interval\":\"yearly\",\"start\":\"2024\",\"end\":\"2024\"},\"salesTrend\":{\"homeSaleCount\":86,\"avgSalePrice\":1310860,\"medSalePrice\":1332500},\"vintage\":{\"pubDate\":\"2024-03-07\"}}]}', 'success', NULL, '2024-05-13 15:27:58', '2024-05-13 15:27:58'),
(228, 6, 16, 'atom-property-services', 'jobs', '/property/detailmortgage', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detailmortgage?attomid=34671462', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"32cead8fa557b33206efc6630c42e5ea\",\"attomId\":34671462},\"property\":[{\"identifier\":{\"Id\":34671462,\"attomId\":34671462,\"fips\":\"06001\",\"apn\":\"92A-513-48\"},\"lot\":{\"lotsize1\":0.21809,\"lotsize2\":9500,\"poolind\":\"YES\"},\"area\":{\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Alameda\",\"countyuse1\":\"1100 \",\"muncode\":\"AL\",\"munname\":\"ALAMEDA\",\"subdname\":\"2298\",\"taxcodearea\":\"11-010\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CA\",\"line1\":\"7875 CRESTMONT AVE\",\"line2\":\"NEWARK, CA 94560\",\"locality\":\"NEWARK\",\"matchCode\":\"ExaStr\",\"oneLine\":\"7875 CRESTMONT AVE, NEWARK, CA 94560\",\"postal1\":\"94560\",\"postal2\":\"1521\",\"postal3\":\"C019\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"37.535704\",\"longitude\":\"-122.055285\",\"distance\":0.0,\"geoid\":\"CO06001, CS0691070, ND0000018013, PL0650916, SB0000072222, SB0000072223, SB0000072228, ZI94560\",\"geoIdV4\":{\"CO\":\"1f38d16644cb82edb00a245a91495bfe\",\"CS\":\"12745abe42e4008071cc2fa66708b0ea\",\"DB\":\"f94a2ad0c88d2bc4700bae6880f32e98\",\"N2\":\"92598b4a8a5ab06190f399cd84e7015c\",\"PL\":\"83ce8c0b07633c4aaf150c0ed15e80fb\",\"SB\":\"d4e6c47aaccd4d38f33485844f8a1371, b501ca76d484afc479ea00e25cf2a915, 117cf3acc7e693722ef0b02f66c53477\",\"ZI\":\"a4b87282a8f60c3cea34de0725488a0c\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"propertyType\":\"SINGLE FAMILY RESIDENCE\",\"yearbuilt\":1968,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"TR 2298\"},\"utilities\":{},\"building\":{\"size\":{\"bldgsize\":1761,\"grosssize\":1761,\"grosssizeadjusted\":1761,\"livingsize\":1761,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":1761},\"rooms\":{\"bathsfull\":3,\"bathstotal\":3.0,\"beds\":4,\"roomsTotal\":8},\"interior\":{},\"construction\":{\"constructiontype\":\"WOOD\",\"frameType\":\"WOOD\"},\"parking\":{\"prkgSpaces\":\"2\"},\"summary\":{\"archStyle\":\"OTHER\",\"bldgsNum\":1,\"levels\":1,\"quality\":\"AVERAGE\",\"view\":\"VIEW - NONE\",\"yearbuilteffective\":1969}},\"mortgage\":{\"lender\":{},\"title\":{\"companyname\":\"OLD REPUBLIC TITLE\",\"companycode\":\"440\"},\"date\":\"\",\"deedtype\":\"GD\",\"duedate\":\"\"},\"vintage\":{\"lastModified\":\"2023-09-28\",\"pubDate\":\"2023-09-28\"}}]}', 'success', NULL, '2024-05-13 15:27:58', '2024-05-13 15:27:59'),
(229, 6, 16, 'atom-property-services', 'jobs', '/allevents/detail', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/detail?id=34671462', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"e983b468e683c5636bfbc690c8f5f229\",\"attomId\":34671462},\"property\":[{\"identifier\":{\"Id\":34671462,\"fips\":\"06001\",\"apn\":\"92A-513-48\",\"attomId\":34671462},\"lot\":{\"lotsize1\":0.21809,\"lotsize2\":9500,\"poolind\":\"YES\"},\"area\":{\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Alameda\",\"countyuse1\":\"1100 \",\"muncode\":\"AL\",\"munname\":\"ALAMEDA\",\"subdname\":\"2298\",\"taxcodearea\":\"11-010\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CA\",\"line1\":\"7875 CRESTMONT AVE\",\"line2\":\"NEWARK, CA 94560\",\"locality\":\"NEWARK\",\"matchCode\":\"ExaStr\",\"oneLine\":\"7875 CRESTMONT AVE, NEWARK, CA 94560\",\"postal1\":\"94560\",\"postal2\":\"1521\",\"postal3\":\"C019\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"37.535704\",\"longitude\":\"-122.055285\",\"distance\":0.0,\"geoid\":\"CO06001, CS0691070, ND0000018013, PL0650916, SB0000072222, SB0000072223, SB0000072228, ZI94560\",\"geoIdV4\":{\"CO\":\"1f38d16644cb82edb00a245a91495bfe\",\"CS\":\"12745abe42e4008071cc2fa66708b0ea\",\"DB\":\"f94a2ad0c88d2bc4700bae6880f32e98\",\"N2\":\"92598b4a8a5ab06190f399cd84e7015c\",\"PL\":\"83ce8c0b07633c4aaf150c0ed15e80fb\",\"SB\":\"d4e6c47aaccd4d38f33485844f8a1371, b501ca76d484afc479ea00e25cf2a915, 117cf3acc7e693722ef0b02f66c53477\",\"ZI\":\"a4b87282a8f60c3cea34de0725488a0c\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1968,\"propertyType\":\"SINGLE FAMILY RESIDENCE\",\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"TR 2298\"},\"utilities\":{},\"building\":{\"size\":{\"bldgsize\":1761,\"grosssize\":1761,\"grosssizeadjusted\":1761,\"livingsize\":1761,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":1761},\"rooms\":{\"bathsfull\":3,\"bathstotal\":3.0,\"beds\":4,\"roomsTotal\":8},\"interior\":{},\"construction\":{\"constructiontype\":\"WOOD\",\"frameType\":\"WOOD\"},\"parking\":{\"prkgSpaces\":\"2\"},\"summary\":{\"archStyle\":\"OTHER\",\"bldgsNum\":1,\"levels\":1,\"quality\":\"AVERAGE\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\",\"yearbuilteffective\":1969}},\"vintage\":{\"lastModified\":\"2023-09-28\",\"pubDate\":\"2023-09-28\"},\"avm\":{\"eventDate\":\"2024-04-26\",\"amount\":{\"scr\":98,\"value\":1429500,\"high\":1458090,\"low\":1400910,\"valueRange\":28590},\"AVMChange\":{\"avmlastmonthvalue\":1369750,\"avmamountchange\":59750,\"avmpercentchange\":4},\"calculations\":{\"perSizeUnit\":811.0,\"ratioTaxAmt\":156.09,\"rangePctOfValue\":4.0},\"condition\":{\"avmpoorlow\":1330864.5,\"avmpoorhigh\":1385185.5,\"avmgoodlow\":1400910.0,\"avmgoodhigh\":1458090.0,\"avmexcellentlow\":1435932.75,\"avmexcellenthigh\":1494542.25}},\"sale\":{\"salesearchdate\":\"2008-12-10\",\"saleTransDate\":\"2008-12-05\",\"amount\":{\"saleamt\":585000,\"salecode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"salerecdate\":\"2008-12-10\",\"saledisclosuretype\":0,\"saledoctype\":\"DEED\",\"saledocnum\":\"0000348024\",\"saletranstype\":\"Resale\"},\"calculation\":{\"priceperbed\":146250,\"pricepersizeunit\":332.2},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"C\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdimprpersizeunit\":294.77,\"assdimprvalue\":519092,\"assdlandpersizeunit\":23.51,\"assdlandvalue\":223359,\"assdttlpersizeunit\":421.61,\"assdttlvalue\":742451},\"calculations\":{\"calcimprind\":\"ASSESSED VALUE\",\"calcimprpersizeunit\":294.77,\"calcimprvalue\":519092,\"calclandind\":\"ASSESSED VALUE\",\"calclandpersizeunit\":23.51,\"calclandvalue\":223359,\"calcttlind\":\"ASSESSED VALUE\",\"calcttlvalue\":742451,\"calcvaluepersizeunit\":421.61},\"market\":{},\"tax\":{\"taxamt\":9158.32,\"taxpersizeunit\":5.2,\"taxyear\":2023}}}]}', 'success', NULL, '2024-05-13 15:27:59', '2024-05-13 15:27:59'),
(230, 6, 16, 'atom-property-services', 'jobs', '/valuation/rentalavm', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/rentalavm?address1=7875+Cresmtont+Ave&address2=Newark', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"01e6f227a07fdb7c5ffd9ca77261bf16\",\"attomId\":34671462},\"property\":[{\"identifier\":{\"Id\":34671462,\"fips\":\"06001\",\"apn\":\"92A-513-48\",\"attomId\":34671462},\"lot\":{\"lotsize1\":0.21809,\"lotsize2\":9500},\"area\":{\"countrysecsubd\":\"Alameda\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CA\",\"line1\":\"7875 CRESTMONT AVE\",\"line2\":\"NEWARK, CA 94560\",\"locality\":\"NEWARK\",\"matchCode\":\"ExaStr\",\"oneLine\":\"7875 CRESTMONT AVE, NEWARK, CA 94560\",\"postal1\":\"94560\",\"postal2\":\"1521\",\"postal3\":\"C019\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"37.535704\",\"longitude\":\"-122.055285\",\"distance\":0.0,\"geoid\":\"CO06001, CS0691070, ND0000018013, PL0650916, SB0000072222, SB0000072223, SB0000072228, ZI94560\",\"geoIdV4\":{\"CO\":\"1f38d16644cb82edb00a245a91495bfe\",\"CS\":\"12745abe42e4008071cc2fa66708b0ea\",\"DB\":\"f94a2ad0c88d2bc4700bae6880f32e98\",\"N2\":\"92598b4a8a5ab06190f399cd84e7015c\",\"PL\":\"83ce8c0b07633c4aaf150c0ed15e80fb\",\"SB\":\"d4e6c47aaccd4d38f33485844f8a1371, b501ca76d484afc479ea00e25cf2a915, 117cf3acc7e693722ef0b02f66c53477\",\"ZI\":\"a4b87282a8f60c3cea34de0725488a0c\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"propertyType\":\"SINGLE FAMILY RESIDENCE\",\"yearbuilt\":1968,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\"},\"utilities\":{},\"building\":{\"size\":{\"bldgsize\":1761,\"grosssize\":1761,\"grosssizeadjusted\":1761,\"livingsize\":1761,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":1761},\"rooms\":{\"bathstotal\":3.0,\"beds\":4,\"roomsTotal\":8},\"interior\":{},\"parking\":{},\"summary\":{\"levels\":1}},\"rentalAvm\":{\"estimatedRentalValue\":4629,\"estimatedMinRentalValue\":4118,\"estimatedMaxRentalValue\":5058,\"valuationDate\":\"2024-04-22\"},\"assessment\":{\"assessed\":{\"assdttlvalue\":742451},\"market\":{}},\"owner\":{\"owner1\":{\"fullname\":\"MAHIRI K MOORE\",\"lastname\":\"MOORE \",\"firstnameandmi\":\"MAHIRI K\"},\"owner2\":{\"fullname\":\"LINDSAY KATE MOORE\",\"lastname\":\"MOORE \",\"firstnameandmi\":\"LINDSAY KATE\"},\"owner3\":{\"fullname\":\"MAHIRI K MOORE & LINDSAY KATE MOOR\",\"lastname\":\"MAHIRI K MOORE & LINDSAY KATE MOOR \"},\"owner4\":{},\"absenteeownerstatus\":\"O\",\"mailingaddressoneline\":\"7875 CRESTMONT AVE, NEWARK, CA 94560-1521\"},\"vintage\":{\"lastModified\":\"2023-09-28\",\"pubDate\":\"2023-09-28\"}}]}', 'success', NULL, '2024-05-13 15:27:59', '2024-05-13 15:28:00'),
(231, 7, 17, 'atom-property-services', 'jobs', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=hj&address2=Dodge+City', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":3,\"page\":1,\"pagesize\":10,\"transactionID\":\"f8973187ad17e3fbd23c4a8cf93b7ecf\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":295062378,\"fips\":\"20057\",\"apn\":\"087-25-0-10-08-001.00-0\",\"attomId\":295062378},\"lot\":{\"depth\":132.5,\"frontage\":274.8,\"lotNum\":\"7-12\",\"lotSize1\":0.8399908,\"lotSize2\":36590.0,\"zoningType\":\"Residential\"},\"area\":{\"blockNum\":\"2\",\"countrySecSubd\":\"Ford\",\"countyUse1\":\"9910 \",\"munCode\":\"FO\",\"munName\":\"FORD\",\"subdName\":\"H S HAGGARD ADDITION\",\"taxCodeArea\":\"001\",\"censusTractIdent\":\"961802\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"KS\",\"line1\":\"AVE J\",\"line2\":\"DODGE CITY, KS 67801\",\"locality\":\"DODGE CITY\",\"matchCode\":\"ExaStr\",\"oneLine\":\"AVE J, DODGE CITY, KS 67801\",\"postal1\":\"67801\",\"postal2\":\"\",\"stateFips\":\"20\",\"situsStreetName\":\"AVENUE J\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"37.758599\",\"longitude\":\"-100.003489\",\"distance\":0.0,\"geoid\":\"CO20057, CS2059300, DB2005580, SB0000087908, SB0000140492, SB0000142232, SB0000142233, SB0000145835, SB0000145836, SB0000147582, SB0000149350, SB0000151148, SB0000153003, SB0000153004, SB0000153005, ZI67801\",\"geoIdV4\":{\"CO\":\"ee22eea0650ac655b6abb28497a95d08\",\"CS\":\"c943c9eafc8697f5a68a7110c3e2d26d\",\"DB\":\"61c4c84e8e89064296b3e86a4c0c9f1b\",\"PL\":\"1bb150b1f34e013bcd5bcc8e446f1d91\",\"SB\":\"ed787eadf922b2dc3ea7b71606c6420b, 6c9f73805f7318dbddeee8f5d01ac1ae, 2643201d29dd16041614ceaf1a8ec237, ccfdee2b76451dd7528ebb5969fe18f2, d16b8ff32a1ffb31b03d7870ff100655, 1dcbcc28292b23534bc0b2a6598fe425, 77d6198ed096fc93dbeb72bdf96e6a46, 80aa27135dba03da583bb7ed9b7b7f5d, bc0d7fbbf91406c4ab8aea929b67f911, 51f855dce8bdae7947d0f874e2802c48, 013d9933a2cee28d57974155cb11413a, dbbc9f23a9a1e4e12411671a5094425e\",\"ZI\":\"676af15a03363b244ad54824eb29e138\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Vacant\",\"propSubType\":\"Residential\",\"propType\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":80,\"legal1\":\"H S HAGGARD ADDITION, S25, T26, R25, BLOCK 2, LOT 7 - 12\"},\"utilities\":{\"sewerType\":\"MUNICIPAL\"},\"sale\":{\"sequenceSaleHistory\":3,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplcType\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":232.0,\"assdTtlValue\":232.0},\"market\":{\"mktLandValue\":1930.0,\"mktTtlValue\":1930.0},\"tax\":{\"taxAmt\":40.5,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"GERMAN GREGORIO FERMAN\",\"lastName\":\"FERMAN \",\"firstNameAndMi\":\"GERMAN GREGORIO\"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"401 N 4TH ST, GARDEN CITY, KS 67846-5619\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-08-01\",\"pubDate\":\"2023-08-01\"}},{\"identifier\":{\"Id\":295066771,\"fips\":\"20057\",\"apn\":\"087-25-0-40-08-004.00-0\",\"attomId\":295066771},\"lot\":{\"depth\":155.0,\"frontage\":25.0,\"lotNum\":\"3\",\"lotSize1\":0.0899908,\"lotSize2\":3920.0,\"zoningType\":\"Residential\"},\"area\":{\"blockNum\":\"74\",\"countrySecSubd\":\"Ford\",\"countyUse1\":\"9910 \",\"munCode\":\"FO\",\"munName\":\"FORD\",\"subdName\":\"ORIGINAL TOWN OF D C SUPP\",\"taxCodeArea\":\"001\",\"censusTractIdent\":\"961802\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"KS\",\"line1\":\"AVE J\",\"line2\":\"DODGE CITY, KS 67801\",\"locality\":\"DODGE CITY\",\"matchCode\":\"ExaStr\",\"oneLine\":\"AVE J, DODGE CITY, KS 67801\",\"postal1\":\"67801\",\"postal2\":\"\",\"stateFips\":\"20\",\"situsStreetName\":\"AVENUE J\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"37.757672\",\"longitude\":\"-100.003545\",\"distance\":0.0,\"geoid\":\"CO20057, CS2059300, DB2005580, SB0000087908, SB0000140492, SB0000142232, SB0000142233, SB0000145835, SB0000145836, SB0000147582, SB0000149350, SB0000151148, SB0000153003, SB0000153004, SB0000153005, ZI67801\",\"geoIdV4\":{\"CO\":\"ee22eea0650ac655b6abb28497a95d08\",\"CS\":\"c943c9eafc8697f5a68a7110c3e2d26d\",\"DB\":\"61c4c84e8e89064296b3e86a4c0c9f1b\",\"PL\":\"1bb150b1f34e013bcd5bcc8e446f1d91\",\"SB\":\"ed787eadf922b2dc3ea7b71606c6420b, 2643201d29dd16041614ceaf1a8ec237, d16b8ff32a1ffb31b03d7870ff100655, 77d6198ed096fc93dbeb72bdf96e6a46, bc0d7fbbf91406c4ab8aea929b67f911, 013d9933a2cee28d57974155cb11413a, dbbc9f23a9a1e4e12411671a5094425e, 51f855dce8bdae7947d0f874e2802c48, 80aa27135dba03da583bb7ed9b7b7f5d, 1dcbcc28292b23534bc0b2a6598fe425, ccfdee2b76451dd7528ebb5969fe18f2, 6c9f73805f7318dbddeee8f5d01ac1ae\",\"ZI\":\"676af15a03363b244ad54824eb29e138\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Vacant\",\"propSubType\":\"Residential\",\"propType\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":80,\"legal1\":\"ORIGINAL TOWN OF D C SUPP, S25, T26, R25, S2 LT 3 BLK 74\"},\"utilities\":{\"sewerType\":\"MUNICIPAL\"},\"sale\":{\"sequenceSaleHistory\":1,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplcType\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":34.0,\"assdTtlValue\":34.0},\"market\":{\"mktLandValue\":280.0,\"mktTtlValue\":280.0},\"tax\":{\"taxAmt\":6.13,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"ASSURANCE CAPITAL LLC\",\"lastName\":\"ASSURANCE CAPITAL LLC \",\"trustIndicator\":\"Not a Trust\"},\"owner2\":{\"trustIndicator\":\"Not a Trust\"},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"1909 FAIRWAY DR, DODGE CITY, KS 67801-2906\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-08-01\",\"pubDate\":\"2023-08-01\"}},{\"identifier\":{\"Id\":295066842,\"fips\":\"20057\",\"apn\":\"087-25-0-40-16-001.00-0\",\"attomId\":295066842},\"lot\":{\"depth\":155.0,\"frontage\":40.0,\"lotNum\":\"7\",\"lotSize1\":0.1399908,\"lotSize2\":6098.0,\"zoningType\":\"Commercial\"},\"area\":{\"blockNum\":\"68\",\"countrySecSubd\":\"Ford\",\"countyUse1\":\"2650 \",\"munCode\":\"FO\",\"munName\":\"FORD\",\"subdName\":\"ORIGINAL TOWN OF D C SUPP\",\"taxCodeArea\":\"001\",\"censusTractIdent\":\"962101\",\"censusBlockGroup\":\"2\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"KS\",\"line1\":\"AVE J\",\"line2\":\"DODGE CITY, KS 67801\",\"locality\":\"DODGE CITY\",\"matchCode\":\"ExaStr\",\"oneLine\":\"AVE J, DODGE CITY, KS 67801\",\"postal1\":\"67801\",\"postal2\":\"\",\"stateFips\":\"20\",\"situsStreetName\":\"AVENUE J\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"37.755167\",\"longitude\":\"-100.004346\",\"distance\":0.0,\"geoid\":\"CO20057, CS2059300, DB2005580, SB0000087908, SB0000140492, SB0000142232, SB0000142233, SB0000145835, SB0000145836, SB0000147582, SB0000149350, SB0000151148, SB0000153003, SB0000153004, SB0000153005, ZI67801\",\"geoIdV4\":{\"CO\":\"ee22eea0650ac655b6abb28497a95d08\",\"CS\":\"c943c9eafc8697f5a68a7110c3e2d26d\",\"DB\":\"61c4c84e8e89064296b3e86a4c0c9f1b\",\"PL\":\"1bb150b1f34e013bcd5bcc8e446f1d91\",\"SB\":\"51f855dce8bdae7947d0f874e2802c48, dbbc9f23a9a1e4e12411671a5094425e, 80aa27135dba03da583bb7ed9b7b7f5d, 013d9933a2cee28d57974155cb11413a, 1dcbcc28292b23534bc0b2a6598fe425, bc0d7fbbf91406c4ab8aea929b67f911, ccfdee2b76451dd7528ebb5969fe18f2, 77d6198ed096fc93dbeb72bdf96e6a46, 6c9f73805f7318dbddeee8f5d01ac1ae, d16b8ff32a1ffb31b03d7870ff100655, 2643201d29dd16041614ceaf1a8ec237, ed787eadf922b2dc3ea7b71606c6420b\",\"ZI\":\"676af15a03363b244ad54824eb29e138\"}},\"summary\":{\"propClass\":\"Parking\",\"propSubType\":\"Commercial\",\"propType\":\"PARKING LOT\",\"propertyType\":\"PARKING LOT\",\"propLandUse\":\"PARKING LOT\",\"propIndicator\":31,\"legal1\":\"ORIGINAL TOWN OF D C SUPP, S25, T26, R25, N 40\' LT 7 BLK 68\"},\"utilities\":{\"sewerType\":\"MUNICIPAL\"},\"sale\":{\"sequenceSaleHistory\":2,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{\"fplcType\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"assessment\":{\"appraised\":{},\"assessed\":{},\"market\":{\"mktImprValue\":5770.0,\"mktLandValue\":44460.0,\"mktTtlValue\":50230.0},\"tax\":{\"taxAmt\":100.0,\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"CATHEDRAL OUR LADY GUADALUPE CHURCH\",\"lastName\":\"CHURCH \",\"firstNameAndMi\":\"CATHEDRAL OUR LADY GUADALUPE\"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"mailingAddressOneLine\":\"PO BOX 670, DODGE CITY, KS 67801-0670\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-08-01\",\"pubDate\":\"2023-08-01\"}}]}', 'success', NULL, '2024-05-14 02:51:06', '2024-05-14 02:51:08');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(232, 7, 17, 'atom-property-services', 'jobs', '/property/detailmortgage', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detailmortgage?attomid=295062378', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"9090cbf7dde2f45511cd5702c8d6c172\",\"attomId\":295062378},\"property\":[{\"identifier\":{\"Id\":295062378,\"attomId\":295062378,\"fips\":\"20057\",\"apn\":\"087-25-0-10-08-001.00-0\"},\"lot\":{\"depth\":132,\"frontage\":274,\"lotnum\":\"7-12\",\"lotsize1\":0.8399908,\"lotsize2\":36590},\"area\":{\"blockNum\":\"2\",\"countrysecsubd\":\"Ford\",\"countyuse1\":\"9910 \",\"muncode\":\"FO\",\"munname\":\"FORD\",\"subdname\":\"H S HAGGARD ADDITION\",\"taxcodearea\":\"001\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"KS\",\"line1\":\"AVE J\",\"line2\":\"DODGE CITY, KS 67801\",\"locality\":\"DODGE CITY\",\"matchCode\":\"ExaStr\",\"oneLine\":\"AVE J, DODGE CITY, KS 67801\",\"postal1\":\"67801\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"37.758599\",\"longitude\":\"-100.003489\",\"distance\":0.0,\"geoid\":\"CO20057, CS2059300, DB2005580, SB0000087908, SB0000140492, SB0000142232, SB0000142233, SB0000145835, SB0000145836, SB0000147582, SB0000149350, SB0000151148, SB0000153003, SB0000153004, SB0000153005, ZI67801\",\"geoIdV4\":{\"CO\":\"ee22eea0650ac655b6abb28497a95d08\",\"CS\":\"c943c9eafc8697f5a68a7110c3e2d26d\",\"DB\":\"61c4c84e8e89064296b3e86a4c0c9f1b\",\"PL\":\"1bb150b1f34e013bcd5bcc8e446f1d91\",\"SB\":\"6c9f73805f7318dbddeee8f5d01ac1ae, ccfdee2b76451dd7528ebb5969fe18f2, 1dcbcc28292b23534bc0b2a6598fe425, 80aa27135dba03da583bb7ed9b7b7f5d, 51f855dce8bdae7947d0f874e2802c48, dbbc9f23a9a1e4e12411671a5094425e, 013d9933a2cee28d57974155cb11413a, bc0d7fbbf91406c4ab8aea929b67f911, 77d6198ed096fc93dbeb72bdf96e6a46, d16b8ff32a1ffb31b03d7870ff100655, 2643201d29dd16041614ceaf1a8ec237, ed787eadf922b2dc3ea7b71606c6420b\",\"ZI\":\"676af15a03363b244ad54824eb29e138\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\",\"legal1\":\"H S HAGGARD ADDITION, S25, T26, R25, BLOCK 2, LOT 7 - 12\"},\"utilities\":{\"sewertype\":\"MUNICIPAL\",\"watertype\":\"COMMERCIAL\"},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"mortgage\":{\"lender\":{},\"title\":{},\"date\":\"\",\"duedate\":\"\"},\"vintage\":{\"lastModified\":\"2023-08-01\",\"pubDate\":\"2023-08-01\"}}]}', 'success', NULL, '2024-05-14 02:51:08', '2024-05-14 02:51:09'),
(233, 7, 17, 'atom-property-services', 'jobs', '/allevents/detail', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/detail?id=295062378', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"4589e0744df410bf3c3cb62e9a31caf7\",\"attomId\":295062378},\"property\":[{\"identifier\":{\"Id\":295062378,\"fips\":\"20057\",\"apn\":\"087-25-0-10-08-001.00-0\",\"attomId\":295062378},\"lot\":{\"depth\":132,\"frontage\":274,\"lotnum\":\"7-12\",\"lotsize1\":0.8399908,\"lotsize2\":36590},\"area\":{\"blockNum\":\"2\",\"countrysecsubd\":\"Ford\",\"countyuse1\":\"9910 \",\"muncode\":\"FO\",\"munname\":\"FORD\",\"subdname\":\"H S HAGGARD ADDITION\",\"taxcodearea\":\"001\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"KS\",\"line1\":\"AVE J\",\"line2\":\"DODGE CITY, KS 67801\",\"locality\":\"DODGE CITY\",\"matchCode\":\"ExaStr\",\"oneLine\":\"AVE J, DODGE CITY, KS 67801\",\"postal1\":\"67801\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"37.758599\",\"longitude\":\"-100.003489\",\"distance\":0.0,\"geoid\":\"CO20057, CS2059300, DB2005580, SB0000087908, SB0000140492, SB0000142232, SB0000142233, SB0000145835, SB0000145836, SB0000147582, SB0000149350, SB0000151148, SB0000153003, SB0000153004, SB0000153005, ZI67801\",\"geoIdV4\":{\"CO\":\"ee22eea0650ac655b6abb28497a95d08\",\"CS\":\"c943c9eafc8697f5a68a7110c3e2d26d\",\"DB\":\"61c4c84e8e89064296b3e86a4c0c9f1b\",\"PL\":\"1bb150b1f34e013bcd5bcc8e446f1d91\",\"SB\":\"6c9f73805f7318dbddeee8f5d01ac1ae, ccfdee2b76451dd7528ebb5969fe18f2, 1dcbcc28292b23534bc0b2a6598fe425, 80aa27135dba03da583bb7ed9b7b7f5d, 51f855dce8bdae7947d0f874e2802c48, dbbc9f23a9a1e4e12411671a5094425e, 013d9933a2cee28d57974155cb11413a, bc0d7fbbf91406c4ab8aea929b67f911, 77d6198ed096fc93dbeb72bdf96e6a46, d16b8ff32a1ffb31b03d7870ff100655, 2643201d29dd16041614ceaf1a8ec237, ed787eadf922b2dc3ea7b71606c6420b\",\"ZI\":\"676af15a03363b244ad54824eb29e138\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\",\"legal1\":\"H S HAGGARD ADDITION, S25, T26, R25, BLOCK 2, LOT 7 - 12\"},\"utilities\":{\"sewertype\":\"MUNICIPAL\",\"watertype\":\"COMMERCIAL\"},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"vintage\":{\"lastModified\":\"2023-08-01\",\"pubDate\":\"2023-08-01\"},\"avm\":{\"amount\":{\"scr\":0,\"high\":0,\"low\":0},\"AVMChange\":{},\"calculations\":{},\"condition\":{\"avmpoorlow\":0.0,\"avmpoorhigh\":0.0,\"avmgoodlow\":0.0,\"avmgoodhigh\":0.0,\"avmexcellentlow\":0.0,\"avmexcellenthigh\":0.0}},\"sale\":{\"amount\":{\"saledisclosuretype\":1},\"calculation\":{},\"interfamily\":\"N\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdlandpersizeunit\":0.01,\"assdlandvalue\":232,\"assdttlvalue\":232},\"calculations\":{\"calcimprind\":\"MARKET VALUE\",\"calclandind\":\"MARKET VALUE\",\"calclandpersizeunit\":0.05,\"calclandvalue\":1930,\"calcttlind\":\"MARKET VALUE\",\"calcttlvalue\":1930},\"market\":{\"mktlandvalue\":1930,\"mktttlvalue\":1930},\"tax\":{\"taxamt\":40.5,\"taxyear\":2023}}}]}', 'success', NULL, '2024-05-14 02:51:09', '2024-05-14 02:51:09'),
(234, 7, 17, 'atom-property-services', 'jobs', '/valuation/rentalavm', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/rentalavm?address1=hj&address2=Dodge+City', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":3,\"page\":1,\"pagesize\":10,\"transactionID\":\"73af253f110436aa7424f028a0e887bc\"},\"property\":[{\"identifier\":{\"Id\":295062378,\"fips\":\"20057\",\"apn\":\"087-25-0-10-08-001.00-0\",\"attomId\":295062378},\"lot\":{\"depth\":132,\"frontage\":274,\"lotsize1\":0.8399908,\"lotsize2\":36590},\"area\":{\"countrysecsubd\":\"Ford\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"KS\",\"line1\":\"AVE J\",\"line2\":\"DODGE CITY, KS 67801\",\"locality\":\"DODGE CITY\",\"matchCode\":\"ExaStr\",\"oneLine\":\"AVE J, DODGE CITY, KS 67801\",\"postal1\":\"67801\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"37.758599\",\"longitude\":\"-100.003489\",\"distance\":0.0,\"geoid\":\"CO20057, CS2059300, DB2005580, SB0000087908, SB0000140492, SB0000142232, SB0000142233, SB0000145835, SB0000145836, SB0000147582, SB0000149350, SB0000151148, SB0000153003, SB0000153004, SB0000153005, ZI67801\",\"geoIdV4\":{\"CO\":\"ee22eea0650ac655b6abb28497a95d08\",\"CS\":\"c943c9eafc8697f5a68a7110c3e2d26d\",\"DB\":\"61c4c84e8e89064296b3e86a4c0c9f1b\",\"PL\":\"1bb150b1f34e013bcd5bcc8e446f1d91\",\"SB\":\"ed787eadf922b2dc3ea7b71606c6420b, 6c9f73805f7318dbddeee8f5d01ac1ae, 2643201d29dd16041614ceaf1a8ec237, ccfdee2b76451dd7528ebb5969fe18f2, d16b8ff32a1ffb31b03d7870ff100655, 1dcbcc28292b23534bc0b2a6598fe425, 77d6198ed096fc93dbeb72bdf96e6a46, 80aa27135dba03da583bb7ed9b7b7f5d, bc0d7fbbf91406c4ab8aea929b67f911, 51f855dce8bdae7947d0f874e2802c48, 013d9933a2cee28d57974155cb11413a, dbbc9f23a9a1e4e12411671a5094425e\",\"ZI\":\"676af15a03363b244ad54824eb29e138\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\"},\"utilities\":{\"sewertype\":\"MUNICIPAL\"},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":232},\"market\":{\"mktttlvalue\":1930,\"mktlandvalue\":1930}},\"owner\":{\"owner1\":{\"fullname\":\"GERMAN GREGORIO FERMAN\",\"lastname\":\"FERMAN \",\"firstnameandmi\":\"GERMAN GREGORIO\"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"401 N 4TH ST, GARDEN CITY, KS 67846-5619\"},\"vintage\":{\"lastModified\":\"2023-08-01\",\"pubDate\":\"2023-08-01\"}},{\"identifier\":{\"Id\":295066771,\"fips\":\"20057\",\"apn\":\"087-25-0-40-08-004.00-0\",\"attomId\":295066771},\"lot\":{\"depth\":155,\"frontage\":25,\"lotsize1\":0.0899908,\"lotsize2\":3920},\"area\":{\"countrysecsubd\":\"Ford\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"KS\",\"line1\":\"AVE J\",\"line2\":\"DODGE CITY, KS 67801\",\"locality\":\"DODGE CITY\",\"matchCode\":\"ExaStr\",\"oneLine\":\"AVE J, DODGE CITY, KS 67801\",\"postal1\":\"67801\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"37.757672\",\"longitude\":\"-100.003545\",\"distance\":0.0,\"geoid\":\"CO20057, CS2059300, DB2005580, SB0000087908, SB0000140492, SB0000142232, SB0000142233, SB0000145835, SB0000145836, SB0000147582, SB0000149350, SB0000151148, SB0000153003, SB0000153004, SB0000153005, ZI67801\",\"geoIdV4\":{\"CO\":\"ee22eea0650ac655b6abb28497a95d08\",\"CS\":\"c943c9eafc8697f5a68a7110c3e2d26d\",\"DB\":\"61c4c84e8e89064296b3e86a4c0c9f1b\",\"PL\":\"1bb150b1f34e013bcd5bcc8e446f1d91\",\"SB\":\"ed787eadf922b2dc3ea7b71606c6420b, 2643201d29dd16041614ceaf1a8ec237, d16b8ff32a1ffb31b03d7870ff100655, 77d6198ed096fc93dbeb72bdf96e6a46, bc0d7fbbf91406c4ab8aea929b67f911, 013d9933a2cee28d57974155cb11413a, dbbc9f23a9a1e4e12411671a5094425e, 51f855dce8bdae7947d0f874e2802c48, 80aa27135dba03da583bb7ed9b7b7f5d, 1dcbcc28292b23534bc0b2a6598fe425, ccfdee2b76451dd7528ebb5969fe18f2, 6c9f73805f7318dbddeee8f5d01ac1ae\",\"ZI\":\"676af15a03363b244ad54824eb29e138\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\"},\"utilities\":{\"sewertype\":\"MUNICIPAL\"},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":34},\"market\":{\"mktttlvalue\":280,\"mktlandvalue\":280}},\"owner\":{\"owner1\":{\"fullname\":\"ASSURANCE CAPITAL LLC\",\"lastname\":\"ASSURANCE CAPITAL LLC \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"1909 FAIRWAY DR, DODGE CITY, KS 67801-2906\"},\"vintage\":{\"lastModified\":\"2023-08-01\",\"pubDate\":\"2023-08-01\"}},{\"identifier\":{\"Id\":295066842,\"fips\":\"20057\",\"apn\":\"087-25-0-40-16-001.00-0\",\"attomId\":295066842},\"lot\":{\"depth\":155,\"frontage\":40,\"lotsize1\":0.1399908,\"lotsize2\":6098},\"area\":{\"countrysecsubd\":\"Ford\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"KS\",\"line1\":\"AVE J\",\"line2\":\"DODGE CITY, KS 67801\",\"locality\":\"DODGE CITY\",\"matchCode\":\"ExaStr\",\"oneLine\":\"AVE J, DODGE CITY, KS 67801\",\"postal1\":\"67801\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"37.755167\",\"longitude\":\"-100.004346\",\"distance\":0.0,\"geoid\":\"CO20057, CS2059300, DB2005580, SB0000087908, SB0000140492, SB0000142232, SB0000142233, SB0000145835, SB0000145836, SB0000147582, SB0000149350, SB0000151148, SB0000153003, SB0000153004, SB0000153005, ZI67801\",\"geoIdV4\":{\"CO\":\"ee22eea0650ac655b6abb28497a95d08\",\"CS\":\"c943c9eafc8697f5a68a7110c3e2d26d\",\"DB\":\"61c4c84e8e89064296b3e86a4c0c9f1b\",\"PL\":\"1bb150b1f34e013bcd5bcc8e446f1d91\",\"SB\":\"51f855dce8bdae7947d0f874e2802c48, dbbc9f23a9a1e4e12411671a5094425e, 80aa27135dba03da583bb7ed9b7b7f5d, 013d9933a2cee28d57974155cb11413a, 1dcbcc28292b23534bc0b2a6598fe425, bc0d7fbbf91406c4ab8aea929b67f911, ccfdee2b76451dd7528ebb5969fe18f2, 77d6198ed096fc93dbeb72bdf96e6a46, 6c9f73805f7318dbddeee8f5d01ac1ae, d16b8ff32a1ffb31b03d7870ff100655, 2643201d29dd16041614ceaf1a8ec237, ed787eadf922b2dc3ea7b71606c6420b\",\"ZI\":\"676af15a03363b244ad54824eb29e138\"}},\"summary\":{\"propclass\":\"Parking\",\"propsubtype\":\"Commercial\",\"proptype\":\"PARKING LOT\",\"propertyType\":\"PARKING LOT\",\"propLandUse\":\"PARKING LOT\",\"propIndicator\":\"31\"},\"utilities\":{\"sewertype\":\"MUNICIPAL\"},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{},\"market\":{\"mktttlvalue\":50230,\"mktlandvalue\":44460}},\"owner\":{\"owner1\":{\"fullname\":\"CATHEDRAL OUR LADY GUADALUPE CHURCH\",\"lastname\":\"CHURCH \",\"firstnameandmi\":\"CATHEDRAL OUR LADY GUADALUPE\"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"mailingaddressoneline\":\"PO BOX 670, DODGE CITY, KS 67801-0670\"},\"vintage\":{\"lastModified\":\"2023-08-01\",\"pubDate\":\"2023-08-01\"}}]}', 'success', NULL, '2024-05-14 02:51:09', '2024-05-14 02:51:10'),
(235, 11, 18, 'atom-property-services', 'jobs', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Testing&address2=Test', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":50,\"page\":1,\"pagesize\":10,\"transactionID\":\"365799bc220408c86e1ab1d9a31e02d9\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":310553258,\"fips\":\"56001\",\"apn\":\"12710430001200\",\"attomId\":310553258},\"lot\":{\"lotSize1\":640.0,\"lotSize2\":27878400.0,\"zoningType\":\"AGRICULTURE / FARMING\"},\"area\":{\"countrySecSubd\":\"Albany\",\"countyUse1\":\"40307\",\"munCode\":\"AL\",\"munName\":\"ALBANY\",\"taxCodeArea\":\"0101\",\"censusTractIdent\":\"963900\",\"censusBlockGroup\":\"4\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\",\"stateFips\":\"56\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.026177\",\"longitude\":\"-105.365420\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"propClass\":\"Agricultural\",\"propSubType\":\"AGRICULTURE / FARMING\",\"propType\":\"FARMS\",\"propertyType\":\"RANGE LAND (GRAZING)\",\"propLandUse\":\"FARMS\",\"propIndicator\":70,\"legal1\":\"12 N 71 W 4 S2SW 80.000, W2SE 80.000, 8 E2 320.000, 9 W2SW 80.000, W2NW 80.000 TOTAL ACRES: 640.000\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":7,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{\"fplcType\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":5557.0,\"assdTtlValue\":5557.0},\"market\":{\"mktLandValue\":58490.0,\"mktTtlValue\":58490.0},\"tax\":{\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"DOUBLE X RANCH , A CO\",\"lastName\":\"DOUBLE X RANCH , A CO \",\"trustIndicator\":\"Not a Trust\"},\"owner2\":{\"trustIndicator\":\"Not a Trust\"},\"owner3\":{},\"owner4\":{},\"mailingAddressOneLine\":\"PO BOX 867, CHEYENNE, WY 82003-0867\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553260,\"fips\":\"56001\",\"apn\":\"12710620000700\",\"attomId\":310553260},\"lot\":{\"lotSize1\":17.0,\"lotSize2\":740520.0,\"zoningType\":\"Residential\"},\"area\":{\"countrySecSubd\":\"Albany\",\"countyUse1\":\"10003\",\"munCode\":\"AL\",\"munName\":\"ALBANY\",\"subdTractNum\":\"17.000\",\"taxCodeArea\":\"0101\",\"censusTractIdent\":\"963900\",\"censusBlockGroup\":\"4\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\",\"stateFips\":\"56\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.043942\",\"longitude\":\"-105.395605\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"RESIDENTIAL (NEC)\",\"propertyType\":\"MISCELLANEOUS (RESIDENTIAL)\",\"propLandUse\":\"RESIDENTIAL (NEC)\",\"propIndicator\":10,\"legal1\":\"12 N 71 W 6 L 2 PORT 4.51, L 3 PORT 12.49 (AKA: TR IN NENW) 17.000, TOTAL ACRES: 17.000\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":3,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplcType\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":482.0,\"assdLandValue\":8450.0,\"assdTtlValue\":8932.0},\"market\":{\"mktImprValue\":5074.0,\"mktLandValue\":88948.0,\"mktTtlValue\":94022.0},\"tax\":{\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":5,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"JOHN FLORA\",\"lastName\":\"FLORA \",\"firstNameAndMi\":\"JOHN \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"642 PUMPKIN VINE RD, TIE SIDING, WY 82084-3047\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553268,\"fips\":\"56001\",\"apn\":\"12710640001900\",\"attomId\":310553268},\"lot\":{\"lotSize1\":9.8800001,\"lotSize2\":430373.0,\"zoningType\":\"Residential\"},\"area\":{\"countrySecSubd\":\"Albany\",\"countyUse1\":\"00103\",\"munCode\":\"AL\",\"munName\":\"ALBANY\",\"taxCodeArea\":\"0101\",\"censusTractIdent\":\"963900\",\"censusBlockGroup\":\"4\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\",\"stateFips\":\"56\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.034402\",\"longitude\":\"-105.392141\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Vacant\",\"propSubType\":\"Residential\",\"propType\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":80,\"legal1\":\"12 N 71 W 6 N2N2SW4SE4 9.880, TOTAL ACRES: 9.880\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":4,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplcType\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":6068.0,\"assdTtlValue\":6068.0},\"market\":{\"mktLandValue\":63876.0,\"mktTtlValue\":63876.0},\"tax\":{\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"SHARON L MATHIESEN\",\"lastName\":\"MATHIESEN \",\"firstNameAndMi\":\"SHARON L\"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"104 OLD WAGON RD, TIE SIDING, WY 82084-3029\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553270,\"fips\":\"56001\",\"apn\":\"12710640002200\",\"attomId\":310553270},\"lot\":{\"lotSize1\":9.9300003,\"lotSize2\":432551.0,\"zoningType\":\"Residential\"},\"area\":{\"countrySecSubd\":\"Albany\",\"countyUse1\":\"00103\",\"munCode\":\"AL\",\"munName\":\"ALBANY\",\"taxCodeArea\":\"0101\",\"censusTractIdent\":\"963900\",\"censusBlockGroup\":\"4\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\",\"stateFips\":\"56\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.031685\",\"longitude\":\"-105.392087\",\"distance\":0.0,\"geoid\":\"CO56001\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Vacant\",\"propSubType\":\"Residential\",\"propType\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":80,\"legal1\":\"12 N 71 W 6 S2S2SW4SE4 9.930, TOTAL ACRES: 9.930\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":10,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplcType\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":6087.0,\"assdTtlValue\":6087.0},\"market\":{\"mktLandValue\":64073.0,\"mktTtlValue\":64073.0},\"tax\":{\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"NICHOLAS P OCEANAK\",\"lastName\":\"OCEANAK \",\"firstNameAndMi\":\"NICHOLAS P\"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"109 OLD WAGON RD, TIE SIDING, WY 82084-3029\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553274,\"fips\":\"56001\",\"apn\":\"12712410001800\",\"attomId\":310553274},\"lot\":{\"lotNum\":\"1-4\",\"lotSize1\":170.31,\"lotSize2\":7418703.0,\"zoningType\":\"Residential\"},\"area\":{\"countrySecSubd\":\"Albany\",\"countyUse1\":\"10401\",\"munCode\":\"AL\",\"munName\":\"ALBANY\",\"taxCodeArea\":\"0101\",\"censusTractIdent\":\"963900\",\"censusBlockGroup\":\"4\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\",\"stateFips\":\"56\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.000063\",\"longitude\":\"-105.297730\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"62e6e2b0a674ce5d10f92e28821e4f33\"}},\"summary\":{\"archStyle\":\"COTTAGE\",\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"RURAL HOMESITE\",\"propertyType\":\"RURAL RESIDENCE\",\"yearBuilt\":1930,\"propLandUse\":\"RURAL HOMESITE\",\"propIndicator\":10,\"legal1\":\"12 N 71 W 24 LOTS 1-4 170.310, TOTAL ACRES: 170.310\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":1,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":120.0,\"grossSizeAdjusted\":120.0,\"livingSize\":120.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":120.0},\"rooms\":{},\"interior\":{\"fplcType\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":854.0,\"assdLandValue\":340.0,\"assdTtlValue\":1194.0},\"market\":{\"mktImprValue\":8994.0,\"mktLandValue\":3581.0,\"mktTtlValue\":12575.0},\"tax\":{\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":71,\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"WALNO, BONNIE J TRUST\",\"lastName\":\"WALNO, BONNIE J TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"fullName\":\"WALNO, BONNIE J TR\",\"lastName\":\"WALNO, BONNIE J TR \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"1657 BUFFALO HORN RD, LIVERMORE, CO 80536-7658\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553275,\"fips\":\"56001\",\"apn\":\"12720510000300\",\"attomId\":310553275},\"lot\":{\"lotSize1\":637.34003,\"lotSize2\":27762530.0,\"zoningType\":\"AGRICULTURE / FARMING\"},\"area\":{\"countrySecSubd\":\"Albany\",\"countyUse1\":\"40311\",\"munCode\":\"AL\",\"munName\":\"ALBANY\",\"taxCodeArea\":\"0101\",\"censusTractIdent\":\"963900\",\"censusBlockGroup\":\"4\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\",\"stateFips\":\"56\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.038348\",\"longitude\":\"-105.490254\",\"distance\":0.0,\"geoid\":\"CO56001\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"propClass\":\"Agricultural\",\"propSubType\":\"AGRICULTURE / FARMING\",\"propType\":\"FARMS\",\"propertyType\":\"RANGE LAND (GRAZING)\",\"propLandUse\":\"FARMS\",\"propIndicator\":70,\"legal1\":\"12 N 72 W 5 L 1 39.08, L 2 39.25, L 3 39.42, L 4 39.59 (AKA: N2N2) 157.34, S2N2 160, S2 320- 637.34 TOTAL ACRES: 637.34\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":2,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{\"fplcType\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":2543.0,\"assdTtlValue\":2543.0},\"market\":{\"mktLandValue\":26774.0,\"mktTtlValue\":26774.0},\"tax\":{\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"KILPATRICK, WM C TRUST\",\"lastName\":\"KILPATRICK, WM C TRUST \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"fullName\":\"KILPATRICK, PATRICIA A TRUST\",\"lastName\":\"KILPATRICK, PATRICIA A TRUST \"},\"owner4\":{},\"mailingAddressOneLine\":\"PO BOX 1467, LARAMIE, WY 82073-1467\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553276,\"fips\":\"56001\",\"apn\":\"12720610000900\",\"attomId\":310553276},\"lot\":{\"lotSize1\":639.22998,\"lotSize2\":27844859.0,\"zoningType\":\"AGRICULTURE / FARMING\"},\"area\":{\"countrySecSubd\":\"Albany\",\"countyUse1\":\"40310\",\"munCode\":\"AL\",\"munName\":\"ALBANY\",\"taxCodeArea\":\"0101\",\"censusTractIdent\":\"963900\",\"censusBlockGroup\":\"4\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\",\"stateFips\":\"56\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.038158\",\"longitude\":\"-105.509396\",\"distance\":0.0,\"geoid\":\"CO56001\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Agricultural\",\"propSubType\":\"AGRICULTURE / FARMING\",\"propType\":\"FARMS\",\"propertyType\":\"RANGE LAND (GRAZING)\",\"propLandUse\":\"FARMS\",\"propIndicator\":70,\"legal1\":\"12 N 72 W 6 L 1 39.72, L 2 39.8 (AKA: N2NE) 79.52, L 3 39.88 (AKA: NENW), L 4 39.96, L 5 39.99, L 6 39.96, L 7 39.92 (AKA:\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":6,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{\"fplcType\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":3912.0,\"assdTtlValue\":3912.0},\"market\":{\"mktLandValue\":41181.0,\"mktTtlValue\":41181.0},\"tax\":{\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"DAVID M KILPATRICK\",\"lastName\":\"KILPATRICK \",\"firstNameAndMi\":\"DAVID M\"},\"owner2\":{},\"owner3\":{\"fullName\":\"NIKKI V MALCOM\",\"lastName\":\"MALCOM \",\"firstNameAndMi\":\"NIKKI V\"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"204 NEW BEDFORD DR, CHEYENNE, WY 82009-2687\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553279,\"fips\":\"56001\",\"apn\":\"12722410000800\",\"attomId\":310553279},\"lot\":{\"lotNum\":\"1\",\"lotSize1\":15.04,\"lotSize2\":655142.0,\"zoningType\":\"Residential\"},\"area\":{\"countrySecSubd\":\"Albany\",\"countyUse1\":\"00103\",\"munCode\":\"AL\",\"munName\":\"ALBANY\",\"taxCodeArea\":\"0101\",\"censusTractIdent\":\"963900\",\"censusBlockGroup\":\"4\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\",\"stateFips\":\"56\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.998627\",\"longitude\":\"-105.405286\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Vacant\",\"propSubType\":\"Residential\",\"propType\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":80,\"legal1\":\"12 N 72 W 24 LOT 1 PT OF 15.04, TOTAL ACRES: 15.04\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":5,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplcType\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":7841.0,\"assdTtlValue\":7841.0},\"market\":{\"mktLandValue\":82542.0,\"mktTtlValue\":82542.0},\"tax\":{\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"EVEN BRANDE\",\"lastName\":\"BRANDE \",\"firstNameAndMi\":\"EVEN \"},\"owner2\":{},\"owner3\":{\"fullName\":\"ANNE\",\"lastName\":\"ANNE \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"812 E GRAND AVE, LARAMIE, WY 82070-3942\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553280,\"fips\":\"56001\",\"apn\":\"12730220000700\",\"attomId\":310553280},\"lot\":{\"lotNum\":\"1-4\",\"lotSize1\":241.75,\"lotSize2\":10530630.0,\"zoningType\":\"AGRICULTURE / FARMING\"},\"area\":{\"countrySecSubd\":\"Albany\",\"countyUse1\":\"40309\",\"munCode\":\"AL\",\"munName\":\"ALBANY\",\"taxCodeArea\":\"0101\",\"censusTractIdent\":\"963900\",\"censusBlockGroup\":\"4\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\",\"stateFips\":\"56\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.042206\",\"longitude\":\"-105.555913\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Agricultural\",\"propSubType\":\"AGRICULTURE / FARMING\",\"propType\":\"FARMS\",\"propertyType\":\"RANGE LAND (GRAZING)\",\"propLandUse\":\"FARMS\",\"propIndicator\":70,\"legal1\":\"12 N 73 W 2 S2NW4,LOTS 3 & 4; 3 L 1 & 2 N OF CTY RD TOTAL ACRES: 241.75\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":8,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{\"fplcType\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":3281.0,\"assdTtlValue\":3281.0},\"market\":{\"mktLandValue\":34531.0,\"mktTtlValue\":34531.0},\"tax\":{\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"JONI S LIVING TRUST (DATED 1/20/20)\",\"lastName\":\"JONI S LIVING TRUST (DATED 1/20/20) \",\"trustIndicator\":\"Name is a Trust\"},\"owner2\":{\"trustIndicator\":\"Name is a Trust\"},\"owner3\":{\"fullName\":\"JUAN D JONI S REYES\",\"lastName\":\"REYES \",\"firstNameAndMi\":\"JUAN D JONI S\"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"98 OLSON RD, WHEATLAND, WY 82201-8521\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553283,\"fips\":\"56001\",\"apn\":\"12730320100300\",\"attomId\":310553283},\"lot\":{\"lotNum\":\"G\",\"lotSize1\":35.299999,\"lotSize2\":1537668.0,\"zoningType\":\"Residential\"},\"area\":{\"countrySecSubd\":\"Albany\",\"countyUse1\":\"00102\",\"munCode\":\"AL\",\"munName\":\"ALBANY\",\"subdName\":\"CORRAL SPRINGS\",\"taxCodeArea\":\"0101\",\"censusTractIdent\":\"963900\",\"censusBlockGroup\":\"4\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\",\"stateFips\":\"56\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.041921\",\"longitude\":\"-105.568548\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, 03b966cca44425acc17732e99185d7aa, f460b83f9a1f0caeee2b9030a458a20f\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Vacant\",\"propSubType\":\"Residential\",\"propType\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":80,\"legal1\":\"CORRAL SPRINGS TR G\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":9,\"amount\":{\"saleDisclosureType\":1},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplcType\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":13196.0,\"assdTtlValue\":13196.0},\"market\":{\"mktLandValue\":138910.0,\"mktTtlValue\":138910.0},\"tax\":{\"taxYear\":2022.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"CARSON R AANENSON\",\"lastName\":\"AANENSON \",\"firstNameAndMi\":\"CARSON R\"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"3215 FORT SANDERS RD, LARAMIE, WY 82070-6837\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}}]}', 'success', NULL, '2024-05-15 13:01:39', '2024-05-15 13:01:40'),
(236, 11, 18, 'atom-property-services', 'jobs', '/property/detailmortgage', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detailmortgage?attomid=310553258', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"1a17656fc331a13a732e7dfe6afbdd0d\",\"attomId\":310553258},\"property\":[{\"identifier\":{\"Id\":310553258,\"attomId\":310553258,\"fips\":\"56001\",\"apn\":\"12710430001200\"},\"lot\":{\"lotsize1\":640.0,\"lotsize2\":27878400},\"area\":{\"countrysecsubd\":\"Albany\",\"countyuse1\":\"40307\",\"muncode\":\"AL\",\"munname\":\"ALBANY\",\"taxcodearea\":\"0101\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.026177\",\"longitude\":\"-105.365420\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa, 2733db09286df6736ef8a276e6de3420\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"propclass\":\"Agricultural\",\"propsubtype\":\"AGRICULTURE / FARMING\",\"proptype\":\"FARMS\",\"propertyType\":\"RANGE LAND (GRAZING)\",\"propLandUse\":\"FARMS\",\"propIndicator\":\"70\",\"legal1\":\"12 N 71 W 4 S2SW 80.000, W2SE 80.000, 8 E2 320.000, 9 W2SW 80.000, W2NW 80.000 TOTAL ACRES: 640.000\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"mortgage\":{\"lender\":{},\"title\":{},\"date\":\"\",\"duedate\":\"\"},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}}]}', 'success', NULL, '2024-05-15 13:01:40', '2024-05-15 13:01:41'),
(237, 11, 18, 'atom-property-services', 'jobs', '/allevents/detail', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/detail?id=310553258', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"711cfe32be3beb0f0ebab65991860847\",\"attomId\":310553258},\"property\":[{\"identifier\":{\"Id\":310553258,\"fips\":\"56001\",\"apn\":\"12710430001200\",\"attomId\":310553258},\"lot\":{\"lotsize1\":640.0,\"lotsize2\":27878400},\"area\":{\"countrysecsubd\":\"Albany\",\"countyuse1\":\"40307\",\"muncode\":\"AL\",\"munname\":\"ALBANY\",\"taxcodearea\":\"0101\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.026177\",\"longitude\":\"-105.365420\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa, 2733db09286df6736ef8a276e6de3420\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"propclass\":\"Agricultural\",\"propsubtype\":\"AGRICULTURE / FARMING\",\"proptype\":\"FARMS\",\"propertyType\":\"RANGE LAND (GRAZING)\",\"propLandUse\":\"FARMS\",\"propIndicator\":\"70\",\"legal1\":\"12 N 71 W 4 S2SW 80.000, W2SE 80.000, 8 E2 320.000, 9 W2SW 80.000, W2NW 80.000 TOTAL ACRES: 640.000\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"},\"avm\":{\"amount\":{\"scr\":0,\"high\":0,\"low\":0},\"AVMChange\":{},\"calculations\":{},\"condition\":{\"avmpoorlow\":0.0,\"avmpoorhigh\":0.0,\"avmgoodlow\":0.0,\"avmgoodhigh\":0.0,\"avmexcellentlow\":0.0,\"avmexcellenthigh\":0.0}},\"sale\":{\"amount\":{\"saledisclosuretype\":1},\"calculation\":{},\"interfamily\":\"N\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdlandpersizeunit\":0.0,\"assdlandvalue\":5557,\"assdttlvalue\":5557},\"calculations\":{\"calcimprind\":\"MARKET VALUE\",\"calclandind\":\"MARKET VALUE\",\"calclandpersizeunit\":0.0,\"calclandvalue\":58490,\"calcttlind\":\"MARKET VALUE\",\"calcttlvalue\":58490},\"market\":{\"mktlandvalue\":58490,\"mktttlvalue\":58490},\"tax\":{\"taxyear\":2022}}}]}', 'success', NULL, '2024-05-15 13:01:41', '2024-05-15 13:01:41');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(238, 11, 18, 'atom-property-services', 'jobs', '/valuation/rentalavm', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/rentalavm?address1=Testing&address2=Test', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":50,\"page\":1,\"pagesize\":10,\"transactionID\":\"f9a77a07a8ac41d4bee4dcf846b58718\"},\"property\":[{\"identifier\":{\"Id\":310553258,\"fips\":\"56001\",\"apn\":\"12710430001200\",\"attomId\":310553258},\"lot\":{\"lotsize1\":640.0,\"lotsize2\":27878400},\"area\":{\"countrysecsubd\":\"Albany\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.026177\",\"longitude\":\"-105.365420\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"propclass\":\"Agricultural\",\"propsubtype\":\"AGRICULTURE / FARMING\",\"proptype\":\"FARMS\",\"propertyType\":\"RANGE LAND (GRAZING)\",\"propLandUse\":\"FARMS\",\"propIndicator\":\"70\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":5557},\"market\":{\"mktttlvalue\":58490,\"mktlandvalue\":58490}},\"owner\":{\"owner1\":{\"fullname\":\"DOUBLE X RANCH , A CO\",\"lastname\":\"DOUBLE X RANCH , A CO \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"mailingaddressoneline\":\"PO BOX 867, CHEYENNE, WY 82003-0867\"},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553260,\"fips\":\"56001\",\"apn\":\"12710620000700\",\"attomId\":310553260},\"lot\":{\"lotsize1\":17.0,\"lotsize2\":740520},\"area\":{\"countrysecsubd\":\"Albany\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.043942\",\"longitude\":\"-105.395605\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL (NEC)\",\"propertyType\":\"MISCELLANEOUS (RESIDENTIAL)\",\"propLandUse\":\"RESIDENTIAL (NEC)\",\"propIndicator\":\"10\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":8932},\"market\":{\"mktttlvalue\":94022,\"mktlandvalue\":88948}},\"owner\":{\"owner1\":{\"fullname\":\"JOHN FLORA\",\"lastname\":\"FLORA \",\"firstnameandmi\":\"JOHN \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"642 PUMPKIN VINE RD, TIE SIDING, WY 82084-3047\"},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553268,\"fips\":\"56001\",\"apn\":\"12710640001900\",\"attomId\":310553268},\"lot\":{\"lotsize1\":9.88,\"lotsize2\":430373},\"area\":{\"countrysecsubd\":\"Albany\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.034402\",\"longitude\":\"-105.392141\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":6068},\"market\":{\"mktttlvalue\":63876,\"mktlandvalue\":63876}},\"owner\":{\"owner1\":{\"fullname\":\"SHARON L MATHIESEN\",\"lastname\":\"MATHIESEN \",\"firstnameandmi\":\"SHARON L\"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"104 OLD WAGON RD, TIE SIDING, WY 82084-3029\"},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553270,\"fips\":\"56001\",\"apn\":\"12710640002200\",\"attomId\":310553270},\"lot\":{\"lotsize1\":9.93,\"lotsize2\":432551},\"area\":{\"countrysecsubd\":\"Albany\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.031685\",\"longitude\":\"-105.392087\",\"distance\":0.0,\"geoid\":\"CO56001\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":6087},\"market\":{\"mktttlvalue\":64073,\"mktlandvalue\":64073}},\"owner\":{\"owner1\":{\"fullname\":\"NICHOLAS P OCEANAK\",\"lastname\":\"OCEANAK \",\"firstnameandmi\":\"NICHOLAS P\"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"109 OLD WAGON RD, TIE SIDING, WY 82084-3029\"},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553274,\"fips\":\"56001\",\"apn\":\"12712410001800\",\"attomId\":310553274},\"lot\":{\"lotsize1\":170.31,\"lotsize2\":7418703},\"area\":{\"countrysecsubd\":\"Albany\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.000063\",\"longitude\":\"-105.297730\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"62e6e2b0a674ce5d10f92e28821e4f33\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"RURAL HOMESITE\",\"propertyType\":\"RURAL RESIDENCE\",\"yearbuilt\":1930,\"propLandUse\":\"RURAL HOMESITE\",\"propIndicator\":\"10\"},\"utilities\":{},\"building\":{\"size\":{\"bldgsize\":120,\"grosssizeadjusted\":120,\"livingsize\":120,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":120},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":1194},\"market\":{\"mktttlvalue\":12575,\"mktlandvalue\":3581}},\"owner\":{\"owner1\":{\"fullname\":\"WALNO, BONNIE J TRUST\",\"lastname\":\"WALNO, BONNIE J TRUST \"},\"owner2\":{},\"owner3\":{\"fullname\":\"WALNO, BONNIE J TR\",\"lastname\":\"WALNO, BONNIE J TR \"},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"1657 BUFFALO HORN RD, LIVERMORE, CO 80536-7658\"},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553275,\"fips\":\"56001\",\"apn\":\"12720510000300\",\"attomId\":310553275},\"lot\":{\"lotsize1\":637.34,\"lotsize2\":27762530},\"area\":{\"countrysecsubd\":\"Albany\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.038348\",\"longitude\":\"-105.490254\",\"distance\":0.0,\"geoid\":\"CO56001\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"propclass\":\"Agricultural\",\"propsubtype\":\"AGRICULTURE / FARMING\",\"proptype\":\"FARMS\",\"propertyType\":\"RANGE LAND (GRAZING)\",\"propLandUse\":\"FARMS\",\"propIndicator\":\"70\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":2543},\"market\":{\"mktttlvalue\":26774,\"mktlandvalue\":26774}},\"owner\":{\"owner1\":{\"fullname\":\"KILPATRICK, WM C TRUST\",\"lastname\":\"KILPATRICK, WM C TRUST \"},\"owner2\":{},\"owner3\":{\"fullname\":\"KILPATRICK, PATRICIA A TRUST\",\"lastname\":\"KILPATRICK, PATRICIA A TRUST \"},\"owner4\":{},\"mailingaddressoneline\":\"PO BOX 1467, LARAMIE, WY 82073-1467\"},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553276,\"fips\":\"56001\",\"apn\":\"12720610000900\",\"attomId\":310553276},\"lot\":{\"lotsize1\":639.23,\"lotsize2\":27844859},\"area\":{\"countrysecsubd\":\"Albany\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.038158\",\"longitude\":\"-105.509396\",\"distance\":0.0,\"geoid\":\"CO56001\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Agricultural\",\"propsubtype\":\"AGRICULTURE / FARMING\",\"proptype\":\"FARMS\",\"propertyType\":\"RANGE LAND (GRAZING)\",\"propLandUse\":\"FARMS\",\"propIndicator\":\"70\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":3912},\"market\":{\"mktttlvalue\":41181,\"mktlandvalue\":41181}},\"owner\":{\"owner1\":{\"fullname\":\"DAVID M KILPATRICK\",\"lastname\":\"KILPATRICK \",\"firstnameandmi\":\"DAVID M\"},\"owner2\":{},\"owner3\":{\"fullname\":\"NIKKI V MALCOM\",\"lastname\":\"MALCOM \",\"firstnameandmi\":\"NIKKI V\"},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"204 NEW BEDFORD DR, CHEYENNE, WY 82009-2687\"},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553279,\"fips\":\"56001\",\"apn\":\"12722410000800\",\"attomId\":310553279},\"lot\":{\"lotsize1\":15.04,\"lotsize2\":655142},\"area\":{\"countrysecsubd\":\"Albany\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.998627\",\"longitude\":\"-105.405286\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":7841},\"market\":{\"mktttlvalue\":82542,\"mktlandvalue\":82542}},\"owner\":{\"owner1\":{\"fullname\":\"EVEN BRANDE\",\"lastname\":\"BRANDE \",\"firstnameandmi\":\"EVEN \"},\"owner2\":{},\"owner3\":{\"fullname\":\"ANNE\",\"lastname\":\"ANNE \"},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"812 E GRAND AVE, LARAMIE, WY 82070-3942\"},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553280,\"fips\":\"56001\",\"apn\":\"12730220000700\",\"attomId\":310553280},\"lot\":{\"lotsize1\":241.75,\"lotsize2\":10530630},\"area\":{\"countrysecsubd\":\"Albany\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.042206\",\"longitude\":\"-105.555913\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Agricultural\",\"propsubtype\":\"AGRICULTURE / FARMING\",\"proptype\":\"FARMS\",\"propertyType\":\"RANGE LAND (GRAZING)\",\"propLandUse\":\"FARMS\",\"propIndicator\":\"70\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":3281},\"market\":{\"mktttlvalue\":34531,\"mktlandvalue\":34531}},\"owner\":{\"owner1\":{\"fullname\":\"JONI S LIVING TRUST (DATED 1/20/20)\",\"lastname\":\"JONI S LIVING TRUST (DATED 1/20/20) \"},\"owner2\":{},\"owner3\":{\"fullname\":\"JUAN D JONI S REYES\",\"lastname\":\"REYES \",\"firstnameandmi\":\"JUAN D JONI S\"},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"98 OLSON RD, WHEATLAND, WY 82201-8521\"},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}},{\"identifier\":{\"Id\":310553283,\"fips\":\"56001\",\"apn\":\"12730320100300\",\"attomId\":310553283},\"lot\":{\"lotsize1\":35.3,\"lotsize2\":1537668},\"area\":{\"countrysecsubd\":\"Albany\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.041921\",\"longitude\":\"-105.568548\",\"distance\":0.0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"2733db09286df6736ef8a276e6de3420, 03b966cca44425acc17732e99185d7aa, f460b83f9a1f0caeee2b9030a458a20f\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":13196},\"market\":{\"mktttlvalue\":138910,\"mktlandvalue\":138910}},\"owner\":{\"owner1\":{\"fullname\":\"CARSON R AANENSON\",\"lastname\":\"AANENSON \",\"firstnameandmi\":\"CARSON R\"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"3215 FORT SANDERS RD, LARAMIE, WY 82070-6837\"},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"}}]}', 'success', NULL, '2024-05-15 13:01:41', '2024-05-15 13:01:42'),
(239, 9, 19, 'atom-property-services', 'jobs', '/property/expandedprofile', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/expandedprofile?address1=Velacheri&address2=chennai', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":858,\"page\":1,\"pagesize\":10,\"transactionID\":\"163e878b115143eaac266cb11ebbdbb0\"},\"echoed_fields\":{\"jobID\":\"\",\"loanNumber\":\"\",\"preparedBy\":\"\",\"resellerID\":\"\",\"preparedFor\":\"\"},\"property\":[{\"identifier\":{\"Id\":15797493,\"fips\":\"17113\",\"apn\":\"03-12-130-002\",\"attomId\":15797493},\"lot\":{\"lotNum\":\"28\",\"lotSize1\":0.3300046,\"lotSize2\":14375.0,\"zoningType\":\"Residential\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"McLean\",\"countyUse1\":\"0030 \",\"munCode\":\"ML\",\"munName\":\"MCLEAN\",\"subdName\":\"2ND ADD SUNRISE\",\"taxCodeArea\":\"810\",\"censusTractIdent\":\"5700\",\"censusBlockGroup\":\"2\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C001\",\"stateFips\":\"17\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.740046\",\"longitude\":\"-88.709990\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"PL\":\"eb9e46e9c2d26e33fe55f86f6eae48b4\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Vacant\",\"propSubType\":\"Residential\",\"propType\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":80,\"legal1\":\"2ND ADD TO SUNRISE LOT 28\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":4,\"amount\":{\"saleDisclosureType\":0},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":5141.0,\"assdTtlValue\":5141.0},\"market\":{\"mktLandValue\":15423.0,\"mktTtlValue\":15423.0},\"tax\":{\"taxAmt\":489.7,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"MICHAEL R CLEINMARK\",\"lastName\":\"CLEINMARK \",\"firstNameAndMi\":\"MICHAEL R\"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"6602 E 1550 NORTH RD, DANVERS, IL 61732-9100\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":29825810,\"fips\":\"17113\",\"apn\":\"03-01-312-005\",\"multiApn\":\"MULTIPLE PARCELS CONVEYED, UNKNOWN IMPACT TO APN\",\"attomId\":29825810},\"lot\":{\"lotNum\":\"5,6\",\"lotSize1\":0.4100092,\"lotSize2\":17860.0,\"zoningType\":\"Residential\",\"poolType\":\"NO POOL\"},\"area\":{\"blockNum\":\"9\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"McLean\",\"countyUse1\":\"0030 \",\"munCode\":\"ML\",\"munName\":\"MCLEAN\",\"subdName\":\"CHENOA\",\"taxCodeArea\":\"810\",\"censusTractIdent\":\"5700\",\"censusBlockGroup\":\"1\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C002\",\"stateFips\":\"17\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.746208\",\"longitude\":\"-88.714191\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"PL\":\"eb9e46e9c2d26e33fe55f86f6eae48b4\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Vacant\",\"propSubType\":\"Residential\",\"propType\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":80,\"legal1\":\"LOTS 5 &6 & N 1/2 LOTS 11 &12 BLK 9 EAST CHENOA\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":6,\"sellerName\":\"TIMOTHY NIX\",\"saleSearchDate\":\"2007-03-26\",\"saleTransDate\":\"2007-03-08\",\"transactionIdent\":\"620213524\",\"amount\":{\"saleAmt\":16000.0,\"saleRecDate\":\"2007-03-26\",\"saleDisclosureType\":0,\"saleDocNum\":\"200700007539\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{\"constructionType\":\"WOOD FRAME\",\"frameType\":\"WOOD\"},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":6394.0,\"assdTtlValue\":6394.0},\"market\":{\"mktLandValue\":19182.0,\"mktTtlValue\":19182.0},\"tax\":{\"taxAmt\":609.06,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"CHARLES RHOADS\",\"lastName\":\"RHOADS \",\"firstNameAndMi\":\"CHARLES \"},\"owner2\":{},\"owner3\":{\"fullName\":\"TINA L RHOADS\",\"lastName\":\"RHOADS \",\"firstNameAndMi\":\"TINA L\"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"116 N 3RD AVE, CHENOA, IL 61726-1034\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"WD\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":31844822,\"fips\":\"17113\",\"apn\":\"03-02-487-015\",\"attomId\":31844822},\"lot\":{\"lotNum\":\"2\",\"zoningType\":\"Commercial\",\"poolType\":\"NO POOL\"},\"area\":{\"blockNum\":\"7\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"McLean\",\"countyUse1\":\"0050 \",\"munCode\":\"ML\",\"munName\":\"MCLEAN\",\"subdName\":\"PICKETTS SCOTTS 2ND ADD\",\"taxCodeArea\":\"816\",\"censusTractIdent\":\"5700\",\"censusBlockGroup\":\"2\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C001\",\"stateFips\":\"17\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.743857\",\"longitude\":\"-88.719845\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"PL\":\"eb9e46e9c2d26e33fe55f86f6eae48b4\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Vacant\",\"propSubType\":\"Commercial\",\"propType\":\"COMMERCIAL ACREAGE\",\"propertyType\":\"VACANT COMMERCIAL\",\"propLandUse\":\"COMMERCIAL ACREAGE\",\"propIndicator\":80,\"legal1\":\"SCOTT HUMPHREY &PICKETTS SUB SCOTTS 2ND ADD TO CHENOA N 1/2 LOT 2 BLK 7\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":1,\"amount\":{\"saleDisclosureType\":0},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":1287.0,\"assdTtlValue\":1287.0},\"market\":{\"mktLandValue\":3861.0,\"mktTtlValue\":3861.0},\"tax\":{\"taxAmt\":122.6,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"JABIER CARRANZA\",\"lastName\":\"CARRANZA \",\"firstNameAndMi\":\"JABIER \"},\"owner2\":{\"fullName\":\"CLAIR CARRANZA\",\"lastName\":\"CARRANZA \",\"firstNameAndMi\":\"CLAIR \"},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"6620 RENALDO WAY S, SAINT PETERSBURG, FL 33707-3925\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":42265426,\"fips\":\"17113\",\"apn\":\"04-04-400-005\",\"attomId\":42265426},\"lot\":{\"lotSize1\":49.84,\"lotSize2\":2171030.0,\"zoningType\":\"AGRICULTURE / FARMING\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"McLean\",\"countyUse1\":\"0021 \",\"munCode\":\"ML\",\"munName\":\"MCLEAN\",\"srvyRange\":\"05E\",\"srvySection\":\"04\",\"srvyTownship\":\"26\",\"taxCodeArea\":\"2906\",\"censusTractIdent\":\"5700\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"R002\",\"stateFips\":\"17\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.747951\",\"longitude\":\"-88.646988\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"29a123c12ed4d6b0b2786efb6530e7c9\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Agricultural\",\"propSubType\":\"AGRICULTURE / FARMING\",\"propType\":\"FARMS\",\"propertyType\":\"FARM (IRRIGATED OR DRY)\",\"propLandUse\":\"FARMS\",\"propIndicator\":70,\"legal1\":\"SE LYG N OF RR (EX N164.22\' & EX S200\', E470\') 4-26-5E\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":3,\"amount\":{\"saleDisclosureType\":0},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":20719.0,\"assdTtlValue\":20719.0},\"market\":{\"mktTtlValue\":62157.0},\"tax\":{\"taxAmt\":1669.68,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"DAVID WINTERLAND\",\"lastName\":\"WINTERLAND \",\"firstNameAndMi\":\"DAVID \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"621 WASHINGTON ST, MINONK, IL 61760-1264\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":46225563,\"fips\":\"17113\",\"apn\":\"03-12-159-004\",\"attomId\":46225563},\"lot\":{\"lotNum\":\"11\",\"lotSize1\":0.2800046,\"lotSize2\":12197.0,\"zoningType\":\"Residential\",\"poolType\":\"NO POOL\"},\"area\":{\"blockNum\":\"12\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"McLean\",\"countyUse1\":\"0040 \",\"munCode\":\"ML\",\"munName\":\"MCLEAN\",\"subdName\":\"WH LEVERS 2ND ADD\",\"taxCodeArea\":\"810\",\"censusTractIdent\":\"5700\",\"censusBlockGroup\":\"2\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"R001\",\"stateFips\":\"17\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.734483\",\"longitude\":\"-88.718015\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"PL\":\"eb9e46e9c2d26e33fe55f86f6eae48b4\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Single Family Residence / Townhouse\",\"propSubType\":\"Residential\",\"propType\":\"SFR\",\"propertyType\":\"SINGLE FAMILY RESIDENCE\",\"yearBuilt\":1989,\"propLandUse\":\"SFR\",\"propIndicator\":10,\"legal1\":\"WH LEVERS 2ND ADD (EX N20\') LOT 11 & ALL LOT 14 BLK 12\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":2,\"amount\":{\"saleDisclosureType\":0},\"calculation\":{}},\"building\":{\"size\":{\"bldgSize\":1288.0,\"grossSizeAdjusted\":1288.0,\"livingSize\":1288.0,\"sizeInd\":\"LIVING SQFT\",\"universalSize\":1288.0},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{\"garageType\":\"Garage, Detached\",\"prkgType\":\"Garage, Detached\"},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdImprValue\":8388.0,\"assdLandValue\":4361.0,\"assdTtlValue\":12749.0},\"market\":{\"mktImprValue\":25164.0,\"mktLandValue\":13083.0,\"mktTtlValue\":38247.0},\"tax\":{\"taxAmt\":1214.4,\"taxPerSizeUnit\":0.94,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"improvementPercent\":65,\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"BRITTANY WATSON\",\"lastName\":\"WATSON \",\"firstNameAndMi\":\"BRITTANY \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"919 S DIVISION ST, CHENOA, IL 61726-1361\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2024-04-30\",\"pubDate\":\"2024-04-30\"}},{\"identifier\":{\"Id\":173190960,\"fips\":\"17113\",\"apn\":\"04-22-400-001\",\"multiApn\":\"MULTIPLE PARCELS CONVEYED, UNKNOWN IMPACT TO APN\",\"attomId\":173190960},\"lot\":{\"lotSize1\":160.0,\"lotSize2\":6969600.0,\"zoningType\":\"AGRICULTURE / FARMING\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"McLean\",\"countyUse1\":\"0021 \",\"munCode\":\"ML\",\"munName\":\"MCLEAN\",\"srvyRange\":\"05E\",\"srvySection\":\"22\",\"srvyTownship\":\"26\",\"taxCodeArea\":\"2906\",\"censusTractIdent\":\"5700\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C031\",\"stateFips\":\"17\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.702435\",\"longitude\":\"-88.626705\",\"distance\":0.0,\"geoid\":\"CO17113, CS1706639, DB1706480, PL1706613, SB0000083654, SB0000083655, SB0000083656, ZI61701\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"29a123c12ed4d6b0b2786efb6530e7c9\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Agricultural\",\"propSubType\":\"AGRICULTURE / FARMING\",\"propType\":\"FARMS\",\"propertyType\":\"FARM (IRRIGATED OR DRY)\",\"propLandUse\":\"FARMS\",\"propIndicator\":70,\"legal1\":\"SE 22-26-5E 160 ACRES\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":7,\"sellerName\":\"E HUGH HENNING\",\"saleSearchDate\":\"2013-02-25\",\"saleTransDate\":\"2013-02-12\",\"transactionIdent\":\"620222088\",\"amount\":{\"saleRecDate\":\"2013-02-25\",\"saleDisclosureType\":0,\"saleDocNum\":\"201300005240\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":68306.0,\"assdTtlValue\":68306.0},\"market\":{\"mktTtlValue\":204918.0},\"tax\":{\"taxAmt\":5498.88,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"HENNING & STOLL FARMS LLC\",\"lastName\":\"HENNING & STOLL FARMS LLC \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"9582 S FAIRWAY CIR, FRANKLIN, WI 53132-8851\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"WD\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":173193828,\"fips\":\"17113\",\"apn\":\"04-14-100-003\",\"multiApn\":\"MULTIPLE PARCELS CONVEYED, UNKNOWN IMPACT TO APN\",\"attomId\":173193828},\"lot\":{\"lotSize1\":50.0,\"lotSize2\":2178000.0,\"zoningType\":\"AGRICULTURE / FARMING\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"McLean\",\"countyUse1\":\"0021 \",\"munCode\":\"ML\",\"munName\":\"MCLEAN\",\"srvyRange\":\"05E\",\"srvySection\":\"14\",\"srvyTownship\":\"26\",\"taxCodeArea\":\"2904\",\"censusTractIdent\":\"5700\",\"censusBlockGroup\":\"3\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C031\",\"stateFips\":\"17\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.721923\",\"longitude\":\"-88.617494\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"29a123c12ed4d6b0b2786efb6530e7c9\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Agricultural\",\"propSubType\":\"AGRICULTURE / FARMING\",\"propType\":\"FARMS\",\"propertyType\":\"FARM (IRRIGATED OR DRY)\",\"propLandUse\":\"FARMS\",\"propIndicator\":70,\"legal1\":\"S 50A NW 14-26-5E 50 ACRES\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":8,\"sellerName\":\"E HUGH HENNING\",\"saleSearchDate\":\"2013-02-25\",\"saleTransDate\":\"2013-02-12\",\"transactionIdent\":\"620222087\",\"amount\":{\"saleRecDate\":\"2013-02-25\",\"saleDisclosureType\":0,\"saleDocNum\":\"201300005240\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":22762.0,\"assdTtlValue\":22762.0},\"market\":{\"mktTtlValue\":68286.0},\"tax\":{\"taxAmt\":1752.5,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"Y\",\"type\":\"COMPANY\",\"description\":\"COMPANY\",\"owner1\":{\"fullName\":\"E HUGH HENNING\",\"lastName\":\"HENNING \",\"firstNameAndMi\":\"E HUGH \"},\"owner2\":{\"fullName\":\"MARIAN J HENNING\",\"lastName\":\"HENNING \",\"firstNameAndMi\":\"MARIAN J\"},\"owner3\":{\"fullName\":\"E HUGH HENNING AND MARIAN J HENNING\",\"lastName\":\"E HUGH HENNING AND MARIAN J HENNING \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"9582 S FAIRWAY CIR, FRANKLIN, WI 53132-8851\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"WD\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":173416858,\"fips\":\"17113\",\"apn\":\"03-15-400-001\",\"attomId\":173416858},\"lot\":{\"lotSize1\":102.9,\"lotSize2\":4482324.0,\"zoningType\":\"AGRICULTURE / FARMING\",\"poolType\":\"NO POOL\"},\"area\":{\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"McLean\",\"countyUse1\":\"0021 \",\"munCode\":\"ML\",\"munName\":\"MCLEAN\",\"srvyRange\":\"04E\",\"srvySection\":\"15\",\"srvyTownship\":\"26\",\"taxCodeArea\":\"813\",\"censusTractIdent\":\"5700\",\"censusBlockGroup\":\"4\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C001\",\"stateFips\":\"17\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.716193\",\"longitude\":\"-88.743656\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Agricultural\",\"propSubType\":\"AGRICULTURE / FARMING\",\"propType\":\"FARMS\",\"propertyType\":\"FARM (IRRIGATED OR DRY)\",\"propLandUse\":\"FARMS\",\"propIndicator\":70,\"legal1\":\"(EX 12.01A ST OF ILL DOC 73/6661 & EX 5A HWY)W OF RR SE 15-26-4E 102.9 ACRES\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":10,\"sellerName\":\"NANCY JO FINFROCK\",\"saleSearchDate\":\"2022-08-27\",\"saleTransDate\":\"2022-08-17\",\"transactionIdent\":\"996241050\",\"amount\":{\"saleRecDate\":\"2022-08-27\",\"saleDisclosureType\":0,\"saleDocNum\":\"202200015320\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":47877.0,\"assdTtlValue\":47877.0},\"market\":{\"mktTtlValue\":143631.0},\"tax\":{\"taxAmt\":4270.32,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"NANCY JO FINFROCK\",\"lastName\":\"FINFROCK \",\"firstNameAndMi\":\"NANCY JO\"},\"owner2\":{},\"owner3\":{\"fullName\":\"THE FINFROCK FARM TRUST\",\"lastName\":\"THE FINFROCK FARM TRUST \"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"1208 EDGEVIEW DR, MAHOMET, IL 61853-8999\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"IT\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"NONE AVAILABLE\"}}},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":175204262,\"fips\":\"17113\",\"apn\":\"03-02-427-003\",\"attomId\":175204262},\"lot\":{\"lotNum\":\"6\",\"lotSize1\":0.4,\"lotSize2\":17424.0,\"zoningType\":\"Residential\",\"poolType\":\"NO POOL\"},\"area\":{\"blockNum\":\"2\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"McLean\",\"countyUse1\":\"0030 \",\"munCode\":\"ML\",\"munName\":\"MCLEAN\",\"subdName\":\"SCOOT HUMPHREY & PICKETTS\",\"taxCodeArea\":\"816\",\"censusTractIdent\":\"5700\",\"censusBlockGroup\":\"2\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C002\",\"stateFips\":\"17\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.747860\",\"longitude\":\"-88.720976\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"PL\":\"eb9e46e9c2d26e33fe55f86f6eae48b4\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Vacant\",\"propSubType\":\"Residential\",\"propType\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":80,\"legal1\":\"SCOOT, HUMPHREY & PICKETTS SUB OF ORIG TOWN OF CHENOA E 1/2 L6 & ALL L4 &5 BLK 2\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":5,\"amount\":{\"saleDisclosureType\":0},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":2551.0,\"assdTtlValue\":2551.0},\"market\":{\"mktLandValue\":7653.0,\"mktTtlValue\":7653.0},\"tax\":{\"taxAmt\":243.0,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"MERRITT L THOMPSON\",\"lastName\":\"THOMPSON \",\"firstNameAndMi\":\"MERRITT L\"},\"owner2\":{\"fullName\":\"MERRITT SANDY THOMPSON\",\"lastName\":\"THOMPSON \",\"firstNameAndMi\":\"MERRITT SANDY\"},\"owner3\":{},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"318 N LETCHER ST, CHENOA, IL 61726-1062\"},\"mortgage\":{\"FirstConcurrent\":{},\"SecondConcurrent\":{},\"title\":{}}},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":175206670,\"fips\":\"17113\",\"apn\":\"03-02-476-005\",\"attomId\":175206670},\"lot\":{\"lotNum\":\"4\",\"lotSize1\":0.1100092,\"lotSize2\":4792.0,\"zoningType\":\"Residential\",\"poolType\":\"NO POOL\"},\"area\":{\"blockNum\":\"16\",\"locType\":\"VIEW - NONE\",\"countrySecSubd\":\"McLean\",\"countyUse1\":\"0030 \",\"munCode\":\"ML\",\"munName\":\"MCLEAN\",\"subdName\":\"SCOTT HUMPHREY & PICKETTS SUB\",\"taxCodeArea\":\"810\",\"censusTractIdent\":\"5700\",\"censusBlockGroup\":\"2\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C002\",\"stateFips\":\"17\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.744797\",\"longitude\":\"-88.722425\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"PL\":\"eb9e46e9c2d26e33fe55f86f6eae48b4\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propClass\":\"Vacant\",\"propSubType\":\"Residential\",\"propType\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":80,\"legal1\":\"SCOTT HUMPHREY & PICKETTS SUB OF ORIG TOWN OF CHENOA LOT 4 BLK 16\",\"quitClaimFlag\":\"False\",\"REOflag\":\"False\"},\"utilities\":{},\"sale\":{\"sequenceSaleHistory\":9,\"sellerName\":\"DONALD E CORRIE\",\"saleSearchDate\":\"2021-06-05\",\"saleTransDate\":\"2021-05-17\",\"transactionIdent\":\"962865003\",\"amount\":{\"saleRecDate\":\"2021-06-05\",\"saleDisclosureType\":0,\"saleDocNum\":\"202100013282\",\"saleTransType\":\"Resale\"},\"calculation\":{}},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdLandValue\":1983.0,\"assdTtlValue\":1983.0},\"market\":{\"mktLandValue\":5949.0,\"mktTtlValue\":5949.0},\"tax\":{\"taxAmt\":188.9,\"taxYear\":2023.0,\"exemption\":{},\"exemptiontype\":{}},\"owner\":{\"corporateIndicator\":\"N\",\"type\":\"INDIVIDUAL\",\"description\":\"INDIVIDUAL\",\"owner1\":{\"fullName\":\"LAURA M FERGUSON\",\"lastName\":\"FERGUSON \",\"firstNameAndMi\":\"LAURA M\"},\"owner2\":{},\"owner3\":{\"fullName\":\"JOHN D CORRIE\",\"lastName\":\"CORRIE \",\"firstNameAndMi\":\"JOHN D\"},\"owner4\":{},\"absenteeOwnerStatus\":\"A\",\"mailingAddressOneLine\":\"204 E MILL ST, CHENOA, IL 61726-1155\"},\"mortgage\":{\"FirstConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\",\"deedType\":\"IT\"},\"SecondConcurrent\":{\"amount\":0.0,\"companyCode\":\"-1\"},\"title\":{\"companyName\":\"ATTORNEY\"}}},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}}]}', 'success', NULL, '2024-05-16 13:49:30', '2024-05-16 13:49:32');
INSERT INTO `atom_api_logs` (`id`, `user_id`, `property_id`, `called_from`, `called_by`, `api_endpoint`, `api_request`, `api_response`, `response_status`, `response_error`, `created_at`, `updated_at`) VALUES
(240, 9, 19, 'atom-property-services', 'jobs', '/property/detailmortgage', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/property/detailmortgage?attomid=15797493', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"0b9967b41ac741f9b5cb61639952f6a2\",\"attomId\":15797493},\"property\":[{\"identifier\":{\"Id\":15797493,\"attomId\":15797493,\"fips\":\"17113\",\"apn\":\"03-12-130-002\"},\"lot\":{\"lotnum\":\"28\",\"lotsize1\":0.3300046,\"lotsize2\":14375,\"pooltype\":\"NO POOL\"},\"area\":{\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"McLean\",\"countyuse1\":\"0030 \",\"muncode\":\"ML\",\"munname\":\"MCLEAN\",\"subdname\":\"2ND ADD SUNRISE\",\"taxcodearea\":\"810\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C001\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.740046\",\"longitude\":\"-88.709990\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"PL\":\"eb9e46e9c2d26e33fe55f86f6eae48b4\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\",\"legal1\":\"2ND ADD TO SUNRISE LOT 28\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\"}},\"mortgage\":{\"lender\":{},\"title\":{},\"date\":\"\",\"duedate\":\"\"},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}}]}', 'success', NULL, '2024-05-16 13:49:32', '2024-05-16 13:49:32'),
(241, 9, 19, 'atom-property-services', 'jobs', '/allevents/detail', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/allevents/detail?id=15797493', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"e366a688cd7f4f4d363343cd1cd951d7\",\"attomId\":15797493},\"property\":[{\"identifier\":{\"Id\":15797493,\"fips\":\"17113\",\"apn\":\"03-12-130-002\",\"attomId\":15797493},\"lot\":{\"lotnum\":\"28\",\"lotsize1\":0.3300046,\"lotsize2\":14375,\"pooltype\":\"NO POOL\"},\"area\":{\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"McLean\",\"countyuse1\":\"0030 \",\"muncode\":\"ML\",\"munname\":\"MCLEAN\",\"subdname\":\"2ND ADD SUNRISE\",\"taxcodearea\":\"810\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C001\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.740046\",\"longitude\":\"-88.709990\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"PL\":\"eb9e46e9c2d26e33fe55f86f6eae48b4\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\",\"legal1\":\"2ND ADD TO SUNRISE LOT 28\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"},\"avm\":{\"amount\":{\"scr\":0,\"high\":0,\"low\":0},\"AVMChange\":{},\"calculations\":{},\"condition\":{\"avmpoorlow\":0.0,\"avmpoorhigh\":0.0,\"avmgoodlow\":0.0,\"avmgoodhigh\":0.0,\"avmexcellentlow\":0.0,\"avmexcellenthigh\":0.0}},\"sale\":{\"amount\":{\"saledisclosuretype\":0},\"calculation\":{},\"interfamily\":\"N\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdlandpersizeunit\":0.36,\"assdlandvalue\":5141,\"assdttlvalue\":5141},\"calculations\":{\"calcimprind\":\"MARKET VALUE\",\"calclandind\":\"MARKET VALUE\",\"calclandpersizeunit\":1.07,\"calclandvalue\":15423,\"calcttlind\":\"MARKET VALUE\",\"calcttlvalue\":15423},\"market\":{\"mktlandvalue\":15423,\"mktttlvalue\":15423},\"tax\":{\"taxamt\":489.7,\"taxyear\":2023}}}]}', 'success', NULL, '2024-05-16 13:49:32', '2024-05-16 13:49:33'),
(242, 9, 19, 'atom-property-services', 'jobs', '/valuation/rentalavm', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/rentalavm?address1=Velacheri&address2=chennai', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":858,\"page\":1,\"pagesize\":10,\"transactionID\":\"a400ee24e1e1a05a4682c9e7f80f53d8\"},\"property\":[{\"identifier\":{\"Id\":15797493,\"fips\":\"17113\",\"apn\":\"03-12-130-002\",\"attomId\":15797493},\"lot\":{\"lotsize1\":0.3300046,\"lotsize2\":14375},\"area\":{\"countrysecsubd\":\"McLean\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C001\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.740046\",\"longitude\":\"-88.709990\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"PL\":\"eb9e46e9c2d26e33fe55f86f6eae48b4\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":5141},\"market\":{\"mktttlvalue\":15423,\"mktlandvalue\":15423}},\"owner\":{\"owner1\":{\"fullname\":\"MICHAEL R CLEINMARK\",\"lastname\":\"CLEINMARK \",\"firstnameandmi\":\"MICHAEL R\"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"6602 E 1550 NORTH RD, DANVERS, IL 61732-9100\"},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":29825810,\"fips\":\"17113\",\"apn\":\"03-01-312-005\",\"attomId\":29825810},\"lot\":{\"lotsize1\":0.4100092,\"lotsize2\":17860},\"area\":{\"countrysecsubd\":\"McLean\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C002\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.746208\",\"longitude\":\"-88.714191\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"PL\":\"eb9e46e9c2d26e33fe55f86f6eae48b4\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":6394},\"market\":{\"mktttlvalue\":19182,\"mktlandvalue\":19182}},\"owner\":{\"owner1\":{\"fullname\":\"CHARLES RHOADS\",\"lastname\":\"RHOADS \",\"firstnameandmi\":\"CHARLES \"},\"owner2\":{},\"owner3\":{\"fullname\":\"TINA L RHOADS\",\"lastname\":\"RHOADS \",\"firstnameandmi\":\"TINA L\"},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"116 N 3RD AVE, CHENOA, IL 61726-1034\"},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":31844822,\"fips\":\"17113\",\"apn\":\"03-02-487-015\",\"attomId\":31844822},\"lot\":{},\"area\":{\"countrysecsubd\":\"McLean\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C001\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.743857\",\"longitude\":\"-88.719845\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"PL\":\"eb9e46e9c2d26e33fe55f86f6eae48b4\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Commercial\",\"proptype\":\"COMMERCIAL ACREAGE\",\"propertyType\":\"VACANT COMMERCIAL\",\"propLandUse\":\"COMMERCIAL ACREAGE\",\"propIndicator\":\"80\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":1287},\"market\":{\"mktttlvalue\":3861,\"mktlandvalue\":3861}},\"owner\":{\"owner1\":{\"fullname\":\"JABIER CARRANZA\",\"lastname\":\"CARRANZA \",\"firstnameandmi\":\"JABIER \"},\"owner2\":{\"fullname\":\"CLAIR CARRANZA\",\"lastname\":\"CARRANZA \",\"firstnameandmi\":\"CLAIR \"},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"6620 RENALDO WAY S, SAINT PETERSBURG, FL 33707-3925\"},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":42265426,\"fips\":\"17113\",\"apn\":\"04-04-400-005\",\"attomId\":42265426},\"lot\":{\"lotsize1\":49.84,\"lotsize2\":2171030},\"area\":{\"countrysecsubd\":\"McLean\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"R002\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.747951\",\"longitude\":\"-88.646988\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"29a123c12ed4d6b0b2786efb6530e7c9\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Agricultural\",\"propsubtype\":\"AGRICULTURE / FARMING\",\"proptype\":\"FARMS\",\"propertyType\":\"FARM (IRRIGATED OR DRY)\",\"propLandUse\":\"FARMS\",\"propIndicator\":\"70\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":20719},\"market\":{\"mktttlvalue\":62157}},\"owner\":{\"owner1\":{\"fullname\":\"DAVID WINTERLAND\",\"lastname\":\"WINTERLAND \",\"firstnameandmi\":\"DAVID \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"621 WASHINGTON ST, MINONK, IL 61760-1264\"},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":46225563,\"fips\":\"17113\",\"apn\":\"03-12-159-004\",\"attomId\":46225563},\"lot\":{\"lotsize1\":0.2800046,\"lotsize2\":12197},\"area\":{\"countrysecsubd\":\"McLean\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"R001\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.734483\",\"longitude\":\"-88.718015\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"PL\":\"eb9e46e9c2d26e33fe55f86f6eae48b4\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"propertyType\":\"SINGLE FAMILY RESIDENCE\",\"yearbuilt\":1989,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\"},\"utilities\":{},\"building\":{\"size\":{\"bldgsize\":1288,\"grosssizeadjusted\":1288,\"livingsize\":1288,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":1288},\"rooms\":{},\"interior\":{},\"parking\":{\"prkgType\":\"Garage, Detached\"},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":1811,\"estimatedMinRentalValue\":1200,\"estimatedMaxRentalValue\":2500,\"valuationDate\":\"2024-03-25\"},\"assessment\":{\"assessed\":{\"assdttlvalue\":12749},\"market\":{\"mktttlvalue\":38247,\"mktlandvalue\":13083}},\"owner\":{\"owner1\":{\"fullname\":\"BRITTANY WATSON\",\"lastname\":\"WATSON \",\"firstnameandmi\":\"BRITTANY \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"919 S DIVISION ST, CHENOA, IL 61726-1361\"},\"vintage\":{\"lastModified\":\"2024-04-30\",\"pubDate\":\"2024-04-30\"}},{\"identifier\":{\"Id\":173190960,\"fips\":\"17113\",\"apn\":\"04-22-400-001\",\"attomId\":173190960},\"lot\":{\"lotsize1\":160.0,\"lotsize2\":6969600},\"area\":{\"countrysecsubd\":\"McLean\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C031\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.702435\",\"longitude\":\"-88.626705\",\"distance\":0.0,\"geoid\":\"CO17113, CS1706639, DB1706480, PL1706613, SB0000083654, SB0000083655, SB0000083656, ZI61701\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"29a123c12ed4d6b0b2786efb6530e7c9\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Agricultural\",\"propsubtype\":\"AGRICULTURE / FARMING\",\"proptype\":\"FARMS\",\"propertyType\":\"FARM (IRRIGATED OR DRY)\",\"propLandUse\":\"FARMS\",\"propIndicator\":\"70\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":68306},\"market\":{\"mktttlvalue\":204918}},\"owner\":{\"owner1\":{\"fullname\":\"HENNING & STOLL FARMS LLC\",\"lastname\":\"HENNING & STOLL FARMS LLC \"},\"owner2\":{},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"9582 S FAIRWAY CIR, FRANKLIN, WI 53132-8851\"},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":173193828,\"fips\":\"17113\",\"apn\":\"04-14-100-003\",\"attomId\":173193828},\"lot\":{\"lotsize1\":50.0,\"lotsize2\":2178000},\"area\":{\"countrysecsubd\":\"McLean\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C031\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.721923\",\"longitude\":\"-88.617494\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"29a123c12ed4d6b0b2786efb6530e7c9\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Agricultural\",\"propsubtype\":\"AGRICULTURE / FARMING\",\"proptype\":\"FARMS\",\"propertyType\":\"FARM (IRRIGATED OR DRY)\",\"propLandUse\":\"FARMS\",\"propIndicator\":\"70\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":22762},\"market\":{\"mktttlvalue\":68286}},\"owner\":{\"owner1\":{\"fullname\":\"E HUGH HENNING\",\"lastname\":\"HENNING \",\"firstnameandmi\":\"E HUGH \"},\"owner2\":{\"fullname\":\"MARIAN J HENNING\",\"lastname\":\"HENNING \",\"firstnameandmi\":\"MARIAN J\"},\"owner3\":{\"fullname\":\"E HUGH HENNING AND MARIAN J HENNING\",\"lastname\":\"E HUGH HENNING AND MARIAN J HENNING \"},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"9582 S FAIRWAY CIR, FRANKLIN, WI 53132-8851\"},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":173416858,\"fips\":\"17113\",\"apn\":\"03-15-400-001\",\"attomId\":173416858},\"lot\":{\"lotsize1\":102.9,\"lotsize2\":4482324},\"area\":{\"countrysecsubd\":\"McLean\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C001\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.716193\",\"longitude\":\"-88.743656\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Agricultural\",\"propsubtype\":\"AGRICULTURE / FARMING\",\"proptype\":\"FARMS\",\"propertyType\":\"FARM (IRRIGATED OR DRY)\",\"propLandUse\":\"FARMS\",\"propIndicator\":\"70\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":47877},\"market\":{\"mktttlvalue\":143631}},\"owner\":{\"owner1\":{\"fullname\":\"NANCY JO FINFROCK\",\"lastname\":\"FINFROCK \",\"firstnameandmi\":\"NANCY JO\"},\"owner2\":{},\"owner3\":{\"fullname\":\"THE FINFROCK FARM TRUST\",\"lastname\":\"THE FINFROCK FARM TRUST \"},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"1208 EDGEVIEW DR, MAHOMET, IL 61853-8999\"},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":175204262,\"fips\":\"17113\",\"apn\":\"03-02-427-003\",\"attomId\":175204262},\"lot\":{\"lotsize1\":0.4,\"lotsize2\":17424},\"area\":{\"countrysecsubd\":\"McLean\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C002\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.747860\",\"longitude\":\"-88.720976\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"PL\":\"eb9e46e9c2d26e33fe55f86f6eae48b4\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":2551},\"market\":{\"mktttlvalue\":7653,\"mktlandvalue\":7653}},\"owner\":{\"owner1\":{\"fullname\":\"MERRITT L THOMPSON\",\"lastname\":\"THOMPSON \",\"firstnameandmi\":\"MERRITT L\"},\"owner2\":{\"fullname\":\"MERRITT SANDY THOMPSON\",\"lastname\":\"THOMPSON \",\"firstnameandmi\":\"MERRITT SANDY\"},\"owner3\":{},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"318 N LETCHER ST, CHENOA, IL 61726-1062\"},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}},{\"identifier\":{\"Id\":175206670,\"fips\":\"17113\",\"apn\":\"03-02-476-005\",\"attomId\":175206670},\"lot\":{\"lotsize1\":0.1100092,\"lotsize2\":4792},\"area\":{\"countrysecsubd\":\"McLean\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C002\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.744797\",\"longitude\":\"-88.722425\",\"distance\":0.0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"PL\":\"eb9e46e9c2d26e33fe55f86f6eae48b4\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{},\"parking\":{},\"summary\":{}},\"rentalAvm\":{\"estimatedRentalValue\":0,\"estimatedMinRentalValue\":0,\"estimatedMaxRentalValue\":0},\"assessment\":{\"assessed\":{\"assdttlvalue\":1983},\"market\":{\"mktttlvalue\":5949,\"mktlandvalue\":5949}},\"owner\":{\"owner1\":{\"fullname\":\"LAURA M FERGUSON\",\"lastname\":\"FERGUSON \",\"firstnameandmi\":\"LAURA M\"},\"owner2\":{},\"owner3\":{\"fullname\":\"JOHN D CORRIE\",\"lastname\":\"CORRIE \",\"firstnameandmi\":\"JOHN D\"},\"owner4\":{},\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"204 E MILL ST, CHENOA, IL 61726-1155\"},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"}}]}', 'success', NULL, '2024-05-16 13:49:33', '2024-05-16 13:49:34'),
(243, 1, 2, 'home-detail', 'user', '/valuation/rentalavm', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/rentalavm?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"6c6f18fc495d516d10a094aaf020367a\",\"attomId\":184713191},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotsize1\":0.1076676,\"lotsize2\":4690},\"area\":{\"countrysecsubd\":\"Denver\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"9e0b497fb1337405c4dfe64e51568f68, 3b4cd5c56026e2e1f0e5c553b74cf05d, 93e5fef8956253c5642a335fc4a4395f, 3d0771574d56c6eae9184bc5aa3ebe19, 8a506b574561c5bab4f163492c7a386a\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"propertyType\":\"SINGLE FAMILY RESIDENCE\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"parking\":{\"prkgSize\":240,\"prkgType\":\"Garage, Detached\"},\"summary\":{\"levels\":1,\"unitsCount\":\"1\"}},\"rentalAvm\":{\"estimatedRentalValue\":3264,\"estimatedMinRentalValue\":2567,\"estimatedMaxRentalValue\":4368,\"valuationDate\":\"2024-04-22\"},\"assessment\":{\"assessed\":{\"assdttlvalue\":40770},\"market\":{\"mktttlvalue\":663500,\"mktlandvalue\":412000}},\"owner\":{\"owner1\":{\"fullname\":\"JENNIFER NICOLE GUBNER\",\"lastname\":\"GUBNER \",\"firstnameandmi\":\"JENNIFER NICOLE\"},\"owner2\":{},\"owner3\":{\"fullname\":\"SYBNEY FRANCES STENTO\",\"lastname\":\"STENTO \",\"firstnameandmi\":\"SYBNEY FRANCES\"},\"owner4\":{},\"absenteeownerstatus\":\"O\",\"mailingaddressoneline\":\"4529 WINONA CT, DENVER, CO 80212-2512\"},\"vintage\":{\"lastModified\":\"2024-04-23\",\"pubDate\":\"2024-04-23\"}}]}', 'success', NULL, '2024-05-17 03:16:14', '2024-05-17 03:16:14'),
(244, 1, 2, 'home-detail', 'user', '/valuation/rentalavm', 'https://api.gateway.attomdata.com/propertyapi/v1.0.0/valuation/rentalavm?address1=4529+Winona+Court&address2=Denver%2C+CO', '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"78e38c856081e9421589493f1fa3401a\",\"attomId\":184713191},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotsize1\":0.1076676,\"lotsize2\":4690},\"area\":{\"countrysecsubd\":\"Denver\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0.0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"9e0b497fb1337405c4dfe64e51568f68, 3b4cd5c56026e2e1f0e5c553b74cf05d, 93e5fef8956253c5642a335fc4a4395f, 3d0771574d56c6eae9184bc5aa3ebe19, 8a506b574561c5bab4f163492c7a386a\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Single Family Residence / Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"propertyType\":\"SINGLE FAMILY RESIDENCE\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathstotal\":1.0,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"parking\":{\"prkgSize\":240,\"prkgType\":\"Garage, Detached\"},\"summary\":{\"levels\":1,\"unitsCount\":\"1\"}},\"rentalAvm\":{\"estimatedRentalValue\":3264,\"estimatedMinRentalValue\":2567,\"estimatedMaxRentalValue\":4368,\"valuationDate\":\"2024-04-22\"},\"assessment\":{\"assessed\":{\"assdttlvalue\":40770},\"market\":{\"mktttlvalue\":663500,\"mktlandvalue\":412000}},\"owner\":{\"owner1\":{\"fullname\":\"JENNIFER NICOLE GUBNER\",\"lastname\":\"GUBNER \",\"firstnameandmi\":\"JENNIFER NICOLE\"},\"owner2\":{},\"owner3\":{\"fullname\":\"SYBNEY FRANCES STENTO\",\"lastname\":\"STENTO \",\"firstnameandmi\":\"SYBNEY FRANCES\"},\"owner4\":{},\"absenteeownerstatus\":\"O\",\"mailingaddressoneline\":\"4529 WINONA CT, DENVER, CO 80212-2512\"},\"vintage\":{\"lastModified\":\"2024-04-23\",\"pubDate\":\"2024-04-23\"}}]}', 'success', NULL, '2024-05-17 03:27:20', '2024-05-17 03:27:20');

-- --------------------------------------------------------

--
-- Table structure for table `banners`
--

CREATE TABLE `banners` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `subtitle` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint NOT NULL DEFAULT '0',
  `position` int NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `banners`
--

INSERT INTO `banners` (`id`, `title`, `subtitle`, `url`, `image`, `status`, `position`, `created_at`, `updated_at`) VALUES
(3, 'Never Miss a Refinance Opportunity Ever Again!!!', 'Get the best offers for your home refinancing needs', 'http://yahoo.com', 'eyJpdiI6IlZRUkNDd0R1a09GQXRnWmVyT1Z2U1E9PSIsInZhbHVlIjoiRERENGNpVDFxWHRwdG00UGpCTmN2Zz09IiwibWFjIjoiMjkwYjEzOTRhYTljMjk0ZWY3N2ExNmYxZDI2MTM5NzU0NmJmOWMwYzE5MTlhYTI0MmQyNzhlNjZlNThlY2I2ZSIsInRhZyI6IiJ9-gallery5.jpg', 1, 1, '2023-02-05 03:31:51', '2024-05-09 14:29:22');

-- --------------------------------------------------------

--
-- Table structure for table `contact_loan_officers`
--

CREATE TABLE `contact_loan_officers` (
  `id` bigint UNSIGNED NOT NULL,
  `officer_id` int NOT NULL,
  `user_id` int NOT NULL,
  `message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint UNSIGNED NOT NULL,
  `uuid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `connection` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `home_sections`
--

CREATE TABLE `home_sections` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` tinyint NOT NULL DEFAULT '0',
  `position` int NOT NULL DEFAULT '0',
  `image_position` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `home_sections`
--

INSERT INTO `home_sections` (`id`, `title`, `content`, `url`, `image`, `status`, `position`, `image_position`, `created_at`, `updated_at`) VALUES
(1, 'About Loan Camp', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s</p>', NULL, 'eyJpdiI6Ii9nRGNSVFlsNFJ1Nko0blRwbll2Qmc9PSIsInZhbHVlIjoiQit2eDZlbTBkVzdGbFU5V3VzbWVIUT09IiwibWFjIjoiNTZiMDNlZDczMGYxZTY1MGZlMDk3YmRlMjcwOGM2ODFjMjlmNDU5N2U5ZmMwZjYxZTljNjAzYWNmMmRmOTJkNSIsInRhZyI6IiJ9-about2.jpg', 1, 1, 'left', '2023-02-05 04:39:40', '2023-02-05 05:07:58'),
(2, 'Never miss a refinancing window again.', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s,</p>', 'http://yahoo.com', 'eyJpdiI6IlBHVEJ4T2w1RHB4UCtITlZhaldnQkE9PSIsInZhbHVlIjoia0hINzVId0FqR3hXUllqZU5lTE1aUT09IiwibWFjIjoiYTVkZjc5NTBjNWNkMGJlN2RkNDc4Y2Q0NWUyMjY5YzQ4ZDVjMzc5MWZlYWQ3NGM4YzI4MDRhMDk1NjljOGFkZiIsInRhZyI6IiJ9-about.jpg', 1, 0, 'right', '2023-02-05 04:40:45', '2023-02-05 04:40:45'),
(4, 'Benefits of Loan Camp', '<ul><li>Mortgage payment and amortization calculator</li><li>Get a Rate Quote</li><li>List of all properties with loan details including current loan balance</li><li>Credit Score as input by the borrower along with the option to do a soft-pull</li><li>Estimated Home Value (Zillow and Xome api)</li><li>Option to edit the information and add new properties</li><li>Education - Mortgageblog.com RSS Feed</li></ul>', NULL, NULL, 1, 2, 'left', '2023-02-05 04:42:21', '2023-02-05 05:11:24');

-- --------------------------------------------------------

--
-- Table structure for table `jobs`
--

CREATE TABLE `jobs` (
  `id` bigint UNSIGNED NOT NULL,
  `queue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `attempts` tinyint UNSIGNED NOT NULL,
  `reserved_at` int UNSIGNED DEFAULT NULL,
  `available_at` int UNSIGNED NOT NULL,
  `created_at` int UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `loan_officer_notes`
--

CREATE TABLE `loan_officer_notes` (
  `id` bigint UNSIGNED NOT NULL,
  `officer_id` int NOT NULL,
  `property_id` int NOT NULL,
  `contact_id` int DEFAULT NULL,
  `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `priority` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `due_date` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `loan_officer_state_licenses`
--

CREATE TABLE `loan_officer_state_licenses` (
  `id` bigint UNSIGNED NOT NULL,
  `lo_id` int NOT NULL,
  `sl_id` int NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` int UNSIGNED NOT NULL,
  `migration` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2019_08_19_000000_create_failed_jobs_table', 1),
(4, '2019_12_14_000001_create_personal_access_tokens_table', 1),
(5, '2023_01_31_180154_add_column_to_users_table', 2),
(6, '2023_01_31_180451_create_properties_table', 2),
(7, '2023_02_02_140848_create_admins_table', 3),
(9, '2023_02_04_220114_create_banners_table', 4),
(10, '2023_02_04_224806_create_abouts_table', 5),
(13, '2023_02_04_232957_create_home_sections_table', 6),
(16, '2023_02_07_141907_create_mortgage_information_table', 7),
(18, '2023_02_09_143309_create_atom_api_logs_table', 8),
(20, '2023_02_10_124054_add_column_to_properties_table', 9),
(21, '2023_02_14_164259_add_info_option_to_properties_table', 10),
(22, '2023_02_20_121723_add_property_type_other_to_properties_table', 11),
(23, '2023_02_23_145911_add_attomid_to_properties_table', 12),
(24, '2023_02_23_145936_create_property_nearby_schools_table', 12),
(25, '2023_02_23_145952_create_property_transport_noises_table', 12),
(26, '2023_02_26_052942_add_geoidv4_n1_to_properties_table', 13),
(27, '2023_02_26_053058_create_property_sales_trends_table', 14),
(28, '2023_03_02_132046_create_property_detail_mortgages_table', 15),
(29, '2023_03_02_132117_create_property_all_events_details_table', 15),
(32, '2023_03_09_135716_create_property_building_permits_table', 16),
(33, '2023_03_09_135736_create_property_detail_owners_table', 16),
(35, '2023_03_21_130825_create_opportunity_alerts_table', 17),
(36, '2023_03_30_085618_add_rate_to_opportunity_alerts_table', 18),
(37, '2023_04_11_144108_change_property_fields', 18),
(38, '2023_04_18_170611_create_contact_loan_officers_table', 18),
(39, '2023_04_21_153923_add_settings_to_users_table', 18),
(40, '2023_04_22_144931_add_index_to_mortgage_informations_table', 18),
(41, '2023_05_04_152308_add_assigned_to_to_properties_table', 18),
(42, '2023_05_05_150418_create_loan_officer_notes_table', 18),
(43, '2023_05_08_134500_add_mobile_to_admins_table', 18),
(44, '2023_05_09_140708_add_city_to_admins_table', 18),
(45, '2023_05_17_144716_add_twilio_sms_response_to_opportunity_alerts_table', 18),
(46, '2023_05_22_023817_add_column_to_loan_officer_notes_table', 18),
(47, '2023_07_02_163326_add_property_tax_to_properties_table', 18),
(48, '2023_07_03_152704_add_pdf_name_to_opportunity_alerts_table', 18),
(49, '2023_07_17_125403_change_new_rate_opportunity_alerts', 18),
(50, '2023_08_23_053943_create_neat_capital_responses_table', 18),
(51, '2023_08_23_065633_add_status_to_properties_table', 18),
(52, '2023_09_14_135154_add_columns_to_loan_officer_notes_table', 18),
(53, '2023_09_20_103822_create_state_licenses_table', 18),
(54, '2023_09_20_131619_create_loan_officer_state_licenses_table', 18),
(55, '2023_09_20_144103_add_loan_type_to_mortgage_information_table', 18),
(56, '2023_10_07_143721_create_jobs_table', 18),
(57, '2023_10_23_070710_create_property_rental_avms_table', 18),
(58, '2023_11_03_080733_change_current_interest_rate_mortgage_information', 18),
(59, '2023_11_03_125736_add_read_status_to_opportunity_alerts_table', 18),
(60, '2023_11_06_154550_add_deleted_at_to_properties_table', 18),
(61, '2023_11_07_130148_add_status_to_users_table', 18),
(62, '2024_01_09_113946_demo_form', 18),
(63, '2024_01_10_121807_create_privacies_table', 18),
(64, '2024_03_14_162437_add_message_to_contact_loan_officers_table', 18);

-- --------------------------------------------------------

--
-- Table structure for table `mortgage_information`
--

CREATE TABLE `mortgage_information` (
  `id` bigint UNSIGNED NOT NULL,
  `property_id` int NOT NULL,
  `user_id` int NOT NULL,
  `current_interest_rate` double DEFAULT NULL,
  `current_loan_balance` double DEFAULT NULL,
  `loan_term` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `loan_program` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `loan_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `original_loan_balance` double DEFAULT NULL,
  `pmi` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mortgage_start_date` date DEFAULT NULL,
  `monthly_pmi_payment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `estimated_credit_score` double(8,2) DEFAULT NULL,
  `mortgage_statement` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `mortgage_information`
--

INSERT INTO `mortgage_information` (`id`, `property_id`, `user_id`, `current_interest_rate`, `current_loan_balance`, `loan_term`, `loan_program`, `loan_type`, `original_loan_balance`, `pmi`, `mortgage_start_date`, `monthly_pmi_payment`, `estimated_credit_score`, `mortgage_statement`, `created_at`, `updated_at`) VALUES
(1, 6, 1, 1, 1000, 'Incidunt unde sequi', 'Irure minim et odio', NULL, NULL, 'Y', '1984-10-31', '9', NULL, 'CAXGBsPktGipsB8eAydeH7pvWbd4OGQyPEjUYD1v.xls', '2023-02-08 21:46:27', '2023-02-08 21:46:27'),
(2, 2, 1, 1, 1500, 'Incidunt unde sequi', 'Irure minim et odio', NULL, 1, 'Y', '1984-10-31', '1', 1.00, 'MRFn4uSrXUP7t7pYfGZwth3TgAJaDQdvfAMxsWCS.xls', '2023-02-13 19:04:47', '2023-02-15 16:24:54'),
(3, 8, 1, 1, 2000, 'Nulla dolor totam au', 'In nulla qui alias q', NULL, NULL, 'Y', '2023-02-13', '8', NULL, '', '2023-02-13 19:05:25', '2023-02-13 19:05:25'),
(4, 9, 1, 1, 154000, '359', '1', NULL, NULL, 'Y', '2007-03-21', '1', NULL, '', '2023-02-14 21:41:41', '2023-02-14 21:41:41'),
(5, 10, 1, 1, 1800, 'Nulla dolor totam au', 'In nulla qui alias q', NULL, NULL, 'Y', '2023-02-14', '1', NULL, '', '2023-02-14 21:44:51', '2023-02-14 21:44:51'),
(6, 11, 1, 1, 154000, '359', '1', NULL, NULL, 'Y', '2007-03-21', '1', NULL, '', '2023-02-16 18:47:28', '2023-02-16 18:47:28'),
(7, 12, 1, 1, 3000, 'Conventional', 'FHA', NULL, NULL, 'Y', '2023-02-20', '1', NULL, '', '2023-02-20 17:11:11', '2023-02-20 17:11:11'),
(8, 15, 5, 10, 2200, '120', 'Conventional', 'Fixed', 300, 'Y', '2024-05-13', '10.00', 20.00, NULL, '2024-05-13 10:32:00', '2024-05-13 10:32:00'),
(9, 19, 9, 10, 100000, '120', 'I don\'t know', 'Fixed', 100000, 'Y', '2023-05-02', '1000.00', 3.00, '', '2024-05-16 13:49:30', '2024-05-16 13:49:30');

-- --------------------------------------------------------

--
-- Table structure for table `neat_capital_responses`
--

CREATE TABLE `neat_capital_responses` (
  `id` bigint UNSIGNED NOT NULL,
  `term` int NOT NULL,
  `product` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `rate` double(8,3) DEFAULT NULL,
  `apr` double(8,3) DEFAULT NULL,
  `points` double(8,3) DEFAULT NULL,
  `monthlyPayment` double(8,3) DEFAULT NULL,
  `totalCredits` double(8,3) DEFAULT NULL,
  `totalFees` double(8,3) DEFAULT NULL,
  `closingCosts` double(8,3) DEFAULT NULL,
  `ltv` double(8,3) DEFAULT NULL,
  `miType` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `miPayment` double(8,3) DEFAULT NULL,
  `requiredAssets` double(15,3) DEFAULT NULL,
  `requiredIncomeFrontend` double(15,3) DEFAULT NULL,
  `effectiveDate` date DEFAULT NULL,
  `signUpUrl` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `opportunity_alerts`
--

CREATE TABLE `opportunity_alerts` (
  `id` bigint UNSIGNED NOT NULL,
  `alert_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` int NOT NULL,
  `property_id` int NOT NULL,
  `mortgage_id` int DEFAULT NULL,
  `current_estimated_home_value` double DEFAULT NULL,
  `current_loan_balance` double DEFAULT NULL,
  `occupancy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `property_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `other_info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `email_sent` tinyint(1) NOT NULL DEFAULT '0',
  `sms_sent` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `new_rate` double DEFAULT NULL,
  `new_term` double(8,2) DEFAULT NULL,
  `new_loan_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twilio_sms_response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `pdf_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `read_status` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `opportunity_alerts`
--

INSERT INTO `opportunity_alerts` (`id`, `alert_type`, `user_id`, `property_id`, `mortgage_id`, `current_estimated_home_value`, `current_loan_balance`, `occupancy`, `property_type`, `other_info`, `email_sent`, `sms_sent`, `created_at`, `updated_at`, `new_rate`, `new_term`, `new_loan_type`, `twilio_sms_response`, `pdf_name`, `read_status`) VALUES
(7, 'remove_mortgage_insurance', 1, 2, 2, 519400, 1, NULL, NULL, '{\"address\":\"4529 Winona Court\",\"city\":\"Denver, CO\",\"zipcode\":\"12100\"}', 0, 0, '2023-03-21 18:07:01', '2024-05-17 03:40:11', NULL, NULL, NULL, NULL, NULL, 1),
(8, 'remove_mortgage_insurance', 1, 9, 4, 506200, 154000, NULL, NULL, '{\"address\":\"4500 Winona Court\",\"city\":\"Denver, CO\",\"zipcode\":\"80015\"}', 0, 0, '2023-03-21 18:07:01', '2024-05-17 03:15:03', NULL, NULL, NULL, NULL, NULL, 1),
(9, 'take_cash_out', 1, 2, 2, 519400, 1, 'Primary', 'Single Family', '{\"address\":\"4529 Winona Court\",\"city\":\"Denver, CO\",\"zipcode\":\"12100\",\"potential_cash_out_value\":415519}', 0, 0, '2023-03-21 18:07:01', '2023-03-21 18:07:01', NULL, NULL, NULL, NULL, NULL, 0),
(10, 'take_cash_out', 1, 9, 4, 506200, 154000, 'Vacation', 'Single Family', '{\"address\":\"4500 Winona Court\",\"city\":\"Denver, CO\",\"zipcode\":\"80015\",\"potential_cash_out_value\":225650}', 0, 0, '2023-03-21 18:07:01', '2023-03-21 18:07:01', NULL, NULL, NULL, NULL, NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `password_resets`
--

CREATE TABLE `password_resets` (
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `personal_access_tokens`
--

CREATE TABLE `personal_access_tokens` (
  `id` bigint UNSIGNED NOT NULL,
  `tokenable_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `tokenable_id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `abilities` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `expires_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `privacies`
--

CREATE TABLE `privacies` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `meta_title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_keywords` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `privacies`
--

INSERT INTO `privacies` (`id`, `title`, `image`, `content`, `meta_title`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES
(1, 'Privacy Policy', NULL, '<p>Privacy Policy.</p>', 'Privacy Policy', 'Privacy Policy', 'Privacy Policy', '2024-05-07 18:10:37', '2024-05-09 14:33:51');

-- --------------------------------------------------------

--
-- Table structure for table `properties`
--

CREATE TABLE `properties` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` int NOT NULL,
  `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `zipcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `property_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `occupancy` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `number_of_bedrooms` int UNSIGNED DEFAULT NULL,
  `number_of_bathrooms` int UNSIGNED DEFAULT NULL,
  `size_sqft` int DEFAULT NULL,
  `current_estimated_home_value` double DEFAULT NULL,
  `estimated_home_equity` double DEFAULT NULL,
  `info_option` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `property_type_other` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `attomid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `transportation_noise_summary` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `geoidv4_n1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `assigned_to` int DEFAULT NULL,
  `property_tax` double DEFAULT NULL,
  `home_insurance` double DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `properties`
--

INSERT INTO `properties` (`id`, `user_id`, `address`, `city`, `state`, `zipcode`, `property_type`, `occupancy`, `created_at`, `updated_at`, `number_of_bedrooms`, `number_of_bathrooms`, `size_sqft`, `current_estimated_home_value`, `estimated_home_equity`, `info_option`, `property_type_other`, `attomid`, `transportation_noise_summary`, `geoidv4_n1`, `assigned_to`, `property_tax`, `home_insurance`, `status`, `deleted_at`) VALUES
(2, 1, '4529 Winona Court', 'Denver, CO', 'Haryana', '12100', 'Single Family', 'Primary', '2023-02-01 18:51:53', '2023-02-27 09:10:37', 2, 1, 934, 519400, 0, NULL, NULL, '184713191', 'Traffic noise is medium.  Also, there may be frequent ambulance traffic nearby.', 'b26d02d9330761156fc0cfd4ed8bf9a1', NULL, NULL, NULL, 1, NULL),
(3, 1, '4500 Winona Court', 'Denver, CO', '', '80015', 'Manufactured', 'Vacation', '2023-02-08 21:41:24', '2023-03-02 21:30:15', 2, 2, 812, 506200, 382735, NULL, NULL, '13657586', 'Traffic noise is medium.  Also, there may be frequent ambulance traffic nearby.', 'b26d02d9330761156fc0cfd4ed8bf9a1', NULL, NULL, NULL, 1, NULL),
(4, 1, 'Minim ad rerum conse', 'Voluptatibus soluta', '', '50729', 'Manufactured', 'Vacation', '2023-02-08 21:43:24', '2023-02-08 21:43:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL),
(5, 1, 'Minim ad rerum conse', 'Voluptatibus soluta', '', '50729', 'Manufactured', 'Vacation', '2023-02-08 21:45:00', '2023-02-08 21:45:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL),
(6, 1, 'Facere do harum in e', 'Eos quia officiis q', '', '43218', 'Town Home', 'Vacation', '2023-02-08 21:46:27', '2023-02-08 21:46:27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL),
(7, 1, 'Noida', 'Greater Noida West', '', '20101', 'Single Family', 'Primary', '2023-02-13 19:04:47', '2023-02-13 19:04:47', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL),
(8, 1, 'Noida', 'Greater Noida West', '', '50729', 'Town Home', 'Primary', '2023-02-13 19:05:25', '2023-02-13 19:05:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL),
(9, 1, '4500 Winona Court', 'Denver, CO', '', '80015', 'Single Family', 'Vacation', '2023-02-14 21:41:41', '2023-03-21 16:38:19', 2, 2, 812, 506200, NULL, NULL, NULL, '13657586', NULL, 'b26d02d9330761156fc0cfd4ed8bf9a1', NULL, NULL, NULL, 1, NULL),
(10, 1, 'sdfsdfs', 'Greater Noida West', '', '20100', 'Condo', 'Primary', '2023-02-14 21:44:51', '2023-02-14 21:44:51', NULL, NULL, NULL, NULL, NULL, 'ENTER_MANUALLY', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL),
(11, 1, '4500 Winona Court1', 'Denver, CO', '', '80015', 'Town Home', 'Primary', '2023-02-16 18:47:28', '2023-02-16 18:47:28', NULL, NULL, NULL, NULL, NULL, 'ENTER_MANUALLY', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL),
(12, 1, 'Test Address', 'Greater Noida West', '', '20102', 'Other', 'Vacation', '2023-02-20 17:11:11', '2023-02-20 17:20:11', NULL, NULL, NULL, NULL, NULL, 'ENTER_MANUALLY', 'OPT', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL),
(13, 3, 'Noida', 'Greater Noida West', '', '20100', 'Other', 'Vacation', '2023-02-20 17:23:00', '2023-02-20 17:23:00', NULL, NULL, NULL, NULL, NULL, NULL, 'XXXXX1234', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL),
(14, 4, 'tests', 'test', '', '70080', 'Single Family Residence', 'Primary Residence', '2024-05-13 07:15:53', '2024-05-13 07:16:19', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '251177', NULL, NULL, NULL, 1000, 1000, 1, NULL),
(15, 5, 'Alaska', 'Alasks', '', '56545', 'Single Family Residence', 'Primary Residence', '2024-05-13 10:29:10', '2024-05-13 10:29:40', NULL, NULL, 11874, NULL, NULL, NULL, NULL, '27489600', NULL, 'b6e319de42ce733bc8ece056227072f5', NULL, 1.11, 20, 1, NULL),
(16, 6, '7875 Cresmtont Ave', 'Newark', '', '94560', 'Single Family Residence', 'Primary Residence', '2024-05-13 15:27:29', '2024-05-13 15:27:59', 4, 3, 1761, 1429500, NULL, NULL, NULL, '34671462', NULL, '92598b4a8a5ab06190f399cd84e7015c', NULL, 12000, 1400, 1, NULL),
(17, 7, 'hj', 'Dodge City', '', '67801', 'Single Family Residence', 'Second Home', '2024-05-14 02:50:52', '2024-05-14 02:51:08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '295062378', NULL, NULL, NULL, 1000, 1000, 1, NULL),
(18, 11, 'Testing', 'Test', '', '22312', 'Single Family Residence', 'Primary Residence', '2024-05-15 13:01:07', '2024-05-15 13:01:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '310553258', NULL, NULL, NULL, 7.12, 5000, 1, NULL),
(19, 9, 'Velacheri', 'chennai', '', '12345', 'Single Family Residence', 'Primary Residence', '2024-05-16 13:49:30', '2024-05-17 04:02:05', NULL, NULL, NULL, NULL, NULL, 'ENTER_MANUALLY', NULL, '15797493', NULL, NULL, NULL, 5000, 5000, 1, '2024-05-17 04:02:05');

-- --------------------------------------------------------

--
-- Table structure for table `property_all_events_details`
--

CREATE TABLE `property_all_events_details` (
  `id` bigint UNSIGNED NOT NULL,
  `property_id` int NOT NULL,
  `api_response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `property_all_events_details`
--

INSERT INTO `property_all_events_details` (`id`, `property_id`, `api_response`, `created_at`, `updated_at`) VALUES
(1, 3, '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"55bac7e4b8d3bc67f11f684fd1edb71b\"},\"property\":[{\"identifier\":{\"Id\":13657586,\"fips\":\"08031\",\"apn\":\"02192-03-015-000\",\"attomId\":13657586},\"lot\":{\"lotnum\":\"23,24\",\"lotsize1\":0.1434803,\"lotsize2\":6250,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"1-40\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4500 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4500 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2513\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778532\",\"longitude\":\"-105.047116\",\"distance\":0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Single Family Residence \\/ Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1941,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B35 L23 & 24 EXC REAR 8FT TO CITY RESUB OF BLKS 1 TO 40\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":812,\"grosssize\":1624,\"grosssizeadjusted\":812,\"groundfloorsize\":812,\"livingsize\":812,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":812},\"rooms\":{\"bathfixtures\":8,\"bathsfull\":2,\"bathstotal\":2,\"beds\":2,\"roomsTotal\":4},\"interior\":{\"bsmtsize\":812,\"bsmttype\":\"FINISHED\"},\"construction\":{\"condition\":\"AVERAGE\",\"constructiontype\":\"FRAME\",\"frameType\":\"WOOD\",\"wallType\":\"WOOD\"},\"parking\":{\"prkgSize\":640,\"prkgSpaces\":\"2\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":736410,\"high\":751138,\"low\":721681,\"valueRange\":14728},\"AVMChange\":{\"avmlastmonthvalue\":702599,\"avmamountchange\":33811,\"avmpercentchange\":4},\"calculations\":{\"perSizeUnit\":906,\"ratioTaxAmt\":263.22,\"ratioTaxValue\":1,\"rangePctOfValue\":4},\"condition\":{\"avmpoorlow\":685596.95,\"avmpoorhigh\":713581.1,\"avmpoorscore\":93,\"avmgoodlow\":721681,\"avmgoodhigh\":751138,\"avmgoodscore\":98,\"avmexcellentlow\":739723.02,\"avmexcellenthigh\":769916.45,\"avmexcellentscore\":100.5}},\"sale\":{\"salesearchdate\":\"2007-03-21\",\"saleTransDate\":\"2007-02-01\",\"amount\":{\"saleamt\":220000,\"salecode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"salerecdate\":\"2007-03-21\",\"saledisclosuretype\":0,\"saledocnum\":\"0000045666\",\"saletranstype\":\"Resale\"},\"calculation\":{\"priceperbed\":110000,\"pricepersizeunit\":270.94},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"M\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdimprpersizeunit\":6.07,\"assdimprvalue\":4930,\"assdlandpersizeunit\":5,\"assdlandvalue\":31270,\"assdttlpersizeunit\":44.58,\"assdttlvalue\":36200},\"calculations\":{\"calcimprind\":\"ASSESSED VALUE\",\"calcimprpersizeunit\":6.07,\"calcimprvalue\":4930,\"calclandind\":\"ASSESSED VALUE\",\"calclandpersizeunit\":5,\"calclandvalue\":31270,\"calcttlind\":\"ASSESSED VALUE\",\"calcttlvalue\":36200,\"calcvaluepersizeunit\":44.58},\"market\":{\"mktimprvalue\":68900,\"mktlandvalue\":437300,\"mktttlvalue\":506200},\"tax\":{\"taxamt\":2797.7,\"taxpersizeunit\":3.45,\"taxyear\":2022}}}]}', '2023-03-02 21:21:04', '2023-03-02 21:21:04'),
(3, 2, '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"7ea8ab35420f09e0b0534d675c6b5e84\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence \\/ Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S\\/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\",\"yearbuilteffective\":2014}},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"},\"avm\":{\"eventDate\":\"2023-01-24\",\"amount\":{\"scr\":98,\"value\":755614,\"high\":770726,\"low\":740501,\"valueRange\":15112},\"AVMChange\":{\"avmlastmonthvalue\":721127,\"avmamountchange\":34487,\"avmpercentchange\":4},\"calculations\":{\"perSizeUnit\":809,\"ratioTaxAmt\":263.2,\"ratioTaxValue\":1,\"rangePctOfValue\":4},\"condition\":{\"avmpoorlow\":703475.95,\"avmpoorhigh\":732189.7,\"avmpoorscore\":93,\"avmgoodlow\":740501,\"avmgoodhigh\":770726,\"avmgoodscore\":98,\"avmexcellentlow\":759013.52,\"avmexcellenthigh\":789994.15,\"avmexcellentscore\":100.5}},\"sale\":{\"salesearchdate\":\"2021-06-29\",\"saleTransDate\":\"2021-06-28\",\"amount\":{\"salerecdate\":\"2021-06-29\",\"saledisclosuretype\":0,\"saledocnum\":\"0000123161\",\"saletranstype\":\"Resale\"},\"calculation\":{},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"C\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdimprpersizeunit\":15.24,\"assdimprvalue\":14230,\"assdlandpersizeunit\":4.88,\"assdlandvalue\":22910,\"assdttlpersizeunit\":39.76,\"assdttlvalue\":37140},\"calculations\":{\"calcimprind\":\"ASSESSED VALUE\",\"calcimprpersizeunit\":15.24,\"calcimprvalue\":14230,\"calclandind\":\"ASSESSED VALUE\",\"calclandpersizeunit\":4.88,\"calclandvalue\":22910,\"calcttlind\":\"ASSESSED VALUE\",\"calcttlvalue\":37140,\"calcvaluepersizeunit\":39.76},\"market\":{\"mktimprvalue\":199000,\"mktlandvalue\":320400,\"mktttlvalue\":519400},\"tax\":{\"taxamt\":2870.88,\"taxpersizeunit\":3.07,\"taxyear\":2022}}}]}', '2023-03-02 22:36:44', '2023-03-02 22:37:06'),
(4, 14, '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"8b9aa173dacacc4b7fe616706fa853bf\",\"attomId\":251177},\"property\":[{\"identifier\":{\"Id\":251177,\"fips\":\"48021\",\"apn\":\"R25324\",\"attomId\":251177},\"lot\":{\"lotnum\":\"7\",\"lotsize1\":0.58000459999999998128572542555048130452632904052734375,\"lotsize2\":25265,\"pooltype\":\"NO POOL\"},\"area\":{\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Bastrop\",\"countyuse1\":\"C3   \",\"muncode\":\"BA\",\"munname\":\"BASTROP\",\"subdname\":\"AUSTIN, STEPHEN F\",\"taxcodearea\":\"ESD2,G01,RD1,S04\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"TX\",\"line2\":\", TX \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , TX \",\"postal1\":\"\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"30.151587\",\"longitude\":\"-97.316112\",\"distance\":0,\"geoid\":\"CO48021\",\"geoIdV4\":{\"CO\":\"88c0c2fbc60666aafc1e324b330fb897\",\"CS\":\"62bce7e8224dae2d67af7ac014dc4a2e\",\"DB\":\"b44e02e7093843c0b7b3cc5196c18db8\",\"PL\":\"e5e7a6beee5b76cb9e1f818f41486238\",\"SB\":\"cc0728e53728624a8450f6f21073b31c, 7e08434bce8dc69d7190f0b0d7838e55, 9d770f09d5ba1683031a58839166ec94, c9723125843646b84045781b2671eb5d\",\"ZI\":\"0e11b022df6f7bd5bc152421c599e417\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"PUBLIC WORKS\",\"proptype\":\"RECREATIONAL ACREAGE\",\"propertyType\":\"RECREATIONAL - VACANT LAND\",\"propLandUse\":\"RECREATIONAL ACREAGE\",\"propIndicator\":\"80\",\"legal1\":\"A3 AUSTIN, STEPHEN F., ACRES 0.58, (SHADOW OAKS, LOT 7)\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"vintage\":{\"lastModified\":\"2023-11-07\",\"pubDate\":\"2023-11-07\"},\"avm\":{\"amount\":{\"scr\":0,\"high\":0,\"low\":0},\"AVMChange\":{},\"calculations\":{},\"condition\":{\"avmpoorlow\":0,\"avmpoorhigh\":0,\"avmgoodlow\":0,\"avmgoodhigh\":0,\"avmexcellentlow\":0,\"avmexcellenthigh\":0}},\"sale\":{\"salesearchdate\":\"2011-08-12\",\"saleTransDate\":\"2011-07-20\",\"amount\":{\"salerecdate\":\"2011-08-12\",\"saledisclosuretype\":1,\"saledocnum\":\"002087\\/271\",\"saletranstype\":\"Resale\"},\"calculation\":{},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"C\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdlandpersizeunit\":2.189999999999999946709294817992486059665679931640625,\"assdlandvalue\":55355,\"assdttlvalue\":55355},\"calculations\":{\"calcimprind\":\"ASSESSED VALUE\",\"calclandind\":\"ASSESSED VALUE\",\"calclandpersizeunit\":2.189999999999999946709294817992486059665679931640625,\"calclandvalue\":55355,\"calcttlind\":\"ASSESSED VALUE\",\"calcttlvalue\":55355},\"market\":{\"mktlandvalue\":55355,\"mktttlvalue\":55355},\"tax\":{\"taxyear\":2022}}}]}', '2024-05-13 07:16:20', '2024-05-13 07:16:20'),
(5, 15, '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"d3ac837fc0f27559ce0c722dedc146dc\",\"attomId\":27489600},\"property\":[{\"identifier\":{\"Id\":27489600,\"fips\":\"02020\",\"apn\":\"004-082-05-000\",\"attomId\":27489600},\"lot\":{\"lotnum\":\"11\",\"lotsize1\":0.51652889999999995751522874343208968639373779296875,\"lotsize2\":22500,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"7\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Anchorage\",\"countyuse1\":\"339-C\",\"muncode\":\"AN\",\"munname\":\"ANCHORAGE\",\"subdname\":\"ALASKA INDUSTRIAL\",\"taxcodearea\":\"1\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"AK\",\"line2\":\", AK \",\"matchCode\":\"ExaStr\",\"oneLine\":\", , AK \",\"postal1\":\"\",\"postal2\":\"\",\"postal3\":\"C044\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"61.220407\",\"longitude\":\"-149.821488\",\"distance\":0,\"geoid\":\"CO02020, CS0203050, DB0200180, ND0000281249, PL0203000, SB0000065442, SB0000065452, SB0000065489, ZI99501\",\"geoIdV4\":{\"CO\":\"a593655c66bd715b32d1a9cc5e2eb33b\",\"CS\":\"6b6f2cbc05bad3858cad6f585700ce31\",\"DB\":\"e1f8e693e827aeaddc9ea2e6d6f53d81\",\"N2\":\"b6e319de42ce733bc8ece056227072f5\",\"PL\":\"c127a45071c86bbb01402cba330a303a\",\"SB\":\"52f551615024cad056becddf3c69db93, 42ee5db10d89ba3bd194161fdf8d4bac, 987c7d20c481928cca6c8e29d5fa5979\",\"ZI\":\"6ba73eff04b79f272dfa532fe99bbc39\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Parking\",\"propsubtype\":\"Commercial\",\"proptype\":\"PARKING LOT\",\"yearbuilt\":1959,\"propertyType\":\"PARKING LOT\",\"propLandUse\":\"PARKING LOT\",\"propIndicator\":\"31\",\"legal1\":\"ALASKA INDUSTRIAL BLK 7 LT 11\"},\"utilities\":{\"coolingtype\":\"NONE\",\"sewertype\":\"MUNICIPAL\",\"watertype\":\"COMMERCIAL\"},\"building\":{\"size\":{\"bldgsize\":11874,\"grosssize\":11874,\"grosssizeadjusted\":11874,\"livingsize\":11874,\"sizeInd\":\"BUILDING SQFT\",\"universalsize\":11874},\"rooms\":{},\"interior\":{},\"construction\":{\"condition\":\"AVERAGE\",\"wallType\":\"CONCRETE BLOCK\"},\"parking\":{},\"summary\":{\"bldgsNum\":1,\"bldgType\":\"COMMERCIAL\",\"imprType\":\"COMMERCIAL\",\"quality\":\"GOOD\",\"storyDesc\":\"COMMERCIAL\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"vintage\":{\"lastModified\":\"2023-11-02\",\"pubDate\":\"2023-11-02\"},\"avm\":{\"amount\":{\"scr\":0,\"high\":0,\"low\":0},\"AVMChange\":{},\"calculations\":{},\"condition\":{\"avmpoorlow\":0,\"avmpoorhigh\":0,\"avmgoodlow\":0,\"avmgoodhigh\":0,\"avmexcellentlow\":0,\"avmexcellenthigh\":0}},\"sale\":{\"salesearchdate\":\"2008-06-30\",\"saleTransDate\":\"2008-06-26\",\"amount\":{\"salerecdate\":\"2008-06-30\",\"saledisclosuretype\":1,\"saledoctype\":\"DEED\",\"saledocnum\":\"0000038208\",\"saletranstype\":\"Resale\"},\"calculation\":{},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"C\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdimprpersizeunit\":0.270000000000000017763568394002504646778106689453125,\"assdimprvalue\":3200,\"assdlandpersizeunit\":19.07000000000000028421709430404007434844970703125,\"assdlandvalue\":429000,\"assdttlpersizeunit\":36.39999999999999857891452847979962825775146484375,\"assdttlvalue\":432200},\"calculations\":{\"calcimprind\":\"MARKET VALUE\",\"calcimprpersizeunit\":0.270000000000000017763568394002504646778106689453125,\"calcimprvalue\":3200,\"calclandind\":\"MARKET VALUE\",\"calclandpersizeunit\":19.07000000000000028421709430404007434844970703125,\"calclandvalue\":429000,\"calcttlind\":\"MARKET VALUE\",\"calcttlvalue\":432200,\"calcvaluepersizeunit\":36.39999999999999857891452847979962825775146484375},\"market\":{\"mktimprvalue\":3200,\"mktlandvalue\":429000,\"mktttlvalue\":432200},\"tax\":{\"taxamt\":7360.3699999999998908606357872486114501953125,\"taxpersizeunit\":0.61999999999999999555910790149937383830547332763671875,\"taxyear\":2023}}}]}', '2024-05-13 10:29:41', '2024-05-13 10:29:41'),
(6, 16, '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"e983b468e683c5636bfbc690c8f5f229\",\"attomId\":34671462},\"property\":[{\"identifier\":{\"Id\":34671462,\"fips\":\"06001\",\"apn\":\"92A-513-48\",\"attomId\":34671462},\"lot\":{\"lotsize1\":0.21809000000000000607514039074885658919811248779296875,\"lotsize2\":9500,\"poolind\":\"YES\"},\"area\":{\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Alameda\",\"countyuse1\":\"1100 \",\"muncode\":\"AL\",\"munname\":\"ALAMEDA\",\"subdname\":\"2298\",\"taxcodearea\":\"11-010\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CA\",\"line1\":\"7875 CRESTMONT AVE\",\"line2\":\"NEWARK, CA 94560\",\"locality\":\"NEWARK\",\"matchCode\":\"ExaStr\",\"oneLine\":\"7875 CRESTMONT AVE, NEWARK, CA 94560\",\"postal1\":\"94560\",\"postal2\":\"1521\",\"postal3\":\"C019\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"37.535704\",\"longitude\":\"-122.055285\",\"distance\":0,\"geoid\":\"CO06001, CS0691070, ND0000018013, PL0650916, SB0000072222, SB0000072223, SB0000072228, ZI94560\",\"geoIdV4\":{\"CO\":\"1f38d16644cb82edb00a245a91495bfe\",\"CS\":\"12745abe42e4008071cc2fa66708b0ea\",\"DB\":\"f94a2ad0c88d2bc4700bae6880f32e98\",\"N2\":\"92598b4a8a5ab06190f399cd84e7015c\",\"PL\":\"83ce8c0b07633c4aaf150c0ed15e80fb\",\"SB\":\"d4e6c47aaccd4d38f33485844f8a1371, b501ca76d484afc479ea00e25cf2a915, 117cf3acc7e693722ef0b02f66c53477\",\"ZI\":\"a4b87282a8f60c3cea34de0725488a0c\"}},\"summary\":{\"absenteeInd\":\"OWNER OCCUPIED\",\"propclass\":\"Single Family Residence \\/ Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1968,\"propertyType\":\"SINGLE FAMILY RESIDENCE\",\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"TR 2298\"},\"utilities\":{},\"building\":{\"size\":{\"bldgsize\":1761,\"grosssize\":1761,\"grosssizeadjusted\":1761,\"livingsize\":1761,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":1761},\"rooms\":{\"bathsfull\":3,\"bathstotal\":3,\"beds\":4,\"roomsTotal\":8},\"interior\":{},\"construction\":{\"constructiontype\":\"WOOD\",\"frameType\":\"WOOD\"},\"parking\":{\"prkgSpaces\":\"2\"},\"summary\":{\"archStyle\":\"OTHER\",\"bldgsNum\":1,\"levels\":1,\"quality\":\"AVERAGE\",\"view\":\"VIEW - NONE\",\"viewCode\":\"000\",\"yearbuilteffective\":1969}},\"vintage\":{\"lastModified\":\"2023-09-28\",\"pubDate\":\"2023-09-28\"},\"avm\":{\"eventDate\":\"2024-04-26\",\"amount\":{\"scr\":98,\"value\":1429500,\"high\":1458090,\"low\":1400910,\"valueRange\":28590},\"AVMChange\":{\"avmlastmonthvalue\":1369750,\"avmamountchange\":59750,\"avmpercentchange\":4},\"calculations\":{\"perSizeUnit\":811,\"ratioTaxAmt\":156.090000000000003410605131648480892181396484375,\"rangePctOfValue\":4},\"condition\":{\"avmpoorlow\":1330864.5,\"avmpoorhigh\":1385185.5,\"avmgoodlow\":1400910,\"avmgoodhigh\":1458090,\"avmexcellentlow\":1435932.75,\"avmexcellenthigh\":1494542.25}},\"sale\":{\"salesearchdate\":\"2008-12-10\",\"saleTransDate\":\"2008-12-05\",\"amount\":{\"saleamt\":585000,\"salecode\":\"SALE PRICE (FULL) Full sales price as per documents\",\"salerecdate\":\"2008-12-10\",\"saledisclosuretype\":0,\"saledoctype\":\"DEED\",\"saledocnum\":\"0000348024\",\"saletranstype\":\"Resale\"},\"calculation\":{\"priceperbed\":146250,\"pricepersizeunit\":332.19999999999998863131622783839702606201171875},\"interfamily\":\"N\",\"resaleornewconstruction\":\"M\",\"cashormortgagepurchase\":\"C\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdimprpersizeunit\":294.76999999999998181010596454143524169921875,\"assdimprvalue\":519092,\"assdlandpersizeunit\":23.510000000000001563194018672220408916473388671875,\"assdlandvalue\":223359,\"assdttlpersizeunit\":421.6100000000000136424205265939235687255859375,\"assdttlvalue\":742451},\"calculations\":{\"calcimprind\":\"ASSESSED VALUE\",\"calcimprpersizeunit\":294.76999999999998181010596454143524169921875,\"calcimprvalue\":519092,\"calclandind\":\"ASSESSED VALUE\",\"calclandpersizeunit\":23.510000000000001563194018672220408916473388671875,\"calclandvalue\":223359,\"calcttlind\":\"ASSESSED VALUE\",\"calcttlvalue\":742451,\"calcvaluepersizeunit\":421.6100000000000136424205265939235687255859375},\"market\":{},\"tax\":{\"taxamt\":9158.3199999999997089616954326629638671875,\"taxpersizeunit\":5.20000000000000017763568394002504646778106689453125,\"taxyear\":2023}}}]}', '2024-05-13 15:27:59', '2024-05-13 15:27:59'),
(7, 17, '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"4589e0744df410bf3c3cb62e9a31caf7\",\"attomId\":295062378},\"property\":[{\"identifier\":{\"Id\":295062378,\"fips\":\"20057\",\"apn\":\"087-25-0-10-08-001.00-0\",\"attomId\":295062378},\"lot\":{\"depth\":132,\"frontage\":274,\"lotnum\":\"7-12\",\"lotsize1\":0.8399908000000000374285491488990373909473419189453125,\"lotsize2\":36590},\"area\":{\"blockNum\":\"2\",\"countrysecsubd\":\"Ford\",\"countyuse1\":\"9910 \",\"muncode\":\"FO\",\"munname\":\"FORD\",\"subdname\":\"H S HAGGARD ADDITION\",\"taxcodearea\":\"001\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"KS\",\"line1\":\"AVE J\",\"line2\":\"DODGE CITY, KS 67801\",\"locality\":\"DODGE CITY\",\"matchCode\":\"ExaStr\",\"oneLine\":\"AVE J, DODGE CITY, KS 67801\",\"postal1\":\"67801\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"37.758599\",\"longitude\":\"-100.003489\",\"distance\":0,\"geoid\":\"CO20057, CS2059300, DB2005580, SB0000087908, SB0000140492, SB0000142232, SB0000142233, SB0000145835, SB0000145836, SB0000147582, SB0000149350, SB0000151148, SB0000153003, SB0000153004, SB0000153005, ZI67801\",\"geoIdV4\":{\"CO\":\"ee22eea0650ac655b6abb28497a95d08\",\"CS\":\"c943c9eafc8697f5a68a7110c3e2d26d\",\"DB\":\"61c4c84e8e89064296b3e86a4c0c9f1b\",\"PL\":\"1bb150b1f34e013bcd5bcc8e446f1d91\",\"SB\":\"6c9f73805f7318dbddeee8f5d01ac1ae, ccfdee2b76451dd7528ebb5969fe18f2, 1dcbcc28292b23534bc0b2a6598fe425, 80aa27135dba03da583bb7ed9b7b7f5d, 51f855dce8bdae7947d0f874e2802c48, dbbc9f23a9a1e4e12411671a5094425e, 013d9933a2cee28d57974155cb11413a, bc0d7fbbf91406c4ab8aea929b67f911, 77d6198ed096fc93dbeb72bdf96e6a46, d16b8ff32a1ffb31b03d7870ff100655, 2643201d29dd16041614ceaf1a8ec237, ed787eadf922b2dc3ea7b71606c6420b\",\"ZI\":\"676af15a03363b244ad54824eb29e138\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\",\"legal1\":\"H S HAGGARD ADDITION, S25, T26, R25, BLOCK 2, LOT 7 - 12\"},\"utilities\":{\"sewertype\":\"MUNICIPAL\",\"watertype\":\"COMMERCIAL\"},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"vintage\":{\"lastModified\":\"2023-08-01\",\"pubDate\":\"2023-08-01\"},\"avm\":{\"amount\":{\"scr\":0,\"high\":0,\"low\":0},\"AVMChange\":{},\"calculations\":{},\"condition\":{\"avmpoorlow\":0,\"avmpoorhigh\":0,\"avmgoodlow\":0,\"avmgoodhigh\":0,\"avmexcellentlow\":0,\"avmexcellenthigh\":0}},\"sale\":{\"amount\":{\"saledisclosuretype\":1},\"calculation\":{},\"interfamily\":\"N\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdlandpersizeunit\":0.01000000000000000020816681711721685132943093776702880859375,\"assdlandvalue\":232,\"assdttlvalue\":232},\"calculations\":{\"calcimprind\":\"MARKET VALUE\",\"calclandind\":\"MARKET VALUE\",\"calclandpersizeunit\":0.05000000000000000277555756156289135105907917022705078125,\"calclandvalue\":1930,\"calcttlind\":\"MARKET VALUE\",\"calcttlvalue\":1930},\"market\":{\"mktlandvalue\":1930,\"mktttlvalue\":1930},\"tax\":{\"taxamt\":40.5,\"taxyear\":2023}}}]}', '2024-05-14 02:51:09', '2024-05-14 02:51:09'),
(8, 18, '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"711cfe32be3beb0f0ebab65991860847\",\"attomId\":310553258},\"property\":[{\"identifier\":{\"Id\":310553258,\"fips\":\"56001\",\"apn\":\"12710430001200\",\"attomId\":310553258},\"lot\":{\"lotsize1\":640,\"lotsize2\":27878400},\"area\":{\"countrysecsubd\":\"Albany\",\"countyuse1\":\"40307\",\"muncode\":\"AL\",\"munname\":\"ALBANY\",\"taxcodearea\":\"0101\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"WY\",\"line2\":\"TIE SIDING, WY 82084\",\"locality\":\"TIE SIDING\",\"matchCode\":\"ExaStr\",\"oneLine\":\", TIE SIDING, WY 82084\",\"postal1\":\"82084\",\"postal2\":\"\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"41.026177\",\"longitude\":\"-105.365420\",\"distance\":0,\"geoid\":\"CO56001, CS5693135, DB5600730, SB0000130686, SB0000130687, SB0000130689, ZI82084\",\"geoIdV4\":{\"CO\":\"9ae5b7f6abb163d85fe3d8f036d3b69f\",\"CS\":\"cb95f01d0b2c90f9e2952e055f074af6\",\"DB\":\"588a4a4ad632daac1c461b173c9dbac0\",\"SB\":\"f460b83f9a1f0caeee2b9030a458a20f, 03b966cca44425acc17732e99185d7aa, 2733db09286df6736ef8a276e6de3420\",\"ZI\":\"6e7b184761f15aac69031dc94cdba8c8\"}},\"summary\":{\"propclass\":\"Agricultural\",\"propsubtype\":\"AGRICULTURE \\/ FARMING\",\"proptype\":\"FARMS\",\"propertyType\":\"RANGE LAND (GRAZING)\",\"propLandUse\":\"FARMS\",\"propIndicator\":\"70\",\"legal1\":\"12 N 71 W 4 S2SW 80.000, W2SE 80.000, 8 E2 320.000, 9 W2SW 80.000, W2NW 80.000 TOTAL ACRES: 640.000\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"BUILDING SQFT\"},\"rooms\":{},\"interior\":{\"fplctype\":\"UNKNOWN\"},\"construction\":{},\"parking\":{},\"summary\":{}},\"vintage\":{\"lastModified\":\"2023-07-04\",\"pubDate\":\"2023-07-04\"},\"avm\":{\"amount\":{\"scr\":0,\"high\":0,\"low\":0},\"AVMChange\":{},\"calculations\":{},\"condition\":{\"avmpoorlow\":0,\"avmpoorhigh\":0,\"avmgoodlow\":0,\"avmgoodhigh\":0,\"avmexcellentlow\":0,\"avmexcellenthigh\":0}},\"sale\":{\"amount\":{\"saledisclosuretype\":1},\"calculation\":{},\"interfamily\":\"N\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdlandpersizeunit\":0,\"assdlandvalue\":5557,\"assdttlvalue\":5557},\"calculations\":{\"calcimprind\":\"MARKET VALUE\",\"calclandind\":\"MARKET VALUE\",\"calclandpersizeunit\":0,\"calclandvalue\":58490,\"calcttlind\":\"MARKET VALUE\",\"calcttlvalue\":58490},\"market\":{\"mktlandvalue\":58490,\"mktttlvalue\":58490},\"tax\":{\"taxyear\":2022}}}]}', '2024-05-15 13:01:41', '2024-05-15 13:01:41'),
(9, 19, '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"e366a688cd7f4f4d363343cd1cd951d7\",\"attomId\":15797493},\"property\":[{\"identifier\":{\"Id\":15797493,\"fips\":\"17113\",\"apn\":\"03-12-130-002\",\"attomId\":15797493},\"lot\":{\"lotnum\":\"28\",\"lotsize1\":0.33000459999999998128572542555048130452632904052734375,\"lotsize2\":14375,\"pooltype\":\"NO POOL\"},\"area\":{\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"McLean\",\"countyuse1\":\"0030 \",\"muncode\":\"ML\",\"munname\":\"MCLEAN\",\"subdname\":\"2ND ADD SUNRISE\",\"taxcodearea\":\"810\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"IL\",\"line2\":\"CHENOA, IL 61726\",\"locality\":\"CHENOA\",\"matchCode\":\"ExaStr\",\"oneLine\":\", CHENOA, IL 61726\",\"postal1\":\"61726\",\"postal2\":\"\",\"postal3\":\"C001\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"40.740046\",\"longitude\":\"-88.709990\",\"distance\":0,\"geoid\":\"CO17113, CS1712944, DB1700005, PL1712931, ZI61726\",\"geoIdV4\":{\"CO\":\"68b283fc9051cf980160138d2df57f2b\",\"CS\":\"5ee429c51dd1f7d069f007b4188785ba\",\"PL\":\"eb9e46e9c2d26e33fe55f86f6eae48b4\",\"ZI\":\"d480ab42f3026ff338ffda2f0881d992\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Vacant\",\"propsubtype\":\"Residential\",\"proptype\":\"RESIDENTIAL - VACANT LAND\",\"propertyType\":\"RESIDENTIAL - VACANT LAND\",\"propLandUse\":\"RESIDENTIAL - VACANT LAND\",\"propIndicator\":\"80\",\"legal1\":\"2ND ADD TO SUNRISE LOT 28\"},\"utilities\":{},\"building\":{\"size\":{\"sizeInd\":\"LIVING SQFT\"},\"rooms\":{},\"interior\":{},\"construction\":{},\"parking\":{},\"summary\":{\"view\":\"VIEW - NONE\",\"viewCode\":\"000\"}},\"vintage\":{\"lastModified\":\"2023-11-17\",\"pubDate\":\"2023-11-17\"},\"avm\":{\"amount\":{\"scr\":0,\"high\":0,\"low\":0},\"AVMChange\":{},\"calculations\":{},\"condition\":{\"avmpoorlow\":0,\"avmpoorhigh\":0,\"avmgoodlow\":0,\"avmgoodhigh\":0,\"avmexcellentlow\":0,\"avmexcellenthigh\":0}},\"sale\":{\"amount\":{\"saledisclosuretype\":0},\"calculation\":{},\"interfamily\":\"N\"},\"assessment\":{\"appraised\":{},\"assessed\":{\"assdlandpersizeunit\":0.35999999999999998667732370449812151491641998291015625,\"assdlandvalue\":5141,\"assdttlvalue\":5141},\"calculations\":{\"calcimprind\":\"MARKET VALUE\",\"calclandind\":\"MARKET VALUE\",\"calclandpersizeunit\":1.0700000000000000621724893790087662637233734130859375,\"calclandvalue\":15423,\"calcttlind\":\"MARKET VALUE\",\"calcttlvalue\":15423},\"market\":{\"mktlandvalue\":15423,\"mktttlvalue\":15423},\"tax\":{\"taxamt\":489.69999999999998863131622783839702606201171875,\"taxyear\":2023}}}]}', '2024-05-16 13:49:33', '2024-05-16 13:49:33');

-- --------------------------------------------------------

--
-- Table structure for table `property_building_permits`
--

CREATE TABLE `property_building_permits` (
  `id` bigint UNSIGNED NOT NULL,
  `property_id` int NOT NULL,
  `effectivedate` date DEFAULT NULL,
  `permitnumber` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `projectname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `fees` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `businessname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `homeownername` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `jobvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `property_building_permits`
--

INSERT INTO `property_building_permits` (`id`, `property_id`, `effectivedate`, `permitnumber`, `status`, `description`, `type`, `projectname`, `fees`, `businessname`, `homeownername`, `jobvalue`, `created_at`, `updated_at`) VALUES
(15, 2, '2013-04-04', '00347672', NULL, NULL, NULL, NULL, '35', 'Doctor Fix-it Plumbing, Heating & Electr', 'Stcherbak,lidia', '2000', '2023-03-09 19:48:34', '2023-03-09 19:48:34'),
(16, 2, '2017-05-17', '2016-ELEC-0004720', 'withdrawn', 'R/r air conditioning', 'Electrical permit', 'Electrical Permit', '20', 'Positively Electric INC', 'Mattice,michael Scott', NULL, '2023-03-09 19:48:34', '2023-03-09 19:48:34'),
(17, 2, '2016-05-27', '2016-MECH-0003896', 'final', 'R/r air conditioning', 'Mechanical permit', 'Mechanical Permit', '59', 'Seasonal Comfort Systems LLC', 'Mattice,michael Scott', NULL, '2023-03-09 19:48:34', '2023-03-09 19:48:34'),
(18, 2, '2016-06-17', '2015-ROOFSIDE-0014621', 'final', 'Re/re: 4529 winona ct', 'Roofing and siding permit', 'Roofing Permit', '91', 'Reitz Roofing INC', 'Mattice,michael Scott', NULL, '2023-03-09 19:48:34', '2023-03-09 19:48:34'),
(19, 2, '2017-09-22', '2017-ROOFSIDE-0013232', 'final', 'Tear off existing material house and garage redeck garage only and reroof house and garage. Pitch 7 & 3/12 (ice and water all)', 'Roofing and siding permit', 'Aca Roofing Permit', '99', 'J&K Roofing INC', 'Mattice,michael Scott', '9447', '2023-03-09 19:48:34', '2023-03-09 19:48:34'),
(20, 2, '2015-06-04', '2013-MECH-0000347672', 'issued', NULL, 'Mechanical permit', 'Permit # 00347672', '35', 'Doctor FIX IT Plumbing Heating &E', 'Stcherbak, Lidia', NULL, '2023-03-09 19:48:34', '2023-03-09 19:48:34'),
(21, 2, '2018-11-30', '2018-ELEC-0014039', 'final', '200 amp service change and 50 amp sub-panel to garage', 'Electrical permit', 'Aca Electrical Permit', '51', 'Positively Electric INC', 'Mattice,michael Scott', '4000', '2023-03-09 19:48:34', '2023-03-09 19:48:34');

-- --------------------------------------------------------

--
-- Table structure for table `property_detail_mortgages`
--

CREATE TABLE `property_detail_mortgages` (
  `id` bigint UNSIGNED NOT NULL,
  `property_id` int NOT NULL,
  `lender_lastname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `lender_companycode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title_companyname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `amount` double DEFAULT NULL,
  `mort_date` date DEFAULT NULL,
  `deedtype` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `term` int DEFAULT NULL,
  `duedate` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `property_detail_mortgages`
--

INSERT INTO `property_detail_mortgages` (`id`, `property_id`, `lender_lastname`, `lender_companycode`, `title_companyname`, `amount`, `mort_date`, `deedtype`, `term`, `duedate`, `created_at`, `updated_at`) VALUES
(2, 3, 'MOUNTAIN HOME LENDING', '102082', 'NONE AVAILABLE', 154000, '2007-03-21', 'WD', 359, '2037-02-01', '2023-03-02 22:37:59', '2023-03-02 22:37:59');

-- --------------------------------------------------------

--
-- Table structure for table `property_detail_owners`
--

CREATE TABLE `property_detail_owners` (
  `id` bigint UNSIGNED NOT NULL,
  `property_id` int NOT NULL,
  `api_response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `property_detail_owners`
--

INSERT INTO `property_detail_owners` (`id`, `property_id`, `api_response`, `created_at`, `updated_at`) VALUES
(1, 2, '{\"status\":{\"version\":\"1.0.0\",\"code\":0,\"msg\":\"SuccessWithResult\",\"total\":1,\"page\":1,\"pagesize\":10,\"transactionID\":\"1ca12b31e80f437fe4c4afd6b667e559\"},\"property\":[{\"identifier\":{\"Id\":184713191,\"fips\":\"08031\",\"apn\":\"02192-04-018-000\",\"attomId\":184713191},\"lot\":{\"lotnum\":\"31,32\",\"lotsize1\":0.1076676,\"lotsize2\":4690,\"pooltype\":\"NO POOL\"},\"area\":{\"blockNum\":\"36\",\"loctype\":\"VIEW - NONE\",\"countrysecsubd\":\"Denver\",\"countyuse1\":\"113  \",\"muncode\":\"DE\",\"munname\":\"DENVER\",\"srvyRange\":\"68W\",\"srvySection\":\"19\",\"srvyTownship\":\"03S\",\"subdname\":\"BERKELEY\",\"taxcodearea\":\"DENV\"},\"address\":{\"country\":\"US\",\"countrySubd\":\"CO\",\"line1\":\"4529 WINONA CT\",\"line2\":\"DENVER, CO 80212\",\"locality\":\"DENVER\",\"matchCode\":\"ExaStr\",\"oneLine\":\"4529 WINONA CT, DENVER, CO 80212\",\"postal1\":\"80212\",\"postal2\":\"2512\",\"postal3\":\"C037\"},\"location\":{\"accuracy\":\"Rooftop\",\"latitude\":\"39.778926\",\"longitude\":\"-105.047775\",\"distance\":0,\"geoid\":\"CO08031, CS0891007, DB0803360, ND0000119198, ND0004861239, PL0820000, SB0000076114, SB0000076155, SB0000076161, SB0000135819, SB0000143772, ZI80212\",\"geoIdV4\":{\"CO\":\"1291dc1937525d78f89cebb6a43a50de\",\"CS\":\"4c0507d0d7894d2d48e4e03e1c0240fc\",\"DB\":\"d8ca7ea08abbe9efdd7e3b78f23d120e\",\"N1\":\"b26d02d9330761156fc0cfd4ed8bf9a1\",\"N2\":\"27e220314436f6edd5e606ddcd28156d\",\"PL\":\"7de845f7ba9b234a2c5adfca1db76c64\",\"SB\":\"4287d95a26357a9a1474f9cb99e6e816,6dee2c66470af6400265dd11b87cdb7d,906cf6aada87fa5bad0a13f2f86ff5aa,b95eac0d6a8385db6771b9d54f2a6a1c,b9980ca738ece2e06f9086da927317fe\",\"ZI\":\"0149d0a55ef2d6b71071a39f4e13d6eb\"}},\"summary\":{\"absenteeInd\":\"ABSENTEE(MAIL AND SITUS NOT =)\",\"propclass\":\"Single Family Residence \\/ Townhouse\",\"propsubtype\":\"Residential\",\"proptype\":\"SFR\",\"yearbuilt\":1900,\"propLandUse\":\"SFR\",\"propIndicator\":\"10\",\"legal1\":\"BERKELEY B36 L31 & S\\/2 OF L32 EXC REAR 8FT TO CITY\"},\"utilities\":{\"heatingfuel\":\"GAS\",\"heatingtype\":\"CENTRAL\"},\"building\":{\"size\":{\"bldgsize\":934,\"grosssize\":1414,\"grosssizeadjusted\":934,\"groundfloorsize\":934,\"livingsize\":934,\"sizeInd\":\"LIVING SQFT\",\"universalsize\":934},\"rooms\":{\"bathfixtures\":5,\"bathsfull\":1,\"bathstotal\":1,\"beds\":2,\"roomsTotal\":5},\"interior\":{\"bsmtsize\":480,\"fplccount\":1,\"fplcind\":\"Y\",\"fplctype\":\"YES\"},\"construction\":{\"condition\":\"GOOD\",\"wallType\":\"BRICK\"},\"parking\":{\"prkgSize\":240,\"prkgSpaces\":\"1\"},\"summary\":{\"archStyle\":\"OTHER\",\"levels\":1,\"quality\":\"HIGH QUALITY RESIDENTIAL\",\"unitsCount\":\"1\",\"view\":\"VIEW - NONE\",\"yearbuilteffective\":2014}},\"owner\":{\"corporateindicator\":\"Y\",\"owner1\":{\"lastname\":\"MATTICE, MICHAEL S LIVING TRUST \"},\"owner2\":{},\"owner3\":{\"lastname\":\"MATTICE, SHAREE LIVING TRUST \"},\"owner4\":{},\"ownerrelationshiprightscode\":\"LV\",\"ownerrelationshiptype\":\"LT\",\"absenteeownerstatus\":\"A\",\"mailingaddressoneline\":\"2829 N FRANKLIN ST, DENVER, CO 80205-4510\"},\"vintage\":{\"lastModified\":\"2023-02-15\",\"pubDate\":\"2023-02-15\"}}]}', '2023-03-09 19:48:31', '2023-03-09 19:48:31');

-- --------------------------------------------------------

--
-- Table structure for table `property_nearby_schools`
--

CREATE TABLE `property_nearby_schools` (
  `id` bigint UNSIGNED NOT NULL,
  `property_id` int NOT NULL,
  `geoidv4` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `institutionname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `gstestrating` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schoolrating` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `gradelevel1lotext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `gradelevel1hitext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lowassignedgrade` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `highassignedgrade` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `filetypetext` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `geocodinglatitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `geocodinglongitude` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `distance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `property_nearby_schools`
--

INSERT INTO `property_nearby_schools` (`id`, `property_id`, `geoidv4`, `institutionname`, `gstestrating`, `schoolrating`, `gradelevel1lotext`, `gradelevel1hitext`, `lowassignedgrade`, `highassignedgrade`, `filetypetext`, `geocodinglatitude`, `geocodinglongitude`, `distance`, `created_at`, `updated_at`) VALUES
(21, 3, '8a506b574561c5bab4f163492c7a386a', 'Skinner Middle School', '0', 'B ', '6', '8', '6 ', '8 ', 'Public', '39.7724', '-105.0323', '0.9', '2023-03-02 21:32:43', '2023-03-02 21:32:43'),
(22, 3, '9e0b497fb1337405c4dfe64e51568f68', 'Centennial School', '0', 'B-', 'EE', '5', 'EE', '5 ', 'Public', '39.7813', '-105.0422', '0.32', '2023-03-02 21:32:43', '2023-03-02 21:32:43'),
(23, 3, '3b4cd5c56026e2e1f0e5c553b74cf05d', 'Bryant Webster Dual Language ECE-8 School', '0', 'D-', '6', '8', '6 ', '8 ', 'Public', '39.7674', '-105.0084', '2.2', '2023-03-02 21:32:43', '2023-03-02 21:32:43'),
(24, 3, '93e5fef8956253c5642a335fc4a4395f', 'Strive Prep - Sunnyside', '0', 'C+', '6', '8', '6 ', '8 ', 'Public', '39.782013', '-105.00681', '2.16', '2023-03-02 21:32:43', '2023-03-02 21:32:43'),
(25, 3, '3d0771574d56c6eae9184bc5aa3ebe19', 'North High School', '0', 'C+', '9', '12', '9 ', '12', 'Public', '39.7605', '-105.0222', '1.82', '2023-03-02 21:32:43', '2023-03-02 21:32:43'),
(26, 2, '8a506b574561c5bab4f163492c7a386a', 'Skinner Middle School', '0', 'B ', '6', '8', '6 ', '8 ', 'Public', '39.7724', '-105.0323', '0.94', '2023-03-09 19:41:23', '2023-03-09 19:41:23'),
(27, 2, '9e0b497fb1337405c4dfe64e51568f68', 'Centennial School', '0', 'B-', 'EE', '5', 'EE', '5 ', 'Public', '39.7813', '-105.0422', '0.34', '2023-03-09 19:41:23', '2023-03-09 19:41:23'),
(28, 2, '3b4cd5c56026e2e1f0e5c553b74cf05d', 'Bryant Webster Dual Language ECE-8 School', '0', 'D-', '6', '8', '6 ', '8 ', 'Public', '39.7674', '-105.0084', '2.24', '2023-03-09 19:41:23', '2023-03-09 19:41:23'),
(29, 2, '93e5fef8956253c5642a335fc4a4395f', 'Strive Prep - Sunnyside', '0', 'C+', '6', '8', '6 ', '8 ', 'Public', '39.782013', '-105.00681', '2.19', '2023-03-09 19:41:23', '2023-03-09 19:41:23'),
(30, 2, '3d0771574d56c6eae9184bc5aa3ebe19', 'North High School', '0', 'C+', '9', '12', '9 ', '12', 'Public', '39.7605', '-105.0222', '1.86', '2023-03-09 19:41:23', '2023-03-09 19:41:23');

-- --------------------------------------------------------

--
-- Table structure for table `property_rental_avms`
--

CREATE TABLE `property_rental_avms` (
  `id` bigint UNSIGNED NOT NULL,
  `property_id` int NOT NULL,
  `estimated_rental_value` double DEFAULT NULL,
  `estimated_min_rental_value` double DEFAULT NULL,
  `estimated_max_rental_value` double DEFAULT NULL,
  `valuation_date` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `property_rental_avms`
--

INSERT INTO `property_rental_avms` (`id`, `property_id`, `estimated_rental_value`, `estimated_min_rental_value`, `estimated_max_rental_value`, `valuation_date`, `created_at`, `updated_at`) VALUES
(1, 14, 0, 0, 0, NULL, '2024-05-13 07:16:24', '2024-05-13 07:16:24'),
(2, 15, 0, 0, 0, NULL, '2024-05-13 10:29:48', '2024-05-13 10:29:48'),
(3, 16, 4629, 4118, 5058, '2024-04-22', '2024-05-13 15:28:00', '2024-05-13 15:28:00'),
(4, 17, 0, 0, 0, NULL, '2024-05-14 02:51:10', '2024-05-14 02:51:10'),
(5, 18, 0, 0, 0, NULL, '2024-05-15 13:01:42', '2024-05-15 13:01:42'),
(6, 19, 0, 0, 0, NULL, '2024-05-16 13:49:34', '2024-05-16 13:49:34'),
(7, 2, 3264, 2567, 4368, '2024-04-22', '2024-05-17 03:16:14', '2024-05-17 03:16:14'),
(8, 2, 3264, 2567, 4368, '2024-04-22', '2024-05-17 03:27:20', '2024-05-17 03:27:20');

-- --------------------------------------------------------

--
-- Table structure for table `property_sales_trends`
--

CREATE TABLE `property_sales_trends` (
  `id` bigint UNSIGNED NOT NULL,
  `property_id` int NOT NULL,
  `geoidv4` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `interval` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `start_year` int NOT NULL,
  `end_year` int NOT NULL,
  `homesalecount` int DEFAULT NULL,
  `avgsaleprice` int DEFAULT NULL,
  `medsaleprice` int DEFAULT NULL,
  `pubdate` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `property_sales_trends`
--

INSERT INTO `property_sales_trends` (`id`, `property_id`, `geoidv4`, `interval`, `start_year`, `end_year`, `homesalecount`, `avgsaleprice`, `medsaleprice`, `pubdate`, `created_at`, `updated_at`) VALUES
(13, 2, 'b26d02d9330761156fc0cfd4ed8bf9a1', 'yearly', 2018, 2018, 2628, 562094, 515000, '2022-02-12', '2023-02-27 09:28:19', '2023-02-27 09:28:19'),
(14, 2, 'b26d02d9330761156fc0cfd4ed8bf9a1', 'yearly', 2019, 2019, 2695, 600044, 548000, '2022-02-12', '2023-02-27 09:28:19', '2023-02-27 09:28:19'),
(15, 2, 'b26d02d9330761156fc0cfd4ed8bf9a1', 'yearly', 2020, 2020, 3183, 602664, 549000, '2022-02-12', '2023-02-27 09:28:19', '2023-02-27 09:28:19'),
(16, 2, 'b26d02d9330761156fc0cfd4ed8bf9a1', 'yearly', 2021, 2021, 3701, 695690, 630700, '2022-02-10', '2023-02-27 09:28:19', '2023-02-27 09:28:19'),
(17, 2, 'b26d02d9330761156fc0cfd4ed8bf9a1', 'yearly', 2022, 2022, 2219, 784110, 694900, '2022-02-10', '2023-02-27 09:28:19', '2023-02-27 09:28:19'),
(18, 2, 'b26d02d9330761156fc0cfd4ed8bf9a1', 'yearly', 2023, 2023, 80, 726392, 666000, '2023-02-07', '2023-02-27 09:28:19', '2023-02-27 09:28:19'),
(25, 3, 'b26d02d9330761156fc0cfd4ed8bf9a1', 'yearly', 2018, 2018, 2628, 562094, 515000, '2022-02-12', '2023-03-02 21:30:29', '2023-03-02 21:30:29'),
(26, 3, 'b26d02d9330761156fc0cfd4ed8bf9a1', 'yearly', 2019, 2019, 2695, 600044, 548000, '2022-02-12', '2023-03-02 21:30:29', '2023-03-02 21:30:29'),
(27, 3, 'b26d02d9330761156fc0cfd4ed8bf9a1', 'yearly', 2020, 2020, 3183, 602664, 549000, '2022-02-12', '2023-03-02 21:30:29', '2023-03-02 21:30:29'),
(28, 3, 'b26d02d9330761156fc0cfd4ed8bf9a1', 'yearly', 2021, 2021, 3701, 695690, 630700, '2022-02-10', '2023-03-02 21:30:29', '2023-03-02 21:30:29'),
(29, 3, 'b26d02d9330761156fc0cfd4ed8bf9a1', 'yearly', 2022, 2022, 2219, 784110, 694900, '2022-02-10', '2023-03-02 21:30:29', '2023-03-02 21:30:29'),
(30, 3, 'b26d02d9330761156fc0cfd4ed8bf9a1', 'yearly', 2023, 2023, 80, 726392, 666000, '2023-02-07', '2023-03-02 21:30:29', '2023-03-02 21:30:29'),
(31, 15, 'b6e319de42ce733bc8ece056227072f5', 'yearly', 2019, 2019, 16, 245790, 212309, '2022-02-12', '2024-05-13 10:29:40', '2024-05-13 10:29:40'),
(32, 15, 'b6e319de42ce733bc8ece056227072f5', 'yearly', 2020, 2020, 17, 229492, 229900, '2022-02-12', '2024-05-13 10:29:40', '2024-05-13 10:29:40'),
(33, 15, 'b6e319de42ce733bc8ece056227072f5', 'yearly', 2021, 2021, 25, 240497, 239112, '2022-02-10', '2024-05-13 10:29:40', '2024-05-13 10:29:40'),
(34, 15, 'b6e319de42ce733bc8ece056227072f5', 'yearly', 2022, 2022, 28, 270947, 270586, '2022-02-10', '2024-05-13 10:29:40', '2024-05-13 10:29:40'),
(35, 15, 'b6e319de42ce733bc8ece056227072f5', 'yearly', 2023, 2023, 20, 296084, 303066, '2023-03-07', '2024-05-13 10:29:40', '2024-05-13 10:29:40'),
(36, 16, '92598b4a8a5ab06190f399cd84e7015c', 'yearly', 2019, 2019, 610, 1031130, 950000, '2022-02-12', '2024-05-13 15:27:58', '2024-05-13 15:27:58'),
(37, 16, '92598b4a8a5ab06190f399cd84e7015c', 'yearly', 2020, 2020, 587, 1101793, 1015000, '2022-02-12', '2024-05-13 15:27:58', '2024-05-13 15:27:58'),
(38, 16, '92598b4a8a5ab06190f399cd84e7015c', 'yearly', 2021, 2021, 766, 1121372, 1111250, '2022-02-10', '2024-05-13 15:27:58', '2024-05-13 15:27:58'),
(39, 16, '92598b4a8a5ab06190f399cd84e7015c', 'yearly', 2022, 2022, 500, 1222932, 1215000, '2022-02-10', '2024-05-13 15:27:58', '2024-05-13 15:27:58'),
(40, 16, '92598b4a8a5ab06190f399cd84e7015c', 'yearly', 2023, 2023, 427, 1189628, 1225000, '2023-02-07', '2024-05-13 15:27:58', '2024-05-13 15:27:58'),
(41, 16, '92598b4a8a5ab06190f399cd84e7015c', 'yearly', 2024, 2024, 86, 1310860, 1332500, '2024-03-07', '2024-05-13 15:27:58', '2024-05-13 15:27:58');

-- --------------------------------------------------------

--
-- Table structure for table `property_transport_noises`
--

CREATE TABLE `property_transport_noises` (
  `id` bigint UNSIGNED NOT NULL,
  `property_id` int NOT NULL,
  `noise_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `level` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `level_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `noise_sources` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `property_transport_noises`
--

INSERT INTO `property_transport_noises` (`id`, `property_id`, `noise_type`, `level`, `level_description`, `noise_sources`, `created_at`, `updated_at`) VALUES
(1, 2, 'road_noise', '2', 'Busy traffic nearby', '[{\"source_type\":\"road\",\"source_sub_type\":\"motorway\",\"source_description\":\"\"},{\"source_type\":\"road\",\"source_sub_type\":\"residential\",\"source_description\":\"Winona Court\"},{\"source_type\":\"road\",\"source_sub_type\":\"motorway_link\",\"source_description\":\"\"},{\"source_type\":\"road\",\"source_sub_type\":\"primary\",\"source_description\":\"Sheridan Boulevard\"},{\"source_type\":\"road\",\"source_sub_type\":\"service\",\"source_description\":\"\"}]', '2023-02-23 22:29:44', '2023-02-23 22:29:44'),
(2, 2, 'aviation_noise', '0', 'No nearby airports', '[]', '2023-02-23 22:29:44', '2023-02-23 22:29:44'),
(3, 2, 'emg_vehicle_noise', '3', 'Possible frequent or loud ambulance or fire truck sirens', '[{\"source_type\":\"fire-station\",\"source_description\":\"Denver Fire Department Station 17\",\"source_dist_km\":0.4},{\"source_type\":\"fire-station\",\"source_description\":\"Lakeside Fire Department Station 2\",\"source_dist_km\":0.6}]', '2023-02-23 22:29:44', '2023-02-23 22:29:44'),
(4, 2, 'rail_whistle_noise', '0', 'There aren\'t any train crossings with whistles nearby', '[{\"source_type\":\"rail-whistle\",\"source_description\":\"BNSF Railway & Tennyson Street\",\"source_dist_km\":2.8},{\"source_type\":\"rail-whistle\",\"source_description\":\"Union Pacific Railroad & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"Union Pacific Railroad & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"RTD & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"RTD & Tennyson Street\",\"source_dist_km\":2.9}]', '2023-02-23 22:29:44', '2023-02-23 22:29:44'),
(5, 2, 'rail_noise', '1', 'Audible trains', '[{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"UP Moffat Tunnel Subdivision\"},{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"RTD G Line\"},{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"Golden Subdivision\"},{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"\"}]', '2023-02-23 22:29:44', '2023-02-23 22:29:44'),
(6, 3, 'road_noise', '2', 'Busy traffic nearby', '[{\"source_type\":\"road\",\"source_sub_type\":\"motorway\",\"source_description\":\"\"},{\"source_type\":\"road\",\"source_sub_type\":\"residential\",\"source_description\":\"West 45th Avenue\"},{\"source_type\":\"road\",\"source_sub_type\":\"residential\",\"source_description\":\"Winona Court\"},{\"source_type\":\"road\",\"source_sub_type\":\"motorway_link\",\"source_description\":\"\"},{\"source_type\":\"road\",\"source_sub_type\":\"primary\",\"source_description\":\"Sheridan Boulevard\"}]', '2023-03-02 21:29:54', '2023-03-02 21:29:54'),
(7, 3, 'aviation_noise', '0', 'No nearby airports', '[]', '2023-03-02 21:29:54', '2023-03-02 21:29:54'),
(8, 3, 'emg_vehicle_noise', '3', 'Possible frequent or loud ambulance or fire truck sirens', '[{\"source_type\":\"fire-station\",\"source_description\":\"Denver Fire Department Station 17\",\"source_dist_km\":0.3},{\"source_type\":\"fire-station\",\"source_description\":\"Lakeside Fire Department Station 2\",\"source_dist_km\":0.6}]', '2023-03-02 21:29:54', '2023-03-02 21:29:54'),
(9, 3, 'rail_whistle_noise', '0', 'There aren\'t any train crossings with whistles nearby', '[{\"source_type\":\"rail-whistle\",\"source_description\":\"BNSF Railway & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"Union Pacific Railroad & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"Union Pacific Railroad & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"RTD & Tennyson Street\",\"source_dist_km\":2.9},{\"source_type\":\"rail-whistle\",\"source_description\":\"RTD & Tennyson Street\",\"source_dist_km\":2.9}]', '2023-03-02 21:29:54', '2023-03-02 21:29:54'),
(10, 3, 'rail_noise', '1', 'Audible trains', '[{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"UP Moffat Tunnel Subdivision\"},{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"RTD G Line\"},{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"Golden Subdivision\"},{\"source_type\":\"rail\",\"source_sub_type\":\"rail\",\"source_description\":\"\"}]', '2023-03-02 21:29:54', '2023-03-02 21:29:54');

-- --------------------------------------------------------

--
-- Table structure for table `request_demos`
--

CREATE TABLE `request_demos` (
  `id` bigint UNSIGNED NOT NULL,
  `firstname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `lastname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `companyname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `companyvalue` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `request_demos`
--

INSERT INTO `request_demos` (`id`, `firstname`, `lastname`, `companyname`, `email`, `companyvalue`, `created_at`, `updated_at`) VALUES
(1, 'ghgh', 'ghgh', 'ghghgh', 'theshan@birbals.com', 'Mortage', '2024-05-09 15:40:03', '2024-05-09 15:40:03'),
(2, 'TEST', 'TEST', 'TEST', 'theshan@birbals.com', 'Mortage', '2024-05-14 03:21:08', '2024-05-14 03:21:08');

-- --------------------------------------------------------

--
-- Table structure for table `state_licenses`
--

CREATE TABLE `state_licenses` (
  `id` bigint UNSIGNED NOT NULL,
  `state_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `lms_license_no` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `remember_token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `mobile` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `consent_to_receive_message` tinyint(1) NOT NULL DEFAULT '0',
  `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zipcode` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lrst_frequency` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lrst_frequency_opt` tinyint DEFAULT NULL,
  `lrnst_frequency` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lrnst_frequency_opt` tinyint DEFAULT NULL,
  `clt_frequency` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `clt_frequency_opt` tinyint DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `mobile`, `consent_to_receive_message`, `address`, `city`, `state`, `zipcode`, `lrst_frequency`, `lrst_frequency_opt`, `lrnst_frequency`, `lrnst_frequency_opt`, `clt_frequency`, `clt_frequency_opt`, `status`) VALUES
(1, 'Pranab Mukherjee', 'pawan2@birbals.com', NULL, '$2y$10$LwHRVc8gPD6G97.vabG36OGKpWxX3HWAhi6TgaMz4jdJFO4xLIvCW', NULL, '2023-01-31 23:52:20', '2024-05-17 03:14:38', '9899619733', 1, 'Noida', 'Greater Noida West', 'UP', '201009', NULL, NULL, NULL, NULL, NULL, NULL, 1),
(2, 'Ram', 'ram@dixinfotech.in', NULL, 'ded60790373ddeebde56a5573e623714', NULL, '2023-02-01 18:51:25', '2023-02-01 18:51:25', '9971015233', 1, 'Faridabad', 'Faridabad', 'Haryana', '121001', NULL, NULL, NULL, NULL, NULL, NULL, 1),
(3, 'Varsha', 'varsha@mail.com', NULL, '$2y$10$VHLsrPOwskMFczWOgQcrmOOnLKiZVSwekC1gJRKmw6BFMX7mttHq2', NULL, '2023-02-20 17:22:34', '2023-02-20 17:22:34', '9205715363', 1, 'Noida', 'Greater Noida West', NULL, '20100', NULL, NULL, NULL, NULL, NULL, NULL, 1),
(4, 'theshan', 'theshan2@birbals.com', NULL, '$2y$10$E0QYoguRHUQ3ZKul8w./zet2Z7KATakb72ai0rkJnNInegHkc4/dK', NULL, '2024-05-13 07:15:41', '2024-05-13 07:16:13', '4111111111', 1, 'tests', 'test', NULL, '70080', NULL, NULL, NULL, NULL, NULL, NULL, 1),
(5, 'Prabaharan Rajendran', 'prabaharan@birbals.com', NULL, '$2y$10$AYgyYg4A9S.Wd60w6Ucf3uFb9HQ.xwB9WK5zo4xU7d6D23UOIcglq', NULL, '2024-05-13 10:27:40', '2024-05-17 03:05:08', '8248749492', 1, 'Alaska', 'Alasks', NULL, '56545', NULL, NULL, NULL, NULL, NULL, NULL, 1),
(6, 'Pawan Bangar', 'birbals@gmail.com', NULL, '$2y$10$viGL3hLwD3dRAGruItv.Nu.I1j5txV87F/G.AtVugCLO0XIsNleVi', NULL, '2024-05-13 15:27:21', '2024-05-13 15:27:56', '5104499049', 1, '7875 Cresmtont Ave', 'Newark', NULL, '94560', NULL, NULL, NULL, NULL, NULL, NULL, 1),
(7, 'jfjh', '123@gmail.com', NULL, '$2y$10$H8RHMx34tkhWP1Zxkhq9SeIHyowlCBtQRiZKU2u7IW/3E.4gmnc2C', NULL, '2024-05-14 02:50:43', '2024-05-14 02:51:06', '4111111115', 1, 'hj', 'Dodge City', NULL, '67801', NULL, NULL, NULL, NULL, NULL, NULL, 1),
(8, 'Guna', 'guna@birbals.com', NULL, '$2y$10$5Yqmm4hrcb/bFhDkKtRb9O2YaU3xRyfJA5SdMpzxG2B1K6f2eDCc6', NULL, '2024-05-15 10:24:38', '2024-05-15 10:24:38', '8945212313', 0, 'asd', 'city', NULL, '94583', NULL, NULL, NULL, NULL, NULL, NULL, 1),
(9, 'Vinoth', 'vk@birbals.com', NULL, '$2y$10$MSDWOLltLNf1XvJvXfApgewqrmh14nU3AW3eYaYqnmkstnUwkIcLS', NULL, '2024-05-15 12:31:23', '2024-05-15 13:15:06', '9345874635', 0, 'Velacheri', 'chennai', NULL, '90231', NULL, NULL, NULL, NULL, NULL, NULL, 1),
(10, 'shuv', 'pawan@birbals.com', NULL, '$2y$10$KFjvoRCyGqyIxsiKV5JcHe9YFTqK2eqhKLz.Du8qgPjxc7.CDf4Xy', NULL, '2024-05-15 13:00:00', '2024-05-15 13:00:00', '0571224844', 0, 'Testing', 'Test', NULL, '22312', NULL, NULL, NULL, NULL, NULL, NULL, 1),
(11, 'shuv', 'Shuv@birbals.com', NULL, '$2y$10$H4MmFHsRpyELsUFUP2wPy.4LFE5gdXLj8IYFvLk9yU3fWFCRnrWcG', NULL, '2024-05-15 13:00:55', '2024-05-15 13:01:39', '0571224845', 1, 'Testing', 'Test', NULL, '22312', NULL, NULL, NULL, NULL, NULL, NULL, 1);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `abouts`
--
ALTER TABLE `abouts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `admins`
--
ALTER TABLE `admins`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `admins_email_unique` (`email`);

--
-- Indexes for table `atom_api_logs`
--
ALTER TABLE `atom_api_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `banners`
--
ALTER TABLE `banners`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `contact_loan_officers`
--
ALTER TABLE `contact_loan_officers`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`);

--
-- Indexes for table `home_sections`
--
ALTER TABLE `home_sections`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `jobs`
--
ALTER TABLE `jobs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `jobs_queue_index` (`queue`);

--
-- Indexes for table `loan_officer_notes`
--
ALTER TABLE `loan_officer_notes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `loan_officer_state_licenses`
--
ALTER TABLE `loan_officer_state_licenses`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `mortgage_information`
--
ALTER TABLE `mortgage_information`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mortgage_information_property_id_index` (`property_id`),
  ADD KEY `mortgage_information_user_id_index` (`user_id`);

--
-- Indexes for table `neat_capital_responses`
--
ALTER TABLE `neat_capital_responses`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `opportunity_alerts`
--
ALTER TABLE `opportunity_alerts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
  ADD PRIMARY KEY (`email`);

--
-- Indexes for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`);

--
-- Indexes for table `privacies`
--
ALTER TABLE `privacies`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `properties`
--
ALTER TABLE `properties`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `property_all_events_details`
--
ALTER TABLE `property_all_events_details`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `property_building_permits`
--
ALTER TABLE `property_building_permits`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `property_detail_mortgages`
--
ALTER TABLE `property_detail_mortgages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `property_detail_owners`
--
ALTER TABLE `property_detail_owners`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `property_nearby_schools`
--
ALTER TABLE `property_nearby_schools`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `property_rental_avms`
--
ALTER TABLE `property_rental_avms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `property_sales_trends`
--
ALTER TABLE `property_sales_trends`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `property_transport_noises`
--
ALTER TABLE `property_transport_noises`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `request_demos`
--
ALTER TABLE `request_demos`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `state_licenses`
--
ALTER TABLE `state_licenses`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_email_unique` (`email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `abouts`
--
ALTER TABLE `abouts`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `admins`
--
ALTER TABLE `admins`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `atom_api_logs`
--
ALTER TABLE `atom_api_logs`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=245;

--
-- AUTO_INCREMENT for table `banners`
--
ALTER TABLE `banners`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `contact_loan_officers`
--
ALTER TABLE `contact_loan_officers`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `home_sections`
--
ALTER TABLE `home_sections`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `jobs`
--
ALTER TABLE `jobs`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `loan_officer_notes`
--
ALTER TABLE `loan_officer_notes`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `loan_officer_state_licenses`
--
ALTER TABLE `loan_officer_state_licenses`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=65;

--
-- AUTO_INCREMENT for table `mortgage_information`
--
ALTER TABLE `mortgage_information`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `neat_capital_responses`
--
ALTER TABLE `neat_capital_responses`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `opportunity_alerts`
--
ALTER TABLE `opportunity_alerts`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `privacies`
--
ALTER TABLE `privacies`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `properties`
--
ALTER TABLE `properties`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `property_all_events_details`
--
ALTER TABLE `property_all_events_details`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `property_building_permits`
--
ALTER TABLE `property_building_permits`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

--
-- AUTO_INCREMENT for table `property_detail_mortgages`
--
ALTER TABLE `property_detail_mortgages`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `property_detail_owners`
--
ALTER TABLE `property_detail_owners`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `property_nearby_schools`
--
ALTER TABLE `property_nearby_schools`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;

--
-- AUTO_INCREMENT for table `property_rental_avms`
--
ALTER TABLE `property_rental_avms`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `property_sales_trends`
--
ALTER TABLE `property_sales_trends`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42;

--
-- AUTO_INCREMENT for table `property_transport_noises`
--
ALTER TABLE `property_transport_noises`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `request_demos`
--
ALTER TABLE `request_demos`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `state_licenses`
--
ALTER TABLE `state_licenses`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
