address |
Address - The street address of the property |
string |
REQUIRED |
availabilityDate |
Availability Date - The date the property will be available |
Date |
NULLABLE |
bathrooms |
Bathrooms - The number of bathrooms in the property |
number |
REQUIRED |
bedrooms |
Bedrooms - The number of bedrooms in the property |
number |
REQUIRED |
city |
City - The city the property is located in |
string |
REQUIRED |
id |
ID - The unique identifier for the property |
string |
REQUIRED |
latitude |
Latitude - The latitude of the property |
number |
REQUIRED |
longitude |
Longitude - The longitude of the property |
number |
REQUIRED |
propertyDescription |
Property Description - The description of the property |
string |
NULLABLE |
propertyNumber |
Property Number - The property number of the property |
string |
REQUIRED |
rent |
Rent - The monthly rent of the property |
number |
REQUIRED |
squareFootage |
Square Footage - The square footage of the property |
number |
REQUIRED |
state |
State - The state the property is located in |
string |
REQUIRED |
yearBuilt |
Year Built - The year the property was built |
number |
NULLABLE |
zipCode |
Zip Code - The zip code the property is located in |
string |
REQUIRED |