v1
latestOpenAPI 3.1.02026-07-24700152.8 KBCreate/update property
post/property/external-id/{id}
Path parameters
idstring required
Property ID from external system
Request body
Response
200
Example response
{
"name": "Fenway Park",
"address1": "4 Yawkey Way",
"city": "Boston",
"state": "MA",
"zipcode": "02215",
"country": "US",
"group": "group A",
"latitude": 42.3466944,
"longitude": -71.0971944,
"bedrooms": 3,
"bathrooms": 2,
"photos": [
"https://test.image.com/flat_11.0.jpg"
],
"building": "Maple St. Apartments",
"wifi_name": "6D_WayFen",
"wifi_password": "WayWayPassw0rd",
"access_code": "1234",
"notes": {
"access": "access note",
"general": "general public note",
"wifi": "wifi note",
"about": "Near railway station, this property offers great connection with the rest of the state",
"direction": "Near railway station",
"trash_info": "Every Tuesday ay 6am"
}
}