link_transaction
Associate a specific transaction with an invoice using invoice and transaction IDs. Streamlines accounting workflows by connecting financial records for accurate tracking and reporting.
Instructions
Link a transaction to an invoice.
Args:
invoice_id: ID of the invoice
transaction_id: ID of the transaction to link
Returns:
Response from the link transaction requestInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | ||
| transaction_id | Yes |