v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Quote

Export Quote Report

Generates an asynchronous quote export operation for the project in either PDF or Excel format. Use the polling endpoint to check when the export is completed. <br><br> Built-in quotes are only available in the same languages as the user interface. See this page for more information. <br> Customers who use non-default quote templates are responsible for the implementation of a suitable localization approach.

[!WARNING] The export ID has a time-to-live (TTL) of 20 minutes, starting from when this export operation is initiated (not when the underlying async operation completes). Ensure you poll and download the export within this timeframe, or you will receive a 404 Not Found error.

post/projects/{projectId}/quote-report/export

Query parameters

format'pdf' | 'excel'

The file format of the quote report.

languageIdstring

The language used for localization.

Headers

Authorizationstring required

The bearer access token provided by Auth0.

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Response

Accepted

idstring

The export quote report identifier.