list_deals
Retrieve income and expense transactions from freee accounting. Filter by type, settlement status, partner, and issue date to find specific deals.
Instructions
取引(収入・支出)一覧を取得
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | 収入/支出 | |
| limit | No | 取得件数 (max 100) | |
| offset | No | オフセット | |
| status | No | 決済状況 | |
| company_id | Yes | 事業所ID | |
| partner_id | No | 取引先ID | |
| end_issue_date | No | 発生日To (yyyy-MM-dd) | |
| start_issue_date | No | 発生日From (yyyy-MM-dd) |