| date | amount | currency | payee | iban | bic | purpose | |--------|----------|------------|---------|--------|------|-----------|
for i, row in enumerate(contacts, 1): payload = build_payload(row) resp = requests.post(API_URL, headers=headers, json=payload) if resp.status_code != 201: print(f"[i] ❌ Error: resp.status_code – resp.text") else: print(f"[i] ✅ Imported payload.get('companyName')") lexoffice import
Lexoffice does not currently support direct import of double‑entry journal entries. Those must be created through the API or manually entered. | date | amount | currency | payee
[Your System] --> (OAuth2 token) --> Lexoffice API ^ | | +--- CSV → JSON transformer (optional) | +--- Scheduler / Cron (for periodic imports) row in enumerate(contacts
Then— whoosh .