Bookings

The following operations are available for this resource.

Http Verb Operation
Get EventsManagement/Bookings/{bookingId} Get a Booking by id
GET Method: Get, URL: EventsManagement/Bookings/{bookingId} Test

Get a Booking by id

GetAllDocuments EventsManagement/Bookings/{bookingId}/Documents Get all the documents associated with the booking (Including the file contents).
GET Method: GetAllDocuments, URL: EventsManagement/Bookings/{bookingId}/Documents Test

Get all the documents associated with the booking (Including the file contents).

GetAllDocumentSummaries EventsManagement/Bookings/{bookingId}/Documents/Summary Get summary of all the documents associated with the booking. (Excluding the file contents)
GET Method: GetAllDocumentSummaries, URL: EventsManagement/Bookings/{bookingId}/Documents/Summary Test

Get summary of all the documents associated with the booking. (Excluding the file contents)

GetDocument EventsManagement/Bookings/{bookingId}/Documents/{documentId} Get the document associated with the documentId (Including the file contents).
GET Method: GetDocument, URL: EventsManagement/Bookings/{bookingId}/Documents/{documentId} Test

Get the document associated with the documentId (Including the file contents).

GetSummary EventsManagement/Bookings/Summary/{bookingId} Get a summary for a single Booking.
GET Method: GetSummary, URL: EventsManagement/Bookings/Summary/{bookingId} Test

Get a summary for a single Booking.

AddDocument EventsManagement/Bookings/{bookingId}/Documents Add a document to the booking.
POST Method: AddDocument, URL: EventsManagement/Bookings/{bookingId}/Documents Test

Add a document to the booking.

Create EventsManagement/Bookings Create a new Booking
POST Method: Create, URL: EventsManagement/Bookings Test

Create a new Booking

CreateFromTemplate EventsManagement/Bookings/CreateFromTemplate Create a new Booking using the details and Resource Type assignments from a Booking Template.
POST Method: CreateFromTemplate, URL: EventsManagement/Bookings/CreateFromTemplate Test

Create a new Booking using the details and Resource Type assignments from a Booking Template.

Update EventsManagement/Bookings/{bookingId} Update an existing Booking
PUT Method: Update, URL: EventsManagement/Bookings/{bookingId} Test

Update an existing Booking

Delete EventsManagement/Bookings/{bookingId} Delete a Booking by id
DELETE Method: Delete, URL: EventsManagement/Bookings/{bookingId} Test

Delete a Booking by id

DeleteDocument EventsManagement/Bookings/{bookingId}/Documents/{documentId} Delete a document attached to the booking.
DELETE Method: DeleteDocument, URL: EventsManagement/Bookings/{bookingId}/Documents/{documentId} Test

Delete a document attached to the booking.