Get Booking BEO Version List
Get Booking BEO Version List
Get Booking BEO Version List
POST
[PlatformAddress]/api/1.0/venue?action=getBookingBeoVersionList
Retrieve a list of all versions 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 BEO versions are to be retrieved.
onlyGenerated
boolean
Whether to fetch only generated documents.
beoNumber
integer
The unique number assigned to the BEO whose versions are to be retrieved.
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).
Last updated