Standalone Reprice API Reference

POST

reprice/reservationworkbench/{workbenchID}/offers/buildfromoffer

For {workbenchID} send the workbench identifier returned in ReservationResponse/Identifer/value in the workbench create response.

Base path:

Pre-production https://api.pp.travelport.com/11/air/

Production https://api.travelport.com/11/air/

Related Content: NDC Guide

NDC only; not supported for GDS. Not supported for all NDC carriers.

Use the Standalone Reprice API to reprice an itinerary on a held booking for NDC. Standalone Reprice can be sent before or after the price guarantee expires.

This request would typically be used to check if the price has changed before issuing a ticket. You can then either ticket the itinerary or hold the booking again.

Standalone Reprice must be sent in a workbench session. It must be followed by a Resell request to commit the workbench and either ticket or hold the itinerary. If you want to ticket at Resell, send Form of Payment and Payment before Resell.

For supporting NDC carriers, see "Reprice a Booking" in the Deferred Payment section in NDC capabilities by airline through JSON API in the Travelport Knowledge Base.

Request

Query Parameters

None.

Request Body

Response

The Standalone Reprice response is the same as the response for the AirPrice reference payload request, with the following exceptions; see the AirPrice Reference Payload API Reference for the response table:

  • The initial wrapper object for Standalone Reprice is OfferResponse instead of OfferListResponse.

  • Standalone Reprice returns Offer instead of OfferID.

  • Standalone Reprice returns Offer@type with the value OfferModify instead of OfferID@type with the value Offer.

Example Request

The request sends the offer identifiers for the itinerary to reprice.

Example Response

For additional examples and scenarios, download the developer toolkits and see Using Postman and Developer Toolkits.

The response returns offer details and price details in the Price object.