This documentation is under development.
{
"name": "Property Title",
"username": "propertyname1",
"slug": "propertyslug1",
"external_url": "https://example.com/properties/123-mainstreet",
"status": "draft",
"property_types": [
"office"
],
"transaction_types": [
"lease"
],
"currency": "USD",
"image": {
"url": "https://example.com/path/to/filename-01.jpg",
"filename": "filename-01.jpg",
"description": "File description / Image caption",
"filepath": "string"
},
"location": {
"address": "Main str. 1",
"state": "New Jersey",
"city": "Atlantic City",
"zip": "1234",
"country": "US",
"coordinates": {
"lat": 28.453547,
"lng": -80.554963
}
},
"submarket": "string",
"sale_price": 10000,
"cap_rate": 2.5,
"units_no": 0,
"year_built": "string",
"surface": 2300,
"surface_unit": "sqft",
"land_surface": 4.6,
"land_surface_unit": "sqft",
"hide_price": true,
"hide_price_text": "string",
"exclude_price_search": true
}