You can get quick answer of your question by entering here
What is the correct ResultIndex format for different booking scenarios in single slot booking?
The ResultIndex format depends on the type of booking:
- One-way (Domestic & International) & International Roundtrip:
You will receive a single ResultIndex in the Search API response.
Use the same ResultIndex in all subsequent APIs (FareQuote, SSR, SeatMap, Ticket) for booking. -
Domestic Roundtrip:
You will receive two separate ResultIndex values:- One for the Onward (OB) flight
- One for the Inbound (IB) flight
For further API requests, both ResultIndex values must be passed in a comma-separated format.
Example:
If OB ResultIndex =TTSS0
and IB ResultIndex =YYDSIThen pass:
ResultIndex="TTSS0,YYDSI"
Flight API Doc:- https://www.srdvtechnologies.com/document/flight/v8/farequote-method
Note:
Passing incorrect or incomplete ResultIndex may result in booking failure or incomplete responses in FareQuote, SSR, SeatMap, or Ticket APIs.