Preview

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

ExportQuoteVersionPayload

Export response with base64 PDF content

This page contains

    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

    Mutations for ExportQuoteVersionPayload

    exportQuoteVersion PREVIEW

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