Get Booking Attendee (By Hash)
Get Booking ATttendee (By Hash)
Path Parameters
Name
Type
Description
{
"id": "10",
"venueId": "1",
"bookingId": "4407",
"firstName": "First",
"lastName": "Last",
"phone": "123456789",
"email": "[email protected]",
"dietaryRequirement": "Specific requirement",
"isFromCateringWebsite": true,
"menuItems": [
{
"sessionId": "2447",
"menuId": "225",
"inventoryId": "14"
},
{
"sessionId": "2447",
"menuId": "226",
"inventoryId": "18"
},
{
"sessionId": "2448",
"menuId": "227",
"inventoryId": "20"
}
]
}Example Request
Booking Attendee
Property
Type
Required
Description
Menu Item
Property
Type
Required
Description
Last updated