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 {
        accountId
        currencyId
        endDate
        evergreen
        id
        isTrial
        name
        priceAdjustmentAllowed
        priceAdjustmentLastDate
        priceAdjustmentPercentage
        priceListId
        quoteId
        quotePlanId
        rampIntervalMonths
        renewalSummary
        renewalTermMonths
        startDate
        subscriptionId
        tenantId
        trialEndDate
        trialStartDate
      }
  }
}

Arguments

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?