create_invoice
Creates a new invoice in freee accounting for a specified partner and company, including line items, quantities, unit prices, tax codes, and dates.
Instructions
請求書を作成
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | タイトル | |
| due_date | No | 支払期日 | |
| company_id | Yes | 事業所ID | |
| issue_date | Yes | 発行日 (yyyy-MM-dd) | |
| partner_id | Yes | 取引先ID | |
| booking_date | No | 売上計上日 | |
| invoice_lines | Yes | 請求書明細 | |
| invoice_number | No | 請求書番号 |