Kontoauszug per Datei-Upload importieren
Importiert einen Kontoauszug als XML/CAMT-Datei. Die Umsätze werden automatisch geparst und gespeichert.
POST
/v1/bank-transactions/import-file Authorization
Authorization string header erforderlich API-Key im Format
ll_.... Übergabe als Bearer Token. Antworten
200
Erfolgreich
400
INVALID_INPUT Pflichtfelder fehlen oder Werte entsprechen nicht dem erwarteten Format.
404
NOT_FOUND Die angeforderte Ressource wurde nicht gefunden.
POST
cURL /v1/bank-transactions/import-file -cmd">curl --request -method">POST -punct">\
--url 'https://api.ledgerlou.de/v1/bank-transactions/import-file' -punct">\
--header 'Authorization: Bearer ll_your_key' 200 Response
JSON gleiche Struktur wie JSON-Import (`batch_id`, `imported`, `skipped_duplicates`).