Preview

updateQuoteVersion is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

updateQuoteVersion

Update quote version name

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_RESELLER

    ROLE_SALES_SUPPORT

    ROLE_CHANNEL_ADMIN

    ROLE_RESELLER_MANAGER

    Arguments

    input UpdateQuoteVersionInput! PREVIEW

    UpdateQuoteVersionInput fields

    id ID!

    Quote version ID to update

    name String!

    New name for the quote version

    Return Fields

    quoteVersion QuoteVersionBasicInfo PREVIEW

    Updated quote version basic info (null if update failed)

    userErrors [UpdateQuoteVersionError!] PREVIEW

    Errors that prevented update

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.