Skip to main content
GET
Generate an export for a completed quote nest

Authorizations

Authorization
string
header
required

Headers

Accept
enum<string>
required

Accept Header

Available options:
application/json

Query Parameters

RequestId
string
required

The completed quote nest to export, as returned from the quote-nesting endpoint.

WebHookUri
string
required

The URL the generated export is POSTed to when it is ready. Required — without it the export has nowhere to be delivered. Uri

Response

The export request was accepted and queued for delivery to your webhook.

NestApiExport

Success
boolean

true if the export request was accepted and queued. This is an acknowledgement only — the export itself is delivered later as a POST to your WebHookUri.

Error
string

Error detail when Success is false; otherwise null.