
Add childcare services to a proposal
- Booking
- Activity option
- 6 routes
How do I add childcare services before the booking is created?
This scenario shows how to start from a proposal, identify the childcare services available for the relevant attendees, and add them before turning the proposal into a booking.
It covers proposal creation, additional-service discovery with the CHILDCARE filter, service update, and final verification of the selected services.
Overview
Use this journey to enrich a proposal with childcare services before booking creation. The scenario relies on additional services available for each attendee and on the proposal service update mechanism.
Prerequisites
- Have a valid proposal that includes at least one child eligible for childcare.
- Keep the
proposal_idreturned by the proposal search. - When updating services, send the full list of services you want to keep because the update works as a full replacement.
Process workflow
Legend:
Mandatory
Optional
1
Create the initial proposal
Mandatory
POST/v3/proposals/search
S2
List available childcare services
Mandatory
GET/v0/additional_services
S3
Apply services to the proposal
Mandatory
PUT/v0/proposals/{proposal_id}/services
S4
Review the applied services
Mandatory
GET/v0/proposals/{proposal_id}/services
S5
Update proposal attendees
Mandatory
PUT/v3/proposals/{proposal_id}/attendees
S6
Create the booking from the proposal
Mandatory
POST/v3/bookings
S


