Add insurance to a booking
- Services
- 3 routes
How do I list available insurances and add one to an existing booking?
This scenario explains how to retrieve an existing booking, list the insurances available for it, and add the insurance service to the booking cart. It fits assisted-sales, customer-service, and booking-finalization journeys that require additional coverage.
The flow relies on a known customer_id and booking_id, then chains insurance discovery and service addition into the cart.
Overview
This scenario helps an application propose insurance on an already created booking without restarting from proposal search.
Prerequisites
- Valid
customer_idandbooking_idvalues. - An authentication context and the headers required by the routes in the flow.
- An insurance product compatible with the booking and target market.
Expected result
The application can display the available insurances and add the selected insurance to the booking cart so the journey can continue toward confirmation.
Process workflow
Legend:
Mandatory
Optional