Booking path with services and attendees
- Booking
- 4 routes
How do I prepare a proposal with services before turning it into a booking?
This scenario documents the preparation phase of a booking journey, from proposal creation to service review and attendee qualification. It fits booking flows that must secure a proposal before the final booking creation.
The flow creates a proposal, lists the available and already attached services, and then updates attendee information so the proposal is ready for the next step of the booking journey.
Overview
This scenario helps an application prepare a proposal with the right service context and attendee data before the booking is created.
Prerequisites
- The booking criteria required to create the proposal.
- A valid
x-api-keyand an authorization context when the route requires one. - A
proposal_idreturned by the creation step to continue the flow.
Expected result
The application can create a working proposal, inspect the service context, and complete attendee data so the file is ready for booking creation or pricing validation.
Process workflow
Legend:
Mandatory
Optional
1
Search matching proposals
Mandatory
POST/v3/proposals/search
S2
List the additional services available for the proposal
Optional
GET/v0/additional_services
S3
Review the services already attached to the proposal
Optional
GET/v0/proposals/{proposal_id}/services
S4
Qualify the proposal attendees
Optional
PUT/v3/proposals/{proposal_id}/attendees
S