Booking flow for activities without pickup points

When an activity has no pickup points, you must exclude pickups from the booking flow entirely. The rest remains the same:

  1. Get information about the specific activity at /activities/{activityUuid} .
  2. Since there are no pickup points, you can immediately request dates at /activities/{activityUuid}/dates .
  3. To get products for a specific date, use /activities/{activityUuid}/dates/{date} , where the date is in the YYYY-MM-DD format.
  4. Create a cart and add the desired products to it.
  5. Create an order for the cart.
  6. Pay for the order.
  7. Download the vouchers once the order is confirmed.

booking flow

Copyright © TUI Musement. All rights reserved.