client_invoice_create
Create a draft invoice for a client by providing client ID, issue and due dates, currency, terms, and line items.
Instructions
Create a draft client invoice with client and line items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Line items (minimum 1) | |
| footer | No | Footer text | |
| header | No | Header text | |
| currency | Yes | Currency code (ISO 4217) | |
| discount | No | Global discount | |
| due_date | Yes | Due date (YYYY-MM-DD) | |
| client_id | Yes | Client ID (UUID) | |
| issue_date | Yes | Issue date (YYYY-MM-DD) | |
| terms_and_conditions | Yes | Terms and conditions text |