Skip to main content

Mutation: updateRechargeInvoicePaid

Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT. Requires access to given recharge invoice

sales {
updateRechargeInvoicePaid(
invoiceNid: RechargeInvoiceNid!
isPaid: Boolean!
): UpdateRechargeInvoicePaidOutput!
}

Arguments

updateRechargeInvoicePaid.invoiceNid ● RechargeInvoiceNid! non-null scalar

Possible violation list: IS_NOT_SOME_ERROR

updateRechargeInvoicePaid.isPaid ● Boolean! non-null scalar

Type

UpdateRechargeInvoicePaidOutput union