Transactions: unassign a specific receipt from a transaction
transactions_unassign_receiptRemove an existing link between a receipt and a transaction to correct mismatches.
Instructions
๐ก WRITE ยท links/unlinks records โ Creates or removes an assignment between records (e.g. receipt โ transaction). Reversible. unassign a specific receipt from a transaction Unassign a specific receipt from a transaction.
Endpoint: POST /transactions/unassign/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 to unassign. | |
| transaction_id_by_customer | Yes | The id_by_customer of the transaction. |