Get Beverage Package List
Get Beverage Package List
POST
[PlatformAddress]/api/1.0/venue?action=getBeveragePackageList
Get a list of Beverage Packages.
Path Parameters
Name | Type | Description |
---|---|---|
venueId | integer | The id of the venue |
perPage | integer | The number of beverage package to get in a single call |
The result from this call will be a collection of all the beverages the user has access to. This call also accepts the pagination and filter properties.
Example Request
Get a specific Beverage Package List
Beverage Package
Property | Type | Description |
---|---|---|
id | integer | The unique id of the Beverage Package |
name | text | The name of the Beverage Package |
minimumPax | integer | The minimum number of people allowed within a single session to order this Beverage Package |
maximumPax | integer | The maximum number of people allowed within a single session to order this Beverage Package |
price | integer | The price of the Beverage Package |
cost | double | The price of the Beverage Package |
costs | array Hourly Cost | The hourly cost details of the beverage package |
actualCost | double | The price of the Beverage Package |
priceType | integer Price Type | The price type of the Beverage Package |
smallDescription | text | The small description of the Beverage Package |
marketplaceName | text | The name of the Beverage Package displayed in marketplace booking engines |
marketplaceEventTypes | text | The event types of the Beverage Package displayed in marketplace booking engines |
Price Type (Beverage Package pricing)
One of the following values:
1 = Per person
2 = Flat rate
Hourly Cost (Hourly Cost)
Property | Type | Description |
---|---|---|
id | integer | The unique id of the Beverage Package Hourly Cost |
beveragePackageId | integer | The unique id of the Beverage Package Hourly Cost |
id | integer | The unique id of the Beverage Package Hourly Cost |
beveragePackageId | integer | The unique identifier of the Beverage Package |
numHours | integer | The number of hours for which the cost apply |
cost | double | The hourly cost of the Beverage Package for this setup |
costExcludedTaxIds | double | The cost excluded tax identifiers |
actualCost | double | The actual hourly cost of the Beverage Package for this setup |
actualCostExcludedTaxIds | double | The actual cost excluded tax identifiers |
Last updated