Receipts: add batch receipts
receipts_addBatchAdd multiple receipts in a single batch, up to 50 per request. Supports invoice inbound, outbound, and credit receipts.
Instructions
๐ก WRITE ยท creates data โ Creates new records (receipts, transactions, postings, invoices, master data). Not idempotent โ calling twice may create duplicates. add batch receipts Add multiple receipts
Note: a request is allowed only every 5 seconds
Endpoint: POST /receipts/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. | |
| receipts | Yes | list of receipts maximum of 50 receipts are allowed A receipt has the same fields like the /receipts/add endpoint has, same applies for error messages |