v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
Quote Management

Get Quote Document

Retrieves the output document (e.g., PDF, Word) for a submitted quote. Use this endpoint to archive contracts or integrate quote documents into other systems.

By default, the endpoint returns the document in the format and template that the salesperson originally generated. You can use the optional document_type query parameter to request the document in a different format (e.g., PDF, WORD). However, this is only possible if the requested format has been enabled for the quote's playbook in the CPQ settings.

📘 Excel Files

A quote document can only be retrieved in EXCEL format if the quote was explicitly configured to allow an Excel file output.

get/api/v1/quote/{dealhub_quote_id}/document

Path parameters

dealhub_quote_idstring required

The unique DealHub ID of the quote.

Query parameters

document_type'PDF' | 'WORD' | 'EXCEL'

Specifies the desired document format.

Response

Success. Returns the document file.