Transactions: add batch transaction
transactions_addBatchAdd multiple transactions to accounts in a single batch request. Specify account, amount, booking date, and optional details to create records efficiently.
Instructions
๐ก WRITE ยท creates data โ Creates new records (receipts, transactions, postings, invoices, master data). Not idempotent โ calling twice may create duplicates. add batch transaction Add multiple transactions
Note: a request is allowed only every 5 seconds
Endpoint: POST /transactions/addBatch
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 | list of transactions maximum of 50 transactions are allowed A transaction has the same fields like the /transactions/add endpoint has, same applies for error messages |