invoiceUpdateTaxes
Graphql fields and variables for the invoiceUpdateTaxes mutation
Update an invoice taxes
Scope required: billing:write
mutation invoiceUpdateTaxes ($id: ID!) {
invoiceUpdateTaxes (id: $id) {
invoice {
accountId
amount
amountDue
amountPaid
baseCurrencyId
couponApplied
createdAt
credits
currencyId
description
dueAt
hasPaymentMethod
id
isLegacy
issuedAt
kind
netPaymentDays
notes
number
paidAt
payableId
poNumber
portalUrl
quoteId
smallUnitAmountDue
subtotal
taxAmount
updatedAt
url
uuid
}
}
}
Arguments
{
"id": "456123"
}
Name
Type
Description
id
ID
Response
Name
Type
Description
Last updated
Was this helpful?