quoteChangeCreateRampUp

Graphql fields and variables for the quoteChangeCreateRampUp mutation

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

Scope required: standard:write

mutation quoteChangeCreateRampUp ($quoteId: ID!, $priceListId: ID!, $rampIntervalMonths: Int!, $charges: [QuoteChargeAttributes!]!) {
  quoteChangeCreateRampUp (quoteId: $quoteId, priceListId: $priceListId, rampIntervalMonths: $rampIntervalMonths, charges: $charges) {
      errors
      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

charges

Response

Name
Type
Description

errors

List (String)

quoteChange

Last updated

Was this helpful?