You can get quick answer of your question by entering here
What are the RoundTrip Flight API Steps?
To ensure a smooth and error-free round trip booking process, please follow the below sequence of API calls:
- Search (Round Trip)
Initiate a round trip search request to retrieve both Onward (OB) and Inbound (IB) flight options. - FareQuote
- First perform FareQuote for OB flight
- Then perform FareQuote for IB flight
- FareRule
- Fetch FareRule for OB flight
- Then fetch FareRule for IB flight
- SSR (Special Service Request)
- Get SSR details for OB flight
- Then for IB flight
- SeatMap
- Retrieve SeatMap for OB flight
- Then for IB flight
-
Booking Flow (Based on Airline Type)
For LCC Flights (IsLcc: True):
- Call TicketLCC for OB flight
- Then call TicketLCC for IB flight
For Non-LCC Flights (IsLcc: False):
- Call Hold for OB flight
- Then call Hold for IB flight
- After that, call TicketGDS for OB flight
- Then call TicketGDS for IB flight
Important Note
Please ensure that all steps are executed in the exact sequence mentioned above (OB first, then IB) to avoid any booking failures or inconsistencies.