create_free_posting
Create a free posting with debit and credit accounts. Specify date, posting text, amount, VAT key, and account numbers to record a transaction.
Instructions
Erstellt eine freie Buchung mit Soll- und Habenkonto.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vat | Yes | USt-Schlüssel, z.B. '19_vat', '7_vat', '0_none', '19_pre'. | |
| date | Yes | Buchungsdatum YYYY-MM-DD. | |
| amount | Yes | Betrag. | |
| api_key | No | API-Key des zu verwaltenden Kunden. Optional, falls BUCHHALTUNGSBUTLER_API_KEY als Umgebungsvariable gesetzt ist. | |
| postingtext | Yes | Buchungstext. | |
| cost_location | No | Optional: Kostenstelle 1. | |
| cost_location_two | No | Optional: Kostenstelle 2. | |
| postingaccount_debit | Yes | Soll-Kontonummer. | |
| postingaccount_credit | Yes | Haben-Kontonummer. |