split_transaction
Split a transaction into multiple parts for category allocation. Ensure split amounts sum to the original total; pass an empty splits array to remove existing splits.
Instructions
Split a transaction into multiple parts. Sum of split amounts must equal original. Pass empty splits array to remove splits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| splits | Yes | ||
| transaction_id | Yes |