Skip to main content

Mutation: updateProformaInvoice

Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT. Requires access to given proforma invoice. Requires access to given quote realization leg

sales {
updateProformaInvoice(
proformaInvoice: ProformaInvoiceInput!
selectedLegNidList: [QuoteRealizationLegNid!]
): ProformaInvoice!
}

Arguments

updateProformaInvoice.proformaInvoice ● ProformaInvoiceInput! non-null input

updateProformaInvoice.selectedLegNidList ● [QuoteRealizationLegNid!] list scalar

Type

ProformaInvoice object

Represents proforma invoice.