import_transactions
Import multiple transactions at once using a JSON list, CSV text, or CSV file path with optional all-or-nothing import and project assignment.
Instructions
Import multiple transactions at once.
Provide exactly one data source: transactions (list), csv_text, or csv_file_path.
Args: transactions: List of transaction objects to import. csv_text: Raw CSV string content. csv_file_path: Local path to a CSV file. all_or_nothing: If True, fails the entire import if any transaction fails. project_id: Apply all transactions to this project UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transactions | No | ||
| csv_text | No | ||
| csv_file_path | No | ||
| all_or_nothing | No | ||
| project_id | No |