invoiceCreate
mutation
Create invoice
Issues a new invoice with line items, taxes, and customer details. Automatically assigns a sequential number and may trigger fiscal authority communication.
mutation {
invoiceCreate(companyId: Int!, data: InvoiceInsert!, options: InvoiceMutateOptions): Invoice!
}Returns: Invoice!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | InvoiceInsert! | |
options | InvoiceMutateOptions |