Creates a new property ownership record for the specified property.

Creates a new property ownership record for the specified property.
Clients should provide the ownership scheme, date range, percentage owned, and any relevant notes
If the specified property does not exist, a NotFound response is returned.
Example request body:
{
"propertyId": "d3a1c3d4-9f2b-4b0e-8c3c-2e9b1a4f7a10",
"ownershipScheme": "Shared Ownership",
"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 created.

Body Params

The details of the property ownership to create, including the property identifier, ownership scheme, date
range, percentage owned, and any additional notes.

uuid
required
string
required
length ≥ 1
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