mutation quoteChangeCreate ($quoteId: ID!, $priceListId: ID!, $trial: Boolean!, $evergreen: Boolean!, $priceAdjustmentTiming: PriceAdjustmentTiming!, $priceAdjustmentPercentage: Float!, $priceAdjustmentAction: PriceAdjustmentAction!, $renewalTermMonths: Int!) {
quoteChangeCreate (quoteId: $quoteId, priceListId: $priceListId, trial: $trial, evergreen: $evergreen, priceAdjustmentTiming: $priceAdjustmentTiming, priceAdjustmentPercentage: $priceAdjustmentPercentage, priceAdjustmentAction: $priceAdjustmentAction, renewalTermMonths: $renewalTermMonths) {
errors
quoteChange {
currencyId
endDate
evergreen
id
name
priceAdjustmentAllowed
priceAdjustmentLastDate
priceAdjustmentPercentage
priceListId
quoteId
quotePlanId
rampIntervalMonths
renewalSummary
renewalTermMonths
startDate
subscriptionId
}
}
}
{
"quoteId": "456123",
"priceListId": "456123",
"trial": true,
"evergreen": true,
"priceAdjustmentTiming": "PriceAdjustmentTiming",
"priceAdjustmentPercentage": "1.00",
"priceAdjustmentAction": "PriceAdjustmentAction",
"renewalTermMonths": 123
}