---
title: "Save closing"
method: POST
path: "/v6/closing"
tags: ["Closing"]
---

# Save closing

`POST /v6/closing`

Save the authenticated user's closing configuration

## Request body

- ClosingPostDto
  - `date` string, date — The closing date
  - `modifications` 'DISABLED' | 'ENABLED_WITH_WARNING' — How modifications to transactions dated on or before the closing date are handled

## Response `200`

Success

- SuccessResponseClosingGetDto
  - `result` 'SUCCESS' | 'FAILURE' — The result of the action performed.
  - `data` ClosingGetDto — The data generated by the action performed.
    - `date` string, date, nullable, required — The closing date
    - `modifications` 'DISABLED' | 'ENABLED_WITH_WARNING', nullable, required — How modifications to transactions dated on or before the closing date are handled

## Other responses

- `400` — Bad request
- `401` — Not authenticated
- `403` — Not authorized
- `404` — Endpoint not found
- `500` — Internal server error

---

[API](https://skmtc.net/tight/apis/tight-api.md) · [All operations](https://skmtc.net/tight/apis/tight-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tight/tight-api/revisions/e9f0790a89af/schema)
