Transactions: assign receipt to transaction
transactions_assign_receiptAssign a receipt to a transaction to link records for matching. Use the receipt's and transaction's customer IDs.
Instructions
๐ก WRITE ยท links/unlinks records โ Creates or removes an assignment between records (e.g. receipt โ transaction). Reversible. assign receipt to transaction Assign a receipt to a transaction.
Endpoint: POST /transactions/assign/receipt
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. | |
| receipt_id_by_customer | Yes | The id_by_customer of the receipt. | |
| transaction_id_by_customer | Yes | The id_by_customer of the transaction. |