| Package | Description |
|---|---|
| com.bookeo.api.model | |
| com.bookeo.api.service |
| Modifier and Type | Method and Description |
|---|---|
Customer |
Booking.getCustomer()
The customer associated with this booking\n When reading a booking, this field is included only if the parameter expandCustomer is set to true, and the application has the necessary read permission for the customer.\n An application can include this field only when creating a new booking for a new customer.
|
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomersList.getData()
[read-only]
|
| Modifier and Type | Method and Description |
|---|---|
void |
Booking.setCustomer(Customer customer) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomersList.setData(List<Customer> data) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
BookingsApi.bookingsBookingNumberCustomerGet(String bookingNumber)
Retrieve the customer associated with a booking
Retrieve the customer associated with a booking.
|
Customer |
CustomersApi.customersIdGet(String id)
Retrieve a customer
Retrieve a customer by its id
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomersApi.customersIdPut(Customer customer,
String id)
Update an existing customer
|
void |
CustomersApi.customersPost(Customer customer)
Create a new customer
|
Copyright © 2015. All rights reserved.