Save Event Details Catalogue
POST /v2/event/save/catl/eventDetails
This API creates Event Details Catalogue in an event and returns a unique Id and its associated details. This same API allows you to update an existing event detail catalogue e.g. change the comments or the qty etc.
The Id of the event details catalogue. Required only if you are updating an event detail catalogue.
The start date and time of the catalogue item.
The end date and time of the catalogue item.
The Id of an event detail 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.
The contact to whom the catalogue item should be associated. The contact must exist in your Priava Account. Passed in JSON format where:
Id = Id of the contact.
The venue with which the catalogue item should be associated with. The venue must exist in your Priava Account. Passed in JSON format where:
Id = Id of the Venue.
List of Venue Booking with which the catalogue item should be associated. The booking must exist in your Priava Account. Passed in an Array format where:
Id = Id of the Venue Booking.
Can pass multiple Venue Booking Ids in the Array in Create case and single Venue Booking Id in Update case.
In the case of Create scenario, it will create one Event Catalogue per booking passed.
In the case of Update scenario, it will accept only one value in the array. As you can not associate multiple venue Booking to a single Event Catalogue Item.
NOTE: If both VenueBookingId and Venue data are passed, VenueBookingId arrays takes precedence over Venue.
The required quantity of the catalogue item.
The comment to be associated with the catalogue item.