consignmentInvoiceCreate
mutation
Create consignment invoice
Creates a new consignment invoice for a customer, billing goods held on consignment. It is not converted from, or into, any other document type.
mutation {
consignmentInvoiceCreate(companyId: Int!, data: ConsignmentInvoiceInsert!, options: ConsignmentInvoiceMutateOptions): ConsignmentInvoice!
}Returns: ConsignmentInvoice!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | ConsignmentInvoiceInsert! | |
options | ConsignmentInvoiceMutateOptions |