quoteChangeUpdateRampUp

Graphql fields and variables for the quoteChangeUpdateRampUp mutation

Modify the ramp deal configuration

Scope required: standard:write

mutation quoteChangeUpdateRampUp ($quoteChangeId: ID!, $rampIntervalMonths: Int!, $charges: [QuoteChargeAttributes!]!) {
  quoteChangeUpdateRampUp (quoteChangeId: $quoteChangeId, 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

quoteChangeId

ID

rampIntervalMonths

Int

charges

Response

Name
Type
Description

errors

List (String)

quoteChange

Last updated

Was this helpful?