Postings: add multiple free postings
postings_add_batch_freeBatch add multiple free postings to your bookkeeping. Submit an array of free postings with date, posting text, VAT, amount, and debit/credit accounts.
Instructions
๐ก WRITE ยท creates data โ Creates new records (receipts, transactions, postings, invoices, master data). Not idempotent โ calling twice may create duplicates. add multiple free postings Add multiple free postings.
Endpoint: POST /postings/add-batch/free
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Optional. The BB customer api_key to act on. Defaults to the BB_API_KEY configured on the server โ only set this to target a different customer. | |
| free_postings | Yes | an array of free postings, each free posting has the same field declaration and validation as the postings/add/free endpoint |