Updates an ownership for the specified property.

Updates an existing property ownership record for the specified property.
Clients should provide the new updated values for ownership scheme, date range, percentage owned, and notes.
If the specified property does not exist, a NotFound response is returned.
Example request body:
{
"dateFrom": "2025-01-01",
"dateTo": "2026-01-01",
"percentageOwned": 50,
"notes": "Transferred from previous owner"
}

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the property for which the ownership record is being updated.

uuid
required

The unique identifier of the ownership record to update.

Body Params

The details of the property ownership to update, including the property identifier, and values to update: ownership scheme, date
range, percentage owned, and notes.

date-time
required
date-time
required
int32
required
string | null
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json