Service Application Flows
Fluxir supports two main workflows for handling travel service applications: creating a new trip or updating an existing one. Use the guides below to learn how to manage each flow using the Fluxir API.
Available Guides
Creating a New Trip
Start a fresh trip and create associated service applications from scratch.
Updating an Existing Trip
Resume or modify a previously created trip and its service applications.
Both flows share many of the same API steps. The main difference is that the new trip flow begins with trip creation, while the update flow retrieves an existing trip based on a service application ID.
For details on the core concepts used across these flows, such as context, document schemes, and service intents, refer to the Fluxir Concepts page.