Create Invoice
create_invoiceGenerate an invoice for a completed work order by providing line items with name, quantity, and unit price, plus billing and company details.
Instructions
Create an Invoice in Zoho FSM for a completed job. Line items are provided as an array of { name, quantity, rate } objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Company being billed. | |
| contact_id | No | Billing contact ID. | |
| line_items | No | Invoice line items. | |
| work_order_id | No | Source Work Order ID. | |
| additional_fields | No | Any other FSM field API names → values (e.g. custom fields). |