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