Get Venue Package List
Get Venue Package (Event Template) List
POST
[PlatformAddress]/api/1.0/venue?action=getVenuePackageListundefined
Provides the list of packages (Event Templates)
Request Body
venueId
integer
The id of the venue
Example Request
getVenuePackageList
Returns
A collection object with the following properties in the results
id
integer
The unique identifier of the package
name
string
The name of the package
minPax
integer
The minimum pax of the package
maxPax
integer
The maximum pax of the package
cost
float
The price of the package (depends on the "priceMethod" value)
actualCost
float
The actual cost of the package
actualCostExcludedTaxIds
array
The tax ids excluded from the actual cost
smallDescription
string
A html formatted small description of the package
largeDescription
string
A html formatted large description of the package
marketplaceName
string
The name of the package displayed in marketplace booking engines
isVisibleOnVenueSearch
boolean
Whether the package is visible on venue search
createdDate
datetime
The date and time the package was created
modifiedDate
datetime
The date and time the package was last modified. Does not include changes to the package items
startDate
date
The date from which the package is available
endDate
date
The date to which the package is available
startTime
time
The time from which the package is available
endTime
time
The time to which the package is available
hasSessions
boolean
Whether the package has sessions
spaceId
integer
The default space to be used for the package
spaceLayoutId
integer
The default space layout to be used for the package
spaceCustomLayoutName
string
Layout name for custom space layout
sortOrder
integer
The order in which the package should be displayed
excludedFromCommissions
boolean
Whether the package is excluded from commissions
reduceRoomHireFirst
boolean
Whether to reduce room hire first when applying the package to bookings
eventTypes
array
The marketplace event types to which the package applies. If empty, the package applies to all event types
userGroupIds
array
The user groups to which the package applies. If empty, the package applies to all user groups
hasLimitedStartTimes
boolean
Whether the package has limited start times
limitedStartTimes
time
The limited start time of the package
isAccommIncluded
boolean
Whether accommodation is included in the package. This is a legacy field and should not be used
discountCampaignId
integer
The discount campaign to apply to the package
Cost Center
id
integer
The cost center identifier
value
float
The discount percentage for the cost center
Cost Center Discount
id
integer
The cost center identifier
value
float
The price for the cost center
Package Type
1
Detailed
2
Simple
Price Method
1
Per Person
2
Flat Rate
The result from this call will be a collection of all the events the user has access to. This call also accepts the pagination and filter properties.
Last updated