
Retrieve More Accommodations
- Booking
- Option creation
- 6 routes
How do I add more accommodations to an existing proposal?
This scenario explains how to extend a proposal with additional accommodation arrangements after the initial search and attendee qualification steps.
Overview
The route sequence combines proposal creation, attendee qualification, accommodation category discovery, arrangement search, arrangement update, and final read-back of the updated repartition.
Prerequisites
- A proposal must already exist or be created at the start of the sequence.
proposal_idis required on accommodation arrangement routes.product_idmay be needed to resolve accommodation categories.accept-languageandx-api-keyare required on the documented calls.
Process workflow
Legend:
Mandatory
Optional
1
Search for a proposal
Mandatory
POST/v3/proposals/search
S2
Qualify proposal attendees
Mandatory
PUT/v3/proposals/{proposal_id}/attendees
S3
List the product accommodation categories
Optional
GET/v0/products/{product_id}/accommodation_categories
S4
Search for additional accommodation arrangements
Mandatory
POST/v1/accommodations_arrangement/search
S5
Add an accommodation arrangement
Mandatory
PUT/v1/proposals/{proposal_id}/accommodations_arrangement
S6
Review the updated accommodation arrangement
Mandatory
GET/v1/proposals/{proposal_id}/accommodations_arrangement
S

