LedgerLou Docs ist für Desktop optimiert.

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

Auswertungen

DATEV-Export

Exportiert Buchungen als DATEV-Buchungsstapel (CSV-Format). Gibt den CSV-Inhalt als String zurück für Import in DATEV, Addison, Agenda etc.

export_datev
Authorization
Authorization string header erforderlich API-Key im Format ll_.... Übergabe als Bearer Token im OAuth-Flow.
Scopes
auswertungen:read
Parameter
start_date string erforderlich Startdatum (YYYY-MM-DD)
end_date string erforderlich Enddatum (YYYY-MM-DD)
Antwort
200
Erfolgreich
MCP export_datev
JSON
{
  "tool": "export_datev",
  "params": {
    "start_date": "<string>",
    "end_date": "<string>"
  }
}
200 Response
JSON
{
  "csv": "<string>",
  "row_count": 1,
  "period": "<string>"
}