RentalAVMFields
Rental-specific AVM fields.
units object[]required
List of rental units
Possible values: >= 1
Array [
bedroomsBedrooms (integer)required
Bedrooms in unit
Possible values: >= 0 and <= 10
bathroomsBathrooms (number)required
Bathrooms in unit
Possible values: >= 0 and <= 10
sizeSize (integer)nullable
Unit size in sqft
Possible values: >= 0
fully_furnishedFully Furnished (boolean)
Is fully furnished
Default value:
false]
property_typeProperty Type (string)nullable
Property type (houses, townhomes, condos, small_multifamily, multifamily)
total_unitsTotal Units (integer)nullable
Total units in the building (not units being valued). Defaults to 2 for small_multifamily, 1 for houses/condos/townhomes.
Possible values: >= 1
walk_scoreWalk Score (integer)nullable
Walk score
Possible values: >= 0 and <= 100
condition_scoreCondition Score (number)nullable
Condition score (1-5)
Possible values: >= 0 and <= 5
central_airCentral Air (boolean)nullable
Has central air
in_unit_laundryIn Unit Laundry (boolean)nullable
Has in-unit laundry
off_street_parkingOff Street Parking (boolean)nullable
Has off-street parking
RentalAVMFields
{
"units": [
{
"bedrooms": 0,
"bathrooms": 0,
"size": 0,
"fully_furnished": false
}
],
"property_type": "string",
"total_units": 0,
"walk_score": 0,
"condition_score": 0,
"central_air": true,
"in_unit_laundry": true,
"off_street_parking": true
}