exportQuoteVersion
Export a quote version as PDF (returns base64-encoded content)
This page contains
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.