| Package | Description |
|---|---|
| com.bookeo.api.service |
| Modifier and Type | Method and Description |
|---|---|
BookingsList |
BookingsApi.bookingsGet(Date startTime,
Date endTime,
Date lastUpdatedStartTime,
Date lastUpdatedEndTime,
String productId,
Boolean includeCanceled,
Boolean expandCustomer,
Boolean expandParticipants,
Integer itemsPerPage,
String pageNavigationToken,
Integer pageNumber)
Retrieve bookings
Retrieve existing bookings\n The result is limited by the permissions of the apiKey.\n <p/>\n It is possible to filter by time booked and/or time of the last change.\n To filter by time booked, the parameters startTime and endTime are required.\n To filter by last time changed, the parameters lastUpdatedStartTime and lastUpdatedEndTime are required.\n It is possible to filter by both at the same time.
|
BookingsList |
CustomersApi.customersIdBookingsGet(String id,
Date beginDate,
Date endDate,
Boolean expandParticipants,
Integer itemsPerPage,
String pageNavigationToken,
Integer pageNumber)
Retrieve a customer's bookings
Get a customer's bookings.
|
Copyright © 2015. All rights reserved.