update_transaction
Update transaction fields by ID. Only supplied details change; card and buy/sell type are immutable.
Instructions
Update an existing transaction by ID. Only the fields supplied are changed. Card identity and type (BUY/SELL) cannot be changed via this endpoint - delete and re-create instead. Requires IWMM_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Transaction ID from list_transactions. | |
| date | No | ||
| fees | No | ||
| notes | No | ||
| source | No | ||
| quantity | No | ||
| pricePerUnit | No |