Skip to main content

Mutation: updateCreditNotePaid

Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT. Requires access to given credit note

sales {
updateCreditNotePaid(
invoiceNid: CreditNoteNid!
isPaid: Boolean!
): UpdateCreditNotePaidOutput!
}

Arguments

updateCreditNotePaid.invoiceNid ● CreditNoteNid! non-null scalar

Possible violation list: IS_NOT_SOME_ERROR

updateCreditNotePaid.isPaid ● Boolean! non-null scalar

Type

UpdateCreditNotePaidOutput union