---
title: "Set or modify the owner of a property. This endpoint is only allowed for manager role with edit access on the property"
method: PATCH
path: "/api/v3.3/property-ownership/{propertyUid}"
tags: ["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

- `propertyUid` string, required

## Request body

- PropertyOwnershipApi3Dto
  - `propertyUid` string
  - `owner` PropertyOwnershipOwnerApi3Dto
    - `uid` string
    - `email` string — Optional field, max size 191
    - `firstName` string — Optional field, max size is 255
    - `lastName` string — Optional field, max size is 255
    - `phoneNumberAreaCode` integer
    - `phoneNumber` string — Optional field, max size is 32
    - `businessName` string — Optional field, max size is 255
    - `pictureUrl` string
    - `preferredLocale` 'en_US' | 'fr_FR' | 'es_ES' | 'it_IT' | 'de_DE' | 'nl_NL' | 'pt_PT' | 'no_NO' | 'pl_PL'
    - `lastLoginUtcDateTime` string
    - `invitationSent` boolean — Indicates whether an invitation for the owner to claim the account has been sent.
    - `ccEmails` string
    - `agencyCommissionRate` number
    - `permissionTypes` string[]
    - `formula` 'DEFAULT' | 'RENTAL_REVENUE' | 'RENTAL_REVENUE_AND_CLEANING_FEE' | 'RENTAL_REVENUE_MINUS_AGENCY_COMMISSION'
  - `copyOwnerWhenBookingConfirmed` boolean
  - `collectAndRemitTaxes` boolean
  - `ownerNotes` string — Notes for the owner. It's the field of a property resource, therefore editing it results in editing property.

## Response `200`

OK

---

[API](https://skmtc.dev/hostfully/apis/hostfully-api.md) · [All operations](https://skmtc.dev/hostfully/apis/hostfully-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostfully/hostfully-api/revisions/8387ad22afc6/schema)
