Save Package Catalogue
POST /v2/event/save/catl/package
This API creates a Package Catalogue in an event and returns a unique Id and its associated details. This same API allows you to update an existing package catalogue e.g. change the comments or the qty etc.
The Id of package catalogue. Required only if you are updating the package catalogue.
The Id of a package item.
The event to which the catalogue item should be associated. The event must exist in your Priava Account. Passed in JSON format where:
Id = Id of the Event.
Name = Name of the Event.
The start date and time of the catalogue item.
The end date and time of the catalogue item.
The contact to whom the catalogue item should be associated. The contact must exist in your Priava Account. Passed in JSON format where:
ContactId = Id of the contact
The venue with which the catalogue item should be associated. The venue must exist in your Priava Account. Passed in JSON format where:
Id = Id of the Venue.
Name = Name of the Venue.
List of Venue Booking with which the catalogue item should be associated. The booking must exist for the event for which the package is to be saved. Passed in an array format where:
Id = Id of the Venue Booking.
Can pass multiple Venue Booking Ids in an array while creating a package and only one venue booking Id can be passed while updating a package.
In the create package scenario, it will create one Event Catalogue per booking passed.
In the update package scenario, only one value will be accepted in an array, as you can not associate multiple venue bookings to a single event catalogue item.
This represents whether the catalogue item should be credited or debited to the event. Only values supported are Credit or Debit.
The required quantity of the catalogue item.
This represents the type of discount provided. The possible values could be 'P' and 'C', where 'P' is the percentile discount and 'C' is a fixed discount amount.
This represents the discount provided for the catalogue item. The value provided is used along with the discount type to calculate the total discount amount.
The unit price of the package catalogue item.
The catalogue comment to be associated with the package catalogue.
The Financial comment to be associated with the package catalogue.
Breakdown catalogue items of the package.
The Id of the breakdown catalogue item. Required only if you are updating the catalogue. If empty, a new catalogue item will be created.
True or False.
The Id of the referenced package catalogue.
The Start Date and time of breakdown catalogue item.
Formula associated with the catalogue item contains the following:
Name of the Formula
The Custom Formula Fields passed in JSON Format where:
FieldName = Name of the Custom Formula Field
FieldValue = Value of the Custom Formula Field
The Catalogue Type of breakdown catalogue item.
The Quantity of the breakdown item.
This represents whether the catalogue item should be credited or debited to the opportunity. Only values supported are Credit or Debit.
The Template Id of the breakdown catalogue item.
The Comment to be associated with the breakdown catalogue item.
The End Date and time of breakdown catalogue item.
Quote to which the catalogue item is to be associated. The Quote must exist in your Priava Account. Passed in JSON format where:
Id = the ID of the Quote.
QuoteNumber = the number of the quote.
The Unit Price of the breakdown catalogue item.
The Financial Comment to be associated with the breakdown catalogue item.
This represents the type of discount provided. The possible values could be 'P' and 'C', where 'P' is the percentile discount and 'C' is a fixed discount amount.
This represents the Discount provided for the breakdown catalogue item. The value provided is used along with the discount type to calculate the total discount amount.
The Tax Type to be associated with the breakdown catalogue item. The Tax Type must exist in your Priava Account. Passed in JSON format where:
Id = the ID of the Tax Type.
Name = the name of the Tax Type.
The Quantity Modifier of the breakdown item.
The Quantity Type of the breakdown item.
The Id of the referenced package catalogue.