LedgerLou Docs is optimized for desktop.

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

Periods

Approve hard lock

Approves a pending lock request and closes the period permanently. IRREVERSIBLE (GoBD). The approver must be a different user from the requester (four-eyes principle).

approve_hard_lock
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token in the OAuth flow.
Scopes
perioden:write
Parameters
period string required Period: YYYY-MM, YYYY-P13 or YYYY-P14
request_id string (uuid) required ID of the lock request to approve
Response
200
Success
MCP approve_hard_lock
JSON
{
  "tool": "approve_hard_lock",
  "params": {
    "period": "<string>",
    "request_id": "<string>"
  }
}
200 Response
JSON
{
  "period": "<string>",
  "status": "<string>",
  "locked_by": "<string>",
  "closing_hash": "<string>",
  "request_id": "<string>",
  "approved_by": "<string>"
}