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

# PUT /api/Accounts/{id}

`PUT /api/Accounts/{id}`

Description: The operation updates an Account, deletes associated saving strategies if the account type changes.<br />
              Purpose: Allows for complete replacement of an Account on a Fact Finder.

## Path parameters

- `id` integer, required

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

Success

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