# BookingReservation A reservation temporarily holds an Offer, guaranteeing its availability and price for a limited time in the ticket issuer's system. ## Retrieves the collection of BookingReservation resources. - [GET /v1/booking/reservations](https://docs.korusticket.com/openapi/bookingreservation/api_v1bookingreservations_get_collection.md): Retrieves the collection of BookingReservation resources. ## Creates a BookingReservation resource. - [POST /v1/booking/reservations/_bulk](https://docs.korusticket.com/openapi/bookingreservation/api_v1bookingreservations_bulk_post.md): --- Create one or many reservations. --- You can pass multiple offer item to reserve. ### Items Attributes detail #### Offer The offer to reserve. #### Quantity The quantity of offer to reserve. #### TicketSessions Maps each ticket to its selected session. ### Examples of form's fields values - for a field : "M. Doe" - for a field : "true" or "false", - for a field : "3", - for a field : "2.99", - for field : "2025-01-01", - for a field : "07:30", - for a field : "2025-01-01 00:00:00, - for a or field you must pass any of the predefined values. ## Retrieves a BookingReservation resource. - [GET /v1/booking/reservations/{id}](https://docs.korusticket.com/openapi/bookingreservation/api_v1bookingreservations_id_get.md): Retrieves a BookingReservation resource.