v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Closing

Save closing

Save the authenticated user's closing configuration

post/v6/closing

Request body

datestring date

The closing date

modifications'DISABLED' | 'ENABLED_WITH_WARNING'

How modifications to transactions dated on or before the closing date are handled

Example request

{
  "date": "2025-12-31",
  "modifications": "DISABLED"
}

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": {
    "date": "2025-12-31",
    "modifications": "DISABLED"
  }
}