mutation quoteApplyChanges ($quoteId: ID!, $persist: Boolean!, $taxes: Boolean!) {
quoteApplyChanges (quoteId: $quoteId, persist: $persist, taxes: $taxes) {
errors
invoice {
accountId
amount
amountDue
amountPaid
baseCurrencyId
couponApplied
createdAt
credits
currencyId
description
dueAt
id
isLegacy
issuedAt
kind
netPaymentDays
notes
number
paidAt
payableId
poNumber
portalUrl
quoteId
smallUnitAmountDue
subtotal
taxAmount
updatedAt
url
uuid
}
quote {
acceptedByName
acceptedByTitle
accountId
amount
amountDue
applicationDate
applied
applyOnAccept
backdatedPeriods
backdatedQuote
billingDay
contactId
createdAt
credits
currencyId
dealId
discount
discountValue
endDate
evergreen
expiresAt
id
invoiceImmediately
invoiceImmediatelyAvailable
invoiceUntil
isPendingApprovalRequest
message
name
netPaymentDays
notes
number
ownerId
payToAccept
payableId
periodAmount
poNumber
requiresApproval
smallUnitAmountDue
splitInvoice
startDate
subtotal
taxAmount
taxCode
updatedAt
uuid
}
subscriptions
}
}
{
"quoteId": "456123",
"persist": true,
"taxes": true
}