Mutation: updateProformaInvoiceIsPaid
Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT. Requires access to given proforma invoice
sales {
updateProformaInvoiceIsPaid(
invoiceNid: ProformaInvoiceNid!
isPaid: Boolean!
): ProformaInvoice!
}
Arguments
updateProformaInvoiceIsPaid.invoiceNid ● ProformaInvoiceNid! non-null scalar
updateProformaInvoiceIsPaid.isPaid ● Boolean! non-null scalar
Type
ProformaInvoice object
Represents proforma invoice.