quoteApplyChanges
Graphql fields and variables for the quoteApplyChanges mutation
Convert the quote to a subscription
Scope required: admin:write
mutation quoteApplyChanges ($quoteId: ID!, $persist: Boolean!, $taxes: Boolean!) {
quoteApplyChanges (quoteId: $quoteId, persist: $persist, taxes: $taxes) {
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
}
quote {
acceptedAt
acceptedByName
acceptedByTitle
accountId
amount
amountAsCurrency
amountDue
applicationDate
applied
applyOnAccept
backdatedPeriods
backdatedQuote
billingDay
contactId
createdAt
credits
currencyId
dealId
discount
discountValue
documentTemplateId
endDate
evergreen
expiresAt
id
invoiceImmediately
invoiceImmediatelyAvailable
invoiceUntil
isPendingApprovalRequest
message
name
netPaymentDays
notes
number
ownerId
payToAccept
payableId
periodAmount
poNumber
requiresApproval
sharedAt
smallUnitAmountDue
splitInvoice
startDate
subtotal
taxAmount
taxCode
updatedAt
uuid
viewedAt
}
subscriptions
}
}Arguments
{
"quoteId": "456123",
"persist": true,
"taxes": true
}Name
Type
Description
quoteId
ID
persist
Boolean
taxes
Boolean
Response
Name
Type
Description
Last updated
Was this helpful?
