list_postings
Retrieve accounting postings for a customer using optional date range, account, posting status, and modification date filters. Returns up to 1000 postings per call.
Instructions
Ruft Buchungen (Postings) für einen Kunden ab. Pro Aufruf maximal 1000 Buchungen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Optional: Komma-getrennte Liste von Konten (z.B. '1200,1210' oder 'all'). | |
| api_key | No | API-Key des zu verwaltenden Kunden. Optional, falls BUCHHALTUNGSBUTLER_API_KEY als Umgebungsvariable gesetzt ist. | |
| date_to | No | Enddatum im Format YYYY-MM-DD (inklusiv). | |
| date_from | No | Startdatum im Format YYYY-MM-DD (inklusiv). | |
| posting_status | No | Optional: all, fixed oder unfixed. | |
| postingaccount | No | Optional: Komma-getrennte Liste von Sachkonten (z.B. '8400,8401' oder 'all'). | |
| date_last_action_to | No | Optional: Nur Buchungen, die bis zu diesem Datum erstellt/geändert wurden (YYYY-MM-DD). | |
| date_last_action_from | No | Optional: Nur Buchungen, die seit diesem Datum erstellt/geändert wurden (YYYY-MM-DD). |