Property Categories
Public endpoint — no auth required. Static dropdown data for the create-property form.
Listing Options
Currencies, property categories/types, booking types, network types, apartment types — for populating the Overview form below.
Get Overview
Uses the Property ID field in the header.
Create / Update Overview
Edit the JSON body then choose Create (ignores Property ID, makes a new property) or Update (uses Property ID from the header). See generalDetails.PropertyTitle / propertyCategory — both required.
Get Location
Update Location
city, address, postcode, latitude, longitude are required. primary_suburb is required when city is london.
Location Options
Suburb Lookups
Policy Options
Get Policy
Update Policy
Step 7 — EPC Selection
Only available for buildings with a postcode set. Returns available_epcs (lmk_key per certificate) fetched from the government EPC API.
Step 7 — Assign EPCs
apartments_epc_mapping: dict of apartment ID (string) → list of EPC lmk_key strings.
Step 8 — Green Supplier
Requires Step 7 completed first (apartments must already have EPCs assigned).
Step 8 — Mark Green Supplier
green_supplier_mapping: dict of EPC lmk_key (string) → boolean.
Description Options
Get Description
Update Description
Values for checkin_process/checkout_process/transp_unit come from the Options card above. Any transp_* field set to "Other" requires its matching transp_*_other field (min 3 chars).
Amenities Options
Returns valid amenity ID strings (for the amenities list below) plus dropdown-amenity definitions.
Get Amenities
Update Amenities
amenities is a flat list of amenity ID strings (not a dict). fees.currency is required.
Get Photos
Update Photos Metadata
Requires at least 7 uploaded images and a main image selected before it will save.
Upload Image(s)
Accepts one or more files in a single request (repeated file parts). Select multiple files below — this exercises the multi-file upload directly, bypassing Swagger UI's single-file-only "Try it out" limitation.
Upload Video
Single video file. Returned video_file_key feeds into the "Update Photos Metadata" card above.