quoteChangeCreateRampUpPreview

Graphql fields and variables for the quoteChangeCreateRampUpPreview mutation

Add a price list and configure the ramp up of the charges

Scope required: standard:write

mutation quoteChangeCreateRampUpPreview ($quoteId: ID!, $priceListId: ID!, $rampIntervalMonths: Int!) {
  quoteChangeCreateRampUpPreview (quoteId: $quoteId, priceListId: $priceListId, rampIntervalMonths: $rampIntervalMonths) {
      errors
      intervalMonthsOptions
      quoteChange {
        currencyId
        endDate
        evergreen
        id
        name
        priceAdjustmentAllowed
        priceAdjustmentLastDate
        priceAdjustmentPercentage
        priceListId
        quoteId
        quotePlanId
        rampIntervalMonths
        renewalSummary
        renewalTermMonths
        startDate
        subscriptionId
      }
  }
}

Arguments

{
  "quoteId": "456123",
  "priceListId": "456123",
  "rampIntervalMonths": 123
}
Name
Type
Description

quoteId

ID

priceListId

ID

rampIntervalMonths

Int

Response

Name
Type
Description

errors

List (String)

intervalMonthsOptions

List (Int)

quoteChange

Last updated

Was this helpful?