DATEV-Export erzeugen
Erstellt und lädt einen DATEV-Export als CSV-Datei herunter. Enthält alle Buchungen des angegebenen Zeitraums im DATEV-Format.
GET
/v1/reports/datev-export Authorization
Authorization string header erforderlich API-Key im Format
ll_.... Übergabe als Bearer Token. Query-Parameter
startDate string erforderlich Start-Datum (YYYY-MM-DD)
endDate string erforderlich End-Datum (YYYY-MM-DD)
Antworten
200
Erfolgreich
400
INVALID_INPUT startDate oder endDate fehlt oder hat nicht das Format YYYY-MM-DD.
GET
cURL /v1/reports/datev-export -cmd">curl --request -method">GET -punct">\
--url 'https://api.ledgerlou.de/v1/reports/datev-export' -punct">\
--header 'Authorization: Bearer ll_your_key'