simplifiedInvoiceCreate
mutation
Create simplified invoice
Issues a new simplified invoice for low-value sales. Payment is included in the document itself. May trigger fiscal authority communication.
mutation {
simplifiedInvoiceCreate(companyId: Int!, data: SimplifiedInvoiceInsert!, options: SimplifiedInvoiceMutateOptions): SimplifiedInvoice!
}Returns: SimplifiedInvoice!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | SimplifiedInvoiceInsert! | |
options | SimplifiedInvoiceMutateOptions |