LedgerLou Docs is optimized for desktop.

Please open this page on a device with a wider screen.

Periods

Release soft-lock

Releases the soft-lock of a period and reopens it for normal postings.

POST /v1/periods/:period/reopen
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token.
Responses
200
Success
400
INVALID_INPUT The period format is invalid or the period is already open.
409
PERIOD_IRREVERSIBLE A hard-locked period cannot be reopened.
POST /v1/periods/:period/reopen
cURL
-cmd">curl --request -method">POST -punct">\
  --url 'https://api.ledgerlou.de/v1/periods/:period/reopen' -punct">\
  --header 'Authorization: Bearer ll_your_key'
200 Response
JSON
{
  "period": "<string>",
  "period_number": 1,
  "status": "<string>"
}