# Enquiry Quoted This event payload is sent to the eligible registered webhooks when a quote is sent for an enquiry. Endpoint: POST enquiry-quoted-event Version: 1.0.1 ## Header parameters: - `X-Signature` (string, required) HMAC-SHA256 signature of the request body using the webhook secret key. Use this to verify the authenticity of the webhook payload. Example: "dGhpcyBpcyBhIHNhbXBsZSBzaWduYXR1cmU=" ## Request fields (application/json): - `eventType` (string) Supported webhook events. Enum: "ENQUIRY.CREATED", "ENQUIRY.SPECIALIST_ASSIGNED", "ENQUIRY.SHORTLISTING", "ENQUIRY.CLOSED", "ENQUIRY.REOPENED", "ENQUIRY.QUOTED", "QUOTE.CREATED", "QUOTE.INVALIDATED", "BOOKING.PENDING", "BOOKING.CLIENT_CONFIRMATION_DETAILS_SENT", "BOOKING.PARTNER_CONFIRMATION_DETAILS_SENT", "BOOKING.CHECK_IN_DETAILS_SENT", "BOOKING.CANCELLED" - `eventId` (string) Unique ID of the event. This can be used as the idempotent key. Example: "123e4567-e89b-12d3-a456-426614174000" - `createdAt` (string) When the event was created within Xenia's system. Example: "2026-01-01T15:12:56Z" - `data` (object) The data object for an enquiry event. - `data.externalId` (string, required) The external ID of the enquiry, this is a unique value that can be used to retrieve your enquiry via other endpoints where specified. Example: "e234abcef" - `data.clientReference` (string, required) The clients reference for the enquiry. This may be the same as the external ID depending on your system. Example: "example-ref-567abc" - `data.xeniaReference` (string, required) Xenia's reference for the enquiry. Example: "R4E2F3A4" - `data.createdAt` (string, required) ISO-8601 UTC timestamp. The example is the expected format. Example: "2026-01-01T15:12:56Z" ## Response 204 fields ## Response 400 fields ## Response 500 fields ## Response 503 fields