Refresh a proposal
- Option creation
- 1 route
This scenario explains how to refresh an existing proposal so the application can re-evaluate price, stock, option duration, and transport information before continuing the booking flow.
It is useful after a delay, after a stock-sensitive change, or whenever the interface must confirm that the proposal is still usable before prebooking or booking creation.
Overview
Use this scenario when an existing proposal must be recalculated before it is displayed again, reused, or converted in the next booking step. The refresh route returns an updated proposal with current pricing, remaining stock, option duration, and the main bookability indicators.
Prerequisites
- A valid
proposal_id. - The
accept-languageandx-api-keyheaders. - Depending on the channel, an
authorizationcontext may be required. - The proposal must already exist and still be accessible in the caller context.
Expected result
The application can confirm whether the proposal is still usable, detect a price or stock variation, and decide whether the booking flow can continue or whether a new search is required.