Request hard lock
Creates a request for final closing (hard lock) of a period. IRREVERSIBLE (GoBD). A second user must approve the request with `approve_hard_lock` (four-eyes principle).
request_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
Response
200
Success
MCP
JSON request_hard_lock {
"tool": "request_hard_lock",
"params": {
"period": "<string>"
}
} 200 Response
JSON {
"request_id": "<string>",
"period": "<string>",
"status": "<string>",
"created_at": "<string>",
"message": "<string>"
}