---
title: "PUT /api/RealEstateAssets/{id}"
method: PUT
path: "/api/RealEstateAssets/{id}"
tags: ["RealEstateAssets"]
---

# PUT /api/RealEstateAssets/{id}

`PUT /api/RealEstateAssets/{id}`

Description: The operation updates a Real Estate Asset.<br />
              Purpose: Allows for complete replacement of a Real Estate Asset on a Fact Finder.

## Path parameters

- `id` integer, required

## Request body

- RealEstateAssetModel
  - `description` string, required
  - `externalDestinationId` string
  - `factFinderId` integer, required
  - `frequency` integer
  - `marketValue` number, double
  - `owner` 'Client' | 'CoClient' | 'Joint'
  - `purchaseAmount` number, double
  - `purchaseDate` string, date-time
  - `rentalIncome` number, double

## Response `200`

Success

- RealEstateAssetWithIdModel
  - `description` string
  - `externalDestinationId` string
  - `factFinderId` integer
  - `frequency` integer
  - `links` ObjectLink[]
    - `href` string
    - `rel` string
  - `marketValue` number, double
  - `owner` 'Client' | 'CoClient' | 'Joint'
  - `purchaseAmount` number, double
  - `purchaseDate` string, date-time
  - `realEstateAssetId` integer
  - `rentalIncome` number, double

## Other responses

- `400` — The request is invalid.
- `401` — Unauthorized for Real Estate Asset data access.
- `403` — Request is restricted for access to Real Estate Asset.
- `404` — Real Estate Asset not found.

---

[API](https://skmtc.net/naviplancentral/apis/factfinder.md) · [All operations](https://skmtc.net/naviplancentral/apis/factfinder/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/naviplancentral/factfinder/versions/742a3b481a91/schema)
