book_invoice
Mark an invoice as paid by creating a booking with a specified amount, date, type, and check account.
Instructions
Book an invoice (mark it as paid)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Booking date (Unix timestamp) | |
| type | Yes | Booking type: N=Normal, CB=Cash discount, etc. | |
| amount | Yes | Amount to book | |
| invoiceId | Yes | The ID of the invoice to book | |
| createFeed | No | ||
| checkAccountId | Yes | ID of the check account | |
| checkAccountTransactionId | No |