creditNoteUpdateTaxes
Graphql fields and variables for the creditNoteUpdateTaxes mutation
Update a credit note taxes
Scope required: billing:write
mutation creditNoteUpdateTaxes ($id: ID!) {
creditNoteUpdateTaxes (id: $id) {
creditNote {
accountId
amount
amountApplied
amountUnapplied
createdAt
creditedInvoiceId
currencyId
description
disputeReasonId
entityId
id
isCredit
isLegacy
issuedAt
number
subtotal
taxAmount
updatedAt
uuid
warrenId
}
errors
}
}
Arguments
{
"id": "456123"
}
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?