Bookings API

Create a new customer booking

post

Body

application/json

BookingRequest

flight_numberstringrequired
seatstring

Response

application/json

Booking Created Successfully

BookingResponse

ticket_numberstringrequired
post/bookings

Body

{ "flight_number": "KA924", "seat": "32A" }
 
application/json