Mutation: createProformaInvoice
Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT. Requires access to given proforma invoice. Requires access to given quote request. Requires access to given quote realization leg
sales {
createProformaInvoice(
quoteRequest: QuoteRequestNid!
proformaInvoice: ProformaInvoiceInput!
selectedLegNidList: [QuoteRealizationLegNid!]
sellerDatasetId: QuoteInvoiceSellerDatasetId
): ProformaInvoice!
}
Arguments
createProformaInvoice.quoteRequest ● QuoteRequestNid! non-null scalar
createProformaInvoice.proformaInvoice ● ProformaInvoiceInput! non-null input
createProformaInvoice.selectedLegNidList ● [QuoteRealizationLegNid!] list scalar
createProformaInvoice.sellerDatasetId ● QuoteInvoiceSellerDatasetId scalar
If not specified, the default from the operator's settings will be used.
Type
ProformaInvoice object
Represents proforma invoice.