Hard-Lock beantragen
Erstellt eine Anfrage zum endgültigen Abschluss (Hard-Lock) einer Periode. IRREVERSIBEL (GoBD). Ein zweiter Benutzer muss die Anfrage mit `approve_hard_lock` genehmigen (Vier-Augen-Prinzip).
request_hard_lock
Authorization
Authorization string header erforderlich API-Key im Format
ll_.... Übergabe als Bearer Token im OAuth-Flow. Scopes
perioden:write
Parameter
period string erforderlich Periode: YYYY-MM, YYYY-P13 oder YYYY-P14
Antwort
200
Erfolgreich
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>"
}