Get Booking Attendee List
Last updated
Last updated
POST
[PlatformAddress]/api/1.0/venue?action=getBookingAttendeeList
Get the list of a booking attendees to which the user has access.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
The result from this call will be the list of booking attendees to which the user has access.
A menu item is an object with the following details.
Property | Type | Required | Description |
---|---|---|---|
Property | Type | Required | Description |
---|---|---|---|
venueId
integer
The id of the venue
bookingId
integer
The id of the booking
perPage
integer
The number of attendees to get in a single call
orderBy
string
Sort Results: Support Parameter 'name'
id
integer
optional
The unique id of the booking attendee.
venueId
integer
required
The id of the venue to which the booking attendee belongs
bookingId
integer
required
The id of the booking.
firstName
string
required
The first name of the booking attendee.
lastName
string
required
The last name of the booking attendee.
phone
string
required
The phone number of the booking attendee.
string
required
The email address of the booking attendee.
isFromCateringWebsite
boolean
optional
Whether or not booking attedee recorded from catering website
dietaryRequirement
string
optional
The dietary requirements of the booking attendee.
menuItems
array
optional
The list of menu items that is included in the booking attendee menu. See Menu Item section for details of each item
sessionId
integer
required
The id of the session to which the booking menu belongs
menuId
integer
required
The id of the attendee to which the booking attendee belongs
inventoryId
integer
required
The id of the attendee to which the booking attendee belongs