Preview

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

addQuoteVersionComment

Add a comment to a quote version source

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 AddQuoteVersionCommentInput! PREVIEW

    AddQuoteVersionCommentInput fields

    sourceId ID!

    Source entity ID to attach the comment to

    comment String!

    Comment message content

    sourceType QuoteVersionCommentSourceType PREVIEW

    Source type (defaults to QUOTE)

    Return Fields

    comment QuoteVersionComment PREVIEW

    Created comment (null if creation failed)

    userErrors [AddQuoteVersionCommentError!] PREVIEW

    Errors that prevented comment creation

    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.