| Package | Description |
|---|---|
| com.bookeo.api.model | |
| com.bookeo.api.service |
| Modifier and Type | Method and Description |
|---|---|
List<Booking> |
BookingsList.getData()
[read-only]
|
| Modifier and Type | Method and Description |
|---|---|
void |
BookingsList.setData(List<Booking> data) |
| Modifier and Type | Method and Description |
|---|---|
Booking |
BookingsApi.bookingsBookingNumberGet(String bookingNumber,
Boolean expandCustomer,
Boolean expandParticipants)
Retrieve a booking
Retrieve a booking by its booking number
|
| Modifier and Type | Method and Description |
|---|---|
void |
BookingsApi.bookingsBookingNumberPut(Booking booking,
String bookingNumber,
Boolean notifyUsers,
Boolean notifyCustomer)
Update an existing booking
|
void |
BookingsApi.bookingsPost(Booking booking,
String previousHoldId,
Boolean notifyUsers,
Boolean notifyCustomer,
Boolean sendCustomerReminders,
Boolean sendCustomerThankyou)
Create a new booking
When creating a booking for a product of type \"fixed\" or \"fixedCourse\", the eventId is required.
|
void |
HoldsApi.holdsPost(Booking booking,
Integer holdDurationSeconds,
String previousHoldId)
Create a temporary hold to finalize the booking
Performs a final check of the booking, and reserves required resources/seats to allow finalization of the booking process (ex.
|
Copyright © 2015. All rights reserved.