Postings: assign receipt to free posting
postings_assign_receipt_to_free_postingLink a receipt to an unassigned posting by providing their IDs. Enables associating receipts with transactions for accurate bookkeeping.
Instructions
๐ก WRITE ยท links/unlinks records โ Creates or removes an assignment between records (e.g. receipt โ transaction). Reversible. assign receipt to free posting Assign a receipt to a free posting.
Endpoint: POST /postings/assign/receipt-to-free-posting
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. | |
| posting_id_by_customer | Yes | The id_by_customer of the posting. | |
| receipt_id_by_customer | Yes | The id_by_customer of the receipt. |