invoiceRelease
Graphql fields and variables for the invoiceRelease mutation
Transition a draft invoice to ready state
Scope required: standard:write
mutation invoiceRelease ($id: ID!) {
invoiceRelease (id: $id) {
errors
invoice {
accountId
amount
amountDue
amountPaid
baseCurrencyId
baseCurrencyTotal
couponApplied
createdAt
credits
currencyId
description
dueAt
hasPaymentMethod
id
internalNotes
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?
