---
title: "Create a new account template"
method: POST
path: "/api/v4/f/{firm_id}/account_templates"
tags: ["Templates"]
---

# Create a new account template

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

Create a new account template. <br>
<b>Required scope(s):</b> `administration:write`

## Path parameters

- `firm_id` integer, required

## Headers

- `Accept` string

## Request body

- AccountTemplateCreateRequest
  - `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

## Response `201`

Successful response

- AccountTemplateCreateResponse
  - `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.net/silverfin/apis/silverfin-api.md) · [All operations](https://skmtc.net/silverfin/apis/silverfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/silverfin/silverfin-api/revisions/61e058ce0d3f/schema)
