Skip to content
Quarters Developers
esc
  • Type an endpoint, an object or a word from a guide.

Object

PropertyIdentity

The flat’s identity as it stands today: name, address, owner. Read live, because that is what a tenancy agreement must state. Listing content stays behind the publish boundary and comes from /listings.

Fields

FieldTypeDescription
id string
nickname string
slug string
address object
street string | null
postalCode string | null
city string
country stringISO 3166-1 alpha-2.
ownerName string | nullThe lessor, as a tenancy agreement must name them.
timezone string

Used by

Example

{
  "id": "0d6e1c2a-…",
  "nickname": "JOR-1A",
  "slug": "jordaan-canal-loft",
  "address": {
    "street": "Prinsengracht 123",
    "postalCode": "1015 DX",
    "city": "Amsterdam",
    "country": "NL"
  },
  "ownerName": "A. de Vries",
  "timezone": "Europe/Amsterdam"
}