Mutation: updateCreditNoteIsPaid
DEPRECATED
use updateCreditNotePaid
Requires access to resource GRAPHQL_SALES_QUOTE_INVOICE_EDIT. Requires access to given credit note
sales {
updateCreditNoteIsPaid(
invoiceNid: CreditNoteNid!
isPaid: Boolean!
): CreditNote! @deprecated
}
Arguments
updateCreditNoteIsPaid.invoiceNid ● CreditNoteNid! non-null scalar
Possible violation list: IS_NOT_SOME_ERROR
updateCreditNoteIsPaid.isPaid ● Boolean! non-null scalar
Type
CreditNote object
Represents credit note.