create_transaction
Record a bank transaction for a matter. Positive amounts represent deposits, negative amounts represent withdrawals.
Instructions
Create a bank account transaction. amount: positive for deposit, negative for withdrawal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| matter_id | Yes | ||
| account_id | Yes | ||
| description | No | ||
| transaction_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |