quote_create
Create a new quote by specifying client ID, issue and expiry dates, currency, terms, and line items with title, quantity, unit price, and VAT rate.
Instructions
Create a new quote with client and line items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Line items (minimum 1) | |
| footer | No | Footer text (max 1000 chars) | |
| header | No | Header text (max 1000 chars) | |
| number | No | Quote number (max 40 chars, must be unique) | |
| currency | Yes | Currency code (ISO 4217) | |
| discount | No | Global discount | |
| client_id | Yes | Client ID (UUID) | |
| issue_date | Yes | Issue date (YYYY-MM-DD) | |
| expiry_date | Yes | Expiry date (YYYY-MM-DD) | |
| terms_and_conditions | Yes | Terms and conditions text (max 3000 chars) |