quoteSubscriptionRenew
Graphql fields and variables for the quoteSubscriptionRenew mutation
Generate a quote to renew a subscription
Scope required: standard:write
mutation quoteSubscriptionRenew ($ids: !) {
quoteSubscriptionRenew (ids: $ids) {
errors
quote {
acceptedByName
acceptedByTitle
accountId
amount
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
smallUnitAmountDue
splitInvoice
startDate
subtotal
taxAmount
taxCode
updatedAt
uuid
}
}
}
Arguments
{
"ids": [
"456123"
]
}
Name
Type
Description
ids
List (ID)
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?