---
title: "POST /api/RealEstateAssets"
method: POST
path: "/api/RealEstateAssets"
tags: ["RealEstateAssets"]
---

# POST /api/RealEstateAssets

`POST /api/RealEstateAssets`

Description: The operation creates a Real Estate Asset.<br />
              Purpose: Allows for creation of Real Estate Assets on a Fact Finder.

## 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 `201`

Created

- 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)
