Reprice operation returns the actual fares and price calculation according to the specified itinerary parameters to use further in ticketing operation

Use cases

The following list of cases supported by the operation and provides their required inputs as well as a list of common inputs used with that case:

  1. Regular booking — in case proceeding payment on Agent side to get prices.

Table of contents

Request (ItinReshopRQ)

Required inputs


Name

Format/Reference

xPath

1

Block of access parameters

Use credentials that you received from our technical support. Check out Quick Start for how to get it andReferences for more details

/Envelope/Body/ItinReshopRQ/Party/Sender /AgentUserSender

2

Itinerary

  • Info for each segment:

    • departure airport IATA code and date

    • arrival airport IATA code and date

    • marketing carrier code and flight number

    • operating carrier code and flight number (flight number becomes mandatory in case Marketing carrier code isn't equal to Operating for the same particular segment)

  • Segments must be divided into slices (one slice (OriginDestination block) for One Way trip, two for Round Trip and more for MultiCity, for Transfer Trip all segments included in one slice have to be pass in one OriginDestination block, in Transfer Trip segments with stopover between are divided into two OriginDestination,Check glossary for more info)

Envelope/Body/ItinReshopRQ/Query/Reshop/Actions/OrderItems/OrderItem/FlightItem/OriginDestination

3

PNR number

PNR number to fasten the mask

Envelope/Body/ItinReshopRQ/Query/Reshop/Actions/BookingReferences/BookingReference/ID

4

Fare and RBD

Fare basis and RBD codes for each segment

(warning) For all passengers must be specified the same values

Envelope/Body/ItinReshopRQ/Query/Reshop/Actions/OrderItems/OrderItem/FlightItem/FareDetail

5

Passengers

List of PTC and their quantity for the whole journey

Envelope/Body/ItinReshopRQ/Query/Reshop/Actions/Passengers

Optional parameters


Name

Format/Reference

1

Agent credentials

Use credentials that you received from our technical support. Check out Quick Start for how to get it and References for more details

Skipping of Agent credentials input provides receiving prices with service fees, but only if special permission from our technical support to get

Response (ItinReshopRS)


Name

Format/Reference

xPath

1

Passengers

List of passenger types and their quantities

(warning) Known issue: quantities is always "1", but all prices calculated correctly (used passenger quantity from request)

Envelope/Body/ItinReshopRS/Response/Passengers

2

Itinerary

  • Info for each segment:

    • departure airport IATA code and date

    • arrival airport IATA code and date

    • marketing carrier code and flight number

  • Segments divided into slices (one slice for One Way trip, two for Round Trip and more for MultiCity, Check glossary for more info)


3

Fare, RBD and etc.

  • For each segment:

  • For the whole itinerary:

    • Restrictions of fare application (endorsement)

    • VAT amount (endorsement)

    • Conversation rate (endorsement)

    • Unstructured fare calculation line (endorsement)


4

Pricing for all passengers

Totals in sale currency:

  • Total (fare + tax + service fee) — for payment

  • Fare

  • Taxes

  • Service fees

Envelope/Body/ItinReshopRS/Response/ReShopOffers/ReShopOffer/TotalPrice/

5

Pricing for all passengers of each PTC

Totals in sale currency:

  • Total (fare + tax + service fee)

  • Fare

  • Taxes

  • Service fees

Envelope/Body/ItinReshopRS/Response/ReShopOffers/ReShopOffer/ReShopPricedOffer/OfferPrice/RequestedDate/PriceDetail/TotalAmount

6

Pricing for 1 passengers of each PTC

  • Totals in sale currency:

    • Total (fare + tax + service fee) — for payment

    • Fare

    • Taxes

    • Service fees

  • Prices in original (filed) currency

    • Total fare

    • Prices of each tax in original (filed) currency

  • Exchange rate from original (filed) to sale currency


7

Ticket validation period

Start and/or end dates for each segment


Samples