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

# Create a new reconciliation

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

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

## Path parameters

- `firm_id` integer, required

## Headers

- `Accept` string

## Response `201`

Successful response

- ReconciliationTextCreateResponse
  - `name` string
  - `name_en` string
  - `name_fr` string
  - `name_nl` string
  - `handle` string
  - `text` string
  - `text_parts` TextPart[]
    - `name` string, required
    - `content` string, required
  - `auto_hide_formula` string
  - `text_configuration` string
  - `virtual_account_number` string
  - `reconciliation_type` string
  - `public` boolean
  - `allow_duplicate_reconciliations` boolean
  - `is_active` boolean
  - `use_full_width` boolean
  - `downloadable_as_docx` boolean
  - `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.
  - `tests` string
  - `id` integer
  - `marketplace_template_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/versions/61e058ce0d3f/schema)
