Arrival form
- Services
- Prebooking
- 3 routes
This scenario explains how to identify the formalities available before arrival, determine which Easy Arrival services can still be completed, and submit the related answers for a booking.
It is useful to drive a pre-stay form experience that guides the traveler through the available tasks instead of exposing isolated endpoints.
Overview
Use this scenario when you need to expose the arrival preparation flow of a booking. The objective is to discover which pre-stay formalities are available, identify the services that can still be completed through Easy Arrival, and submit the answers expected by the pre-stay form.
This sequence is especially useful for customer-facing portals, support tools, or seller journeys that need to know whether Easy Arrival, room selection, transfer data, police form, or express check-out are available.
Prerequisites
- Have a valid
x-api-key. - Use an
accept-languagevalue returned byGET/v0/localesfor the routes that require it. - Have a valid bearer token.
- Know both
customer_idandbooking_id. - Make sure the booking belongs to the authenticated customer context.
Functional notes
- The first route gives a consolidated overview of available formalities for the booking.
- The second route focuses on the services eligible for the Easy Arrival pre-stay form.
- The submission route records answers, but the detailed request payload schema is not visible in the available sources and must therefore be handled with caution during implementation.