Persons
All your dear guests and bookers in one place.
The Person object
{
"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"
}
diet_id
diet_iddiet.id
diet.iddiet.backoffice_title
diet.backoffice_titlediet.abbreviation
diet.abbreviationis_guest
is_guestis_booker
is_bookerEndpoints
List all people
Query Parameters
Name
Type
Description
Fetch a single Person
Path Parameters
Name
Type
Description
Create a new Person
Request Body
Name
Type
Description
Update an existing Person
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Delete an existing Person
Path Parameters
Name
Type
Description
Webhooks
PersonCreated
PersonCreatedPersonUpdated
PersonUpdatedPersonDeleted
PersonDeletedLast updated