Bookers
Bookers are also an extension of the Person resource, except Bookers are the ones who create bookings in the system whereas Guests are actually participating in the Booking.
The Booker object
{
"person": {
"id": "6e3ab460-55cf-11e7-9300-04016aacf401",
"first_name": "John",
"last_name": "Smith",
"initials": "JS",
"gender": "male",
"birth_date": "2003-08-20",
"email": "[email protected]",
"language_code": "en",
"nationality_code": "gb",
"phone_country_calling_code": "44",
"phone_country_code": "gb",
"phone": "2071234567",
"country_code": "gb",
"state": "England",
"city": "London",
"zip_code": "SW1A 1AA",
"address_line_1": "10 Downing Street",
"address_line_2": null,
"address_line_3": null,
"custom_fields": {
"surf_level_6375066bbc27f": "550e8400-e29b-41d4-a716-446655440000",
"yoga_level_61f2619ca4746": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"dietary_requirements_61f2619ca4746": "vegan"
},
"totals": {
"last_booking": "2020-04-15T13:08:58+00:00",
"booking_count": 2,
"total_as_guest": 2,
"total_as_booker": 1,
"total_paid_as_booker": 2310,
"booking_inquiry_count": 1
},
"id_type": "passport",
"id_number": "7700225VH",
"id_expiry_date": "2030-01-10",
"company_name": "Bookinglayer",
"tax_number": "AB123456D",
"diet_id": 357,
"diet": {
"id": 357,
"backoffice_title": "Omnivorous",
"abbreviation": "OV"
},
"is_guest": false,
"is_booker": true,
"created_at": "2017-06-20T15:45:05+00:00",
"updated_at": "2020-04-15T13:08:58+00:00"
},
"booking_related_data": {
"booking_id": "83d8ac7b-10c5-3839-abfc-9c2d9643cac5",
}
}booking_related_data.booking_id
booking_related_data.booking_idEndpoints
Fetch a Booking Booker
Path Parameters
Name
Type
Description
Update a Booking Booker
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Webhooks
BookerCreated
BookerCreatedBookerUpdated
BookerUpdatedLast updated