creditNoteUpdate
Graphql fields and variables for the creditNoteUpdate mutation
mutation creditNoteUpdate ($id: ID!, $attributes: CreditNoteAttributes!) {
creditNoteUpdate (id: $id, attributes: $attributes) {
creditNote {
accountId
amount
amountApplied
amountUnapplied
createdAt
creditedInvoiceId
currencyId
description
disputeId
disputeReasonId
entityId
id
isCredit
isLegacy
issuedAt
number
subtotal
taxAmount
updatedAt
uuid
warrenId
}
errors
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
