Introduction

Withing this article we will explain how to work with seat map within our API. 


In the video below you will understand the following: 

  • Response coming from the API, it's structure and how to read it 
  • How to draw the UI for the data returned from the API
  • How to add/assign a seat to the traveler when performing a booking


Method that you will call for getting the seat map is the following:

GET /api/v1/cart/seatmap?sessionId=


Video: Flights - Seat map explanation