Block Venues
POST /v2/venue/add/booking
Allows you to block off up to 10 venues at a time so that these can be added to an event. Each booking is defined by the parameters below in an array.
The Id of the venue you would like to block.
The start date and time range of the venue booking.
The end date and time range of the venue booking.
Id=the Id of the Set Up.
Name= the name of the Set Up
The duration of time required for set up in minutes.
Id= the Id of the Set Down.
Name= the name of the Set Down.
The duration of time required for set down in minutes.
The number of persons who will be attending or present at the event/venue.
Id = the Id of the booking type.
Name = the name of the booking type.
The Event Status to be associated with this venue booking. The Event Status must exist in your Priava Account. Passed in JSON format where:
Id = the Id of the event status.
Name = the name of the event status.
The comment to be added to the venue booking.
The warnings to be ignored or considered. (Note: This is a query parameter).
If the ExtendedBlockTime value is provided as true, then blocking time for the venues while creating the event will be 20 mins instead of 5 mins.