add_comment
Add a comment to a specific receipt or transaction using its customer ID. Provide the type, ID, and comment text to document or annotate accounting records directly.
Instructions
Fügt einem Beleg oder einer Transaktion einen Kommentar hinzu.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | receipt=Beleg, transaction=Transaktion | |
| api_key | No | API-Key des zu verwaltenden Kunden. Optional, falls BUCHHALTUNGSBUTLER_API_KEY als Umgebungsvariable gesetzt ist. | |
| comment | Yes | Der Kommentartext. | |
| id_by_customer | Yes | Die id_by_customer des Belegs oder der Transaktion. |