add_cash_transaction
Add a transaction to a cash tracking session, specifying type (ADD, REMOVE, SALE, REFUND, PAYOUT), amount, and optional note or reference.
Instructions
Add a cash transaction to a tracking session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional note | |
| type | Yes | Transaction type | |
| amount | Yes | Transaction amount | |
| sessionId | Yes | Cash Tracking Session ID | |
| paymentMethod | No | Payment method (for non-cash transactions) | |
| referenceNumber | No | Reference number |