proFormaInvoiceCreate
mutation
Create pro forma invoice
Creates a new pro forma invoice as a preliminary billing document. Pro formas can later be converted into invoices or other document types.
mutation {
proFormaInvoiceCreate(companyId: Int!, data: ProFormaInvoiceInsert!, options: ProFormaInvoiceMutateOptions): ProFormaInvoice!
}Returns: ProFormaInvoice!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | ProFormaInvoiceInsert! | |
options | ProFormaInvoiceMutateOptions |