v1

latestOpenAPI 3.0.1Apache 2.02026-07-26176256241.4 KB
Property Ownership

Set or modify the owner of a property. This endpoint is only allowed for manager role with edit access on the property

patch/api/v3.3/property-ownership/{propertyUid}

Path parameters

propertyUidstring required

Request body

propertyUidstring
copyOwnerWhenBookingConfirmedboolean
collectAndRemitTaxesboolean
ownerNotesstring

Notes for the owner. It's the field of a property resource, therefore editing it results in editing property.

Example request

{
  "owner": {
    "lastLoginUtcDateTime": "2026-04-20T11:52:36"
  }
}

Response

OK