Property Info

Property Info Type

object (Property Info)

Property Info Properties

PropertyTypeRequiredNullable
mortgageearrayOptionalcannot be null
property_addressobjectOptionalcannot be null
loan_numberstringOptionalcan be null
family_countnumberOptionalcan be null
year_builtnumberOptionalcan be null
stories_countnumberOptionalcan be null
bathrooms_countnumberOptionalcan be null
square_footagenumberOptionalcan be null
basement_includedstringOptionalcan be null
garage_sizenumberOptionalcan be null
garage_typestringOptionalcan be null
constructionstringOptionalcan be null
sidingstringOptionalcan be null
roof_typestringOptionalcan be null
roof_age_yearnumberOptionalcan be null
foundationstringOptionalcan be null
finished_basement_percentagenumberOptionalcan be null
employee_countnumberOptionalcan be null

Sample JSON

{
  "mortgagee": [
    {
      "company": "PRIVATE LABEL-Santander Consumer USA Inc",
      "address": {
        "entity_number": "1447",
        "street": "Winding",
        "city": "Providence",
        "state": "RI",
        "zip": "22903",
        "country": "USA",
        "raw_address": "1447, Winding Way, Providence, RI 22903"
      },
      "loan_number": "LN45656",
      "financing_type": "finance"
    }
  ],
  "property_address": {
    "entity_number": "1447",
    "street": "Winding",
    "city": "Providence",
    "state": "RI",
    "zip": "22903",
    "country": "USA",
    "raw_address": "1447, Winding Way, Providence, RI 22903"
  },
  "loan_number": "LN45656",
  "family_count": 1,
  "year_built": 2010,
  "stories_count": 2,
  "bathrooms_count": 1,
  "square_footage": 4000,
  "basement_included": "No",
  "garage_size": 500,
  "garage_type": "Attached",
  "construction": "Frame",
  "siding": "Stucco",
  "roof_type": "Asphalt-Fiberglass",
  "roof_age_year": 10,
  "foundation": "Basement",
  "finished_basement_percentage": 100,
  "employee_count": 0
}