Postings: add multiple transaction postings
postings_add_batch_transactionsAdd multiple transaction postings in one batch by specifying an array of transactions with required fields like accounts, texts, VATs, amounts, and receipt IDs.
Instructions
๐ก WRITE ยท creates data โ Creates new records (receipts, transactions, postings, invoices, master data). Not idempotent โ calling twice may create duplicates. add multiple transaction postings Add posting for specified transactions.
Endpoint: POST /postings/add-batch/transactions
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. | |
| transactions | Yes | an array of transaction postings, each transaction posting has the same field declaration and validation as the postings/add/transaction endpoint |