Generate an export for a completed quote nest
The quote-nesting equivalent of GET /v1/nesting/export. Generates a quote-oriented export from a completed quote nest and delivers it asynchronously to your webhook.
Like export, this call does not return the export in the response body — it returns { "Success": true } on acceptance and POSTs the generated export to the WebHookUri you supply. There is no ResponseType; the quote export is a single fixed shape.
Authorizations
Headers
Accept Header
application/json Query Parameters
The completed quote nest to export, as returned from the quote-nesting endpoint.
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.