Create issued document
create_issued_documentCreates issued documents such as invoices, credit notes, or quotes in FattureInCloud by providing entity and line items, then returns the created document.
Instructions
Create an issued document (invoice, credit note, quote...). Requires entity and items_list; look up VAT type and payment method/account IDs with get_company_info first. Returns the created document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The document payload. Extra Fatture in Cloud fields beyond the ones listed are passed through as-is. | |
| company_id | No | Fatture in Cloud company ID. Omit to use the default company configured for the session; discover IDs with list_companies. |