Preview

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

exportQuoteVersion

Export a quote version as PDF (returns base64-encoded content)

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

    ExportQuoteVersionInput fields

    quoteVersionId ID!

    Quote version ID to export

    sourceType QuoteVersionSourceType PREVIEW

    Source type for export context (defaults to OPPORTUNITY)

    Return Fields

    contentType String

    MIME type of the exported content (e.g., application/pdf)

    content String

    Base64-encoded PDF content

    userErrors [ExportQuoteVersionError!] PREVIEW

    Errors that prevented export

    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.