save_expense_receipt_image
Download an expense receipt image and save it to a local file. Specify the expense ID and destination path to keep a copy for offline access or record-keeping.
Instructions
Download and save an expense receipt image to a local file.
Args: expense_id: The ID of the expense to download the receipt image for save_path: Local file path where the image should be saved thumbnail: Whether to download the thumbnail version (default: False)
Returns: dict containing success status and file information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_path | Yes | ||
| thumbnail | No | ||
| expense_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||