Property Groups

This endpoint is not generally available. For questions please contact sales.

POST /property_groups HTTP/2

The properties groups endpoint creates a new property group.

Example use-cases:

  • Create a new property group to group properties.
  • Nest property groups to create a hierarchy.

Request

curl -X POST 'https://quis.de/api/v2/property_groups?api_key=<YOUR-API-KEY>' \
  -H 'Content-Type: application/json' \
  -d '{
    "customId": "123456789",
    "externalId": "e29266df-6501-4326-a7e1-9440d347f8df",
    "parentId": "9b4f4f58-92bb-4ea3-b623-53b2141a17de",
    "location": {
      "address": {
        "unstructured": "Musterstraße 1, 12345 Musterstadt"
      },
      "coordinates": {
        "latitude": 52.520008,
        "longitude": 13.404954
      }
    }
  }'

Find the fields in the PropertyGroup type description.

Response

{
  "id": "aee52a8c-6a50-4e3f-b5bd-6aecd2d4abbd",
  "customId": "123456789",
  "externalId": "e29266df-6501-4326-a7e1-9440d347f8df",
  "parentId": "9b4f4f58-92bb-4ea3-b623-53b2141a17de",
  "location": {
    "coordinates": {
      "latitude": 52.520008,
      "longitude": 13.404954
    }
  },
  "totalProperties": 0,
  "totalPropertyGroups": 0,
  "meta": {
    "url": "https://quis.de/app/companies/.../estate_groups/aee52a8c-6a50-4e3f-b5bd-6aecd2d4abbd",
    "version": "2.10.0"
  }
}

Find the fields in the PropertyGroup type description.

Field Description Type Remarks
meta Meta information of the API Meta  

© 2020-2024 QUIS® ist ein Service der Analyse & Konzepte immo.analytics GmbH