quoteChange

Graphql fields and variables for the quoteChange query

Scope required: standard:read

For a complete list of possible response fields see the QuoteChange type.

query quoteChange ($id: ID, $code: String, $format: String) {
  quoteChange (id: $id, code: $code, format: $format) {
    currencyId
    endDate
    evergreen
    id
    name
    priceAdjustmentAllowed
    priceAdjustmentLastDate
    priceAdjustmentPercentage
    priceListId
    quoteId
    quotePlanId
    rampIntervalMonths
    renewalSummary
    renewalTermMonths
    startDate
    subscriptionId
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?