Document toolboxDocument toolbox

2020-11-13 Addition of dwelling counts for multi-dwelling developments

completed

Timeline

  • SANDBOX: Monday Oct 13, 2020 at 11am AEST

  • PROD: Monday Nov 13, 2020 at 11am AEST


Change

A new dwelling_count attribute has been added to property details for properties that are of property type Unit. The dwelling_count is an integer, being the total number of units in the development.

The new attribute is only returned for Units and their parent Unit Blocks.

See line 15 in the following JSON response sample.

{ "property_id": "152f18c43695872d", "bedrooms": 1, "bathrooms": 1, "landarea": 553, "carparks": 1, "property_type": "Unit", "address": "11 / 2 BROAD STREET LABRADOR QLD 4215", "state": "QLD", "address_details": { "address": "11 / 2 BROAD STREET LABRADOR QLD 4215", ..... }, */ NEW ATTRIBUTE /* "dwelling_count": 14, "parent_id": "892ea6667303bd51", "months_occupancy": 8, "occupancy_type": "tenanted" }