RentalUnit
Rental unit definition.
Used in the units array of POST /v1/avm/rental and rental batch requests.
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
is_furnishedIs Furnished (boolean)nullable
Is furnished. Defaults to false if omitted.
RentalUnit
{
"bedrooms": 0,
"bathrooms": 0,
"size": 0,
"is_furnished": true
}