LedgerLou Docs ist für Desktop optimiert.

Bitte öffne diese Seite auf einem Gerät mit breiterem Bildschirm.

Journal · Kontenplan

Konto hinzufügen

Legt ein neues benutzerdefiniertes Konto im Kontenplan an.

create_account
Authorization
Authorization string header erforderlich API-Key im Format ll_.... Übergabe als Bearer Token im OAuth-Flow.
Scopes
journal:write
Parameter
number string erforderlich Kontonummer (numerisch, max. 8 Stellen)
name string erforderlich Kontobezeichnung
type string erforderlich asset, liability, equity, revenue oder expense
category string optional Optionale Kategorie
Antwort
200
Erfolgreich
MCP create_account
JSON
{
  "tool": "create_account",
  "params": {
    "number": "<string>",
    "name": "<string>",
    "type": "<string>",
    "category": "<string>"
  }
}
200 Response
JSON
{
  "number": "<string>",
  "name": "<string>",
  "type": "<string>",
  "category": "<string>",
  "is_system": true
}