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

# POST /api/Accounts

`POST /api/Accounts`

Description: The operation creates an Account.<br />
              Purpose: Allows for creation of Accounts on a Fact Finder.

## Request body

- AccountModel
  - `accountType` integer
  - `description` string, required
  - `externalDestinationId` string
  - `externalSourceId` string
  - `externalSourceName` string
  - `factFinderId` integer, required
  - `lastUpdated` string, date-time
  - `marketValue` number, double
  - `owner` 'Client' | 'CoClient' | 'Joint' | 'Dependent' | 'Other'
  - `ownerDependentId` integer

## Response `201`

Created

- AccountWithIdModel
  - `accountId` integer
  - `accountType` integer
  - `description` string
  - `externalDestinationId` string
  - `externalSourceId` string
  - `externalSourceName` string
  - `factFinderId` integer
  - `lastUpdated` string, date-time
  - `links` ObjectLink[]
    - `href` string
    - `rel` string
  - `marketValue` number, double
  - `owner` 'Client' | 'CoClient' | 'Joint' | 'Dependent' | 'Other'
  - `ownerDependentId` integer

## Other responses

- `400` — The request is invalid.
- `401` — Unauthorized for Account data access.
- `403` — Request is restricted for access to Account.
- `404` — Account 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)
