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 Modify, Cancel, and Exchange Guide

NDC only; not supported for GDS.
Supported for NDC carriers SQ, QR, and SK.

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. For ticketing, you must send the Add Form of Payment and Add Payment requests before committing the workbench.

Standalone Reprice is supported for modified and unmodified bookings, and for bookings with paid ancillaries such as baggage or seats.

See the NDC Modify, Cancel, and Exchange Guide for details on supported options and workflows.

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.