Split Ticketing Search and Book

Split Ticketing Search allows a customer to execute only one search request to get one-way and roundtrip fares aggregated in the response in order to uncover lower fares, saving processing time/cost incurred by multiple shop requests.

Important:

Benefits

Initial analysis of Split Ticketing Search results indicate: 

Each split follows Travelport's normal search diversity path:

Restrictions

Schema

Split Ticketing Search requires Low Fare Shopping v38.0 or greater:

How To

Note: Split booking is not supported in a book-on-book scenario:

  1. Enter the minimum required data for LowFareSearchReq:
    • Information to identify the requestor, sent in BillingPointOfSaleInfo @OriginApplication.

    • Elements in SearchAirLeg for a simple roundtrip: origin, destination, and travel dates.

    • A Passenger Type Code (PTC), sent in SearchPassenger @Code.

  2. Price Points must be specified (LowFareSearchReq @SolutionResult="false").

  3. Include LowFareSearchReq/SplitTicketingSearch, which indicates that both one-ways and round trips should be returned in a single search response.

  4. Optionally, specify LowFareSearchReq/SplitTicketingSearch @RoundTrip to indicate the percentage of round trip price points to be returned in the response.

    Notes on @RoundTrip

    The RoundTrip attribute specifies the percentage (%) pricepoint mix between roundtrip (R/T) and one-way fares (O/Ws). This interacts with MaxSolutions and the customer's Tier level.

    • The number of pricepoints the customer is provisioned for will be applied to each of the oneways and roundtrip as default, if MaxSolutions is not specified, so that customers can receive a similar amount of data as if they did a separate search for each of the outbound, inbound, and roundtrip.
      • In that way, the Tier level is essentially multiplied by three (3) for Split Ticketing transactions.

      • If customers specify a MaxSolutions value, truncation will occur if the MaxSolutions value is greater than three (3) times the Tier level.

      • Similarly, truncation will also occur if the MaxSolutions value is less than the Tier level for each of the outbound, inbound, and roundtrip data chunks.

      • Travelport is putting in place logic internally where we can adjust the multiplier at the Travelport level (currently set at three), and we may tune it based on feedback from the Alpha.

    For example, if the customer is a Galileo (1G) Tier 2 shopping customer (eligible for 50 pricepoints) and does not specify any MaxSolutions value or any Roundtrip percent (%) value (in the simplest use case), up to 50 pricepoints will be returned for the outbound, up to 50 pricepoints will be returned for the inbound, and up to 50 pricepoints would be returned (up to 150 total).

    • If availability or fares aren't available, less than 50 may be returned for each chunk.

    • If the Roundtrip attribute is set and no MaxSolutions value is set, the total number of eligible pricepoints (150) would be distributed between the Outbound/Inbound/Roundtrip results as dictated by the Roundtrip percent.

    • To continue the example, if Roundtrip=”80” (80%), 120 pricepoints are returned for the Roundtrip results, and each of the one-ways will return 15 results.
      • If then a MaxSolutions value is also sent in with a Roundtrip percent value, further truncation per chunk will occur.

      • If MaxSolutions="100" and Roundtrip="80", then truncation will occur and result in 80 roundtrip pricepoints, 10 outbound pricepoints, 10 inbound pricepoints.

      • If MaxSolutions="200" (or is greater than a setting we configure internally that is today three (3) times the number a customer is eligible for by Tier level) and Roundtrip="80", then truncation will occur and result in 120 roundtrip pricepoints, 15 outbound pricepoints, 15 inbound.

      • This use case is therefore the same as NOT sending in a MaxSolutions value.

      Note: If there is a shortfall between any of the result sets (fewer results returned than requested), Travelport will try to fill the shortfall with results from an overage from one of the other sets. For example, If there are too many roundtrip results and not enough outbound results, we will return more of the roundtrip results to fill the shortfall.

    Thus, for @RoundTrip

    • This value should be an even number.

    • The remaining one-way price points returned are evenly divided between outbound and inbound results.

  5. Optionally, specify other LowFareSearchReq details. Flex Options or Flex Explore cannot be requested.

  6. Price the split ticketing by sending AirPriceReq with @SplitPricing="true" and two different group of segments in AirSegment @Group. Release 18.1

  7. The pricing solutions are ordered by Segment Groups first and then in the increasing order of price inside each set of pricing solutions.

  8. To initiate a split booking, send two AirPricingSolution elements in one AirCreateReservationReq. @ProviderCode in each AirPricingSolution/AirSegment must match.

    A split booking allows you to book a round trip by submitting two separate pricing solutions in one reservation request. If you are not provisioned for split booking, submit two separate AirCreateReservation requests, one for the outbound itinerary and the other for the inbound itinerary.

    Note: @SplitReservation defaults to false. When set to ‘true’ this process creates one PNR. If there is more than one airline, it will create multiple Supplier Locator codes.

    Split Bookings for Roundtrip Tickets

    In Air v47.0 Release 19.0, Universal API supports the ability to search for and create split bookings for roundtrip tickets. Universal API supports split bookings for provisioned customers. If you are interested in this functionality, please contact your Travelport representative.

    For a split booking search a request is submitted via AirCreateReservationReq with two (and only two) AirPricingSolutions.

    • The first AirPricingSolution contains pricing details about outbound segments.
    • The second AirPricingSolutions contains pricing details about inbound segments.

    After submitting an AirCreateReservationReq with 2 AirPricingSolutions, a split booking validation process occurs.

    A split booking allows you to book a roundtrip ticket by submitting two separate pricing solutions in one reservation request. Prior to this release, you had to submit two separate booking requests, one for the outbound itinerary and the other for the inbound itinerary. You can then ticket the two segments separately under the same PNR.

    If you are provisioned for split booking, send two AirPricingSolution elements in AirCreateReservationReq to specify that a split booking should be made. @ProviderCode in each AirPricingSolution/AirSegment must match.

    The response returns one provider PNR. Each AirPricingSolution must be ticketed separately with the airlines.

  9. One provider locator code is returned in a successful response. If any segment failed to book, the entire booking is canceled.

    • If multiple providers exist in the request, an error is returned: Multiple Provider bookings are not supported currently. Use book on book.

  10. Use an AirTicketing request to ticket the booking.