Booking path with option durations
- Booking
- 4 routes
How do I build a booking flow while monitoring a proposal's option duration?
This scenario documents a booking path focused on proposal creation, consultation, refresh, and attendee qualification, with specific attention to option duration. It fits flows that need to secure a file before it is turned into a booking.
The flow creates a proposal, rereads its details, refreshes it to confirm freshness, and then updates attendees.
Overview
This scenario helps an application prepare a reservation file while monitoring the time validity of the option attached to the proposal.
Prerequisites
- The search criteria required to create the proposal.
- A
proposal_idreturned by the first step. - The attendee information needed to complete the proposal.
- A valid
x-api-keyand, depending on the channel, an appropriate authorization context.
Expected result
The application can build a proposal, track its option duration, refresh its information, and complete attendees before the next step of the journey.
Process workflow
Legend:
Mandatory
Optional
1
Search matching proposals
Mandatory
POST/v3/proposals/search
S2
Read back the created proposal
Mandatory
GET/v2/proposals/{proposal_id}
S3
Refresh the proposal before attendee qualification
Mandatory
POST/v1/proposals/{proposal_id}/refresh
S4
Qualify the proposal attendees
Optional
PUT/v3/proposals/{proposal_id}/attendees
S