---
title: "Update an existing account template"
method: POST
path: "/api/v4/f/{firm_id}/account_templates/{id}"
tags: ["Templates"]
---

# Update an existing account template

`POST /api/v4/f/{firm_id}/account_templates/{id}`

Update an existing account template. <br>
<b>Required scope(s):</b> `administration:write`

## Path parameters

- `firm_id` integer, required
- `id` integer, required

## Headers

- `Accept` string

## Request body

- AccountTemplateUpdateRequest
  - `name_nl` string, required
  - `name_en` string
  - `name_fr` string
  - `account_range` string
  - `text_configuration` string
  - `text` string
  - `text_parts` TextPart[]
    - `name` string, required
    - `content` string, required
  - `externally_managed` boolean — When this value is set to true the shared parts are not allowed to be edited via the web interface, only via API.
  - `mapping_list_ranges` MappingListRange[]
    - `account_mapping_list_id` integer, required
    - `account_range` string, required
  - `id` integer
  - `version_comment` string, required — Comment on why this update is needed, used for version control.

## Response `201`

Successful response

- AccountTemplateUpdateResponse
  - `name_nl` string, required
  - `name_en` string
  - `name_fr` string
  - `account_range` string
  - `text_configuration` string
  - `text` string
  - `text_parts` TextPart[]
    - `name` string, required
    - `content` string, required
  - `externally_managed` boolean — When this value is set to true the shared parts are not allowed to be edited via the web interface, only via API.
  - `mapping_list_ranges` MappingListRange[]
    - `account_mapping_list_id` integer, required
    - `account_range` string, required
  - `id` integer

---

[API](https://skmtc.dev/silverfin/apis/silverfin-api.md) · [All operations](https://skmtc.dev/silverfin/apis/silverfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/silverfin/silverfin-api/revisions/61e058ce0d3f/schema)
