Get Booking BEO List
Get Booking BEO List
Get Booking BEO List
POST
[PlatformAddress]/api/1.0/venue?action=getBookingBeoList
Retrieve a list of Banquet Event Orders (BEO) associated with a specific booking.
Request Body
venueId
integer
The unique ID of the venue to which the booking belongs.
bookingId
integer
The unique ID of the booking whose BEOs are to be retrieved.
onlyGenerated
boolean
Whether to fetch only generated documents.
start
integer
The starting index for pagination (zero-based).
perPage
integer
The number of BEOs to retrieve per page.
Example Request
Booking BEO
id
integer
The unique ID of the BEO.
venueId
integer
The unique ID of the venue associated with the BEO.
bookingId
integer
The unique ID of the booking associated with the BEO.
beoType
integer
beoNumber
integer
The unique number assigned to the BEO.
version
integer
The version of the BEO document.
versionNote
string
Any notes regarding the BEO version.
file
object
templateName
string
The name of the template used to generate the BEO.
status
integer
createdBy
integer
The user ID of the person who created the BEO.
createdDate
datetime
The date and time when the BEO was created (UTC).
File
url
string
The pre-signed URL where the BEO file can be accessed (if available).
urlExpiry
datetime
The expiry time of the pre-signed URL.
filename
string
The display name of the file, typically including the template and context details.
BEO Type
3
Booking BEO
6
Session BEO
11
E-Booking BEO
12
E-Session BEO
Status
1
Building (BEO document is in the building stage)
2
Building Error (Error during BEO document building)
3
Draft (BEO document is still in draft form)
4
Generated (BEO's HTML is generated, PDF pending)
5
Sent (BEO has been sent to the relevant party)
8
Completed (BEO has been completed)
9
Finalised
Last updated