Sample flows
End-to-end walkthroughs with real captured requests and responses, run against the test environment.
- Make a test booking — token, search, price, create, retrieve
- Hold and pay — create with
Hold, thenConfirmHoldwith payment - Add seats — seat map, then change order with payment
- Add bags & extras — service list, then change order with payment
- Change an order — passenger and contact updates
- Cancel an order — reshop cancel quote, then commit
The walkthroughs chain together: the booking made in the first one gains a seat and a bag, gets changed, and is cancelled with a full refund. The NDC/XML API has matching walkthroughs.
NDC/XML + Bruno
Matching NDC/XML walkthroughs and a downloadable Bruno collection live under NDC/XML sample flows. For interactive JSON exploration, use Swagger.
Suggested order
- Make a test booking — paid create end to end (or use Hold and pay instead of paying at create).
- Add seats / Add bags & extras — post-booking ancillaries on that order.
- Change an order — passenger and contact patches.
- Cancel an order — refund path.
Shared field notes: contacts · passengers · payments · errors.