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
cURL /v1/periods/:period/reopen -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>"
}