The following operations are available for this resource.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: EventsManagement/Bookings/{bookingId} | Test | |
Get a Booking by id |
|||
GET | Method: GetAllDocuments, URL: EventsManagement/Bookings/{bookingId}/Documents | Test | |
Get all the documents associated with the booking (Including 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) |
|||
GET | Method: GetDocument, URL: EventsManagement/Bookings/{bookingId}/Documents/{documentId} | Test | |
Get the document associated with the documentId (Including the file contents). |
|||
GET | Method: GetSummary, URL: EventsManagement/Bookings/Summary/{bookingId} | Test | |
Get a summary for a single Booking. |
|||
POST | Method: AddDocument, URL: EventsManagement/Bookings/{bookingId}/Documents | Test | |
Add a document to the booking. |
|||
POST | Method: Create, URL: EventsManagement/Bookings | Test | |
Create a new Booking |
|||
POST | Method: CreateFromTemplate, URL: EventsManagement/Bookings/CreateFromTemplate | Test | |
Create a new Booking using the details and Resource Type assignments from a Booking Template. |
|||
PUT | Method: Update, URL: EventsManagement/Bookings/{bookingId} | Test | |
Update an existing Booking |
|||
DELETE | Method: Delete, URL: EventsManagement/Bookings/{bookingId} | Test | |
Delete a Booking by id |
|||
DELETE | Method: DeleteDocument, URL: EventsManagement/Bookings/{bookingId}/Documents/{documentId} | Test | |
Delete a document attached to the booking. |