# Retrieves a BookingOrder resource. Retrieves a BookingOrder resource. Endpoint: GET /v1/booking/orders/{id} Version: 1.0.7 Security: JWT ## Path parameters: - `id` (string, required) Order identifier ## Response 200 fields (application/ld+json): - `@context` (any) - `@id` (string) - `@type` (string) - `id` (string) Example: "0194cb22-b891-754c-8c4c-777b93f8d072" - `createdAt` (string) Example: "2025-01-27T15:15:20+00:00" - `catalog` (string) Example: "/v1/ticketing/catalogs/0194cb23-170e-71f0-b4bb-0a7e644dea34" - `organization` (string) Example: "/v1/organizations/0194cb23-170e-71f0-b4bb-0a7e644dea34" - `reference` (string) Example: "KT-ORD-123456" - `externalReference` (string,null) Example: "YOUR-CUSTOM-REFERENCE" - `connectorReference` (string,null) - `totalAmountInclTax` (string) Example: "100.00" - `totalAmountExclTax` (string) Example: "100.00" - `customer` (object) - `customer.firstname` (string) Example: "john" - `customer.lastname` (string) Example: "doe" - `customer.email` (string) Example: "john.doe@example.com" - `customer.phone` (string) Example: "+33610203040" - `customer.optin` (boolean) - `customer.country` (string) Example: "FR" - `customer.language` (string) Example: "fr" - `customer.title` (string) Example: "mr" - `status` (string) Enum: "confirmed", "cancelled" - `cancelledAt` (string,null) Example: "2025-02-27T15:15:20+00:00" - `items` (array) - `items.amountInclTax` (string) Example: "100.00" - `items.amountExclTax` (string) Example: "80.00" - `items.date` (string,null) Example: "2025-01-27" - `items.product` (string) - `items.tickets` (array) - `items.tickets.voucher` (string,null) - `items.tickets.occursAt` (string,null) Example: "2025-02-27T15:15:20+00:00" - `items.tickets.event` (string,null) - `items.tickets.requiredBeneficiaryFields` (array) Example: ["firstname","lastname"] - `items.tickets.beneficiary` (any) - `items.tickets.beneficiaryDesignationDeadline` (string,null) - `items.tickets.beneficiaryAmendable` (boolean) - `items.tickets.seating` (any) - `documents` (array) Example: ["https://example.com/"] ## Response 403 fields (application/ld+json): - `@context` (any) - `@id` (string) - `@type` (string) - `title` (string,null) A short, human-readable summary of the problem. - `detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `status` (number) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null) ## Response 404 fields (application/ld+json): - `@context` (any) - `@id` (string) - `@type` (string) - `title` (string,null) A short, human-readable summary of the problem. - `detail` (string,null) A human-readable explanation specific to this occurrence of the problem. - `status` (number) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null)