| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |
| BookingItem | EventModule | EventHall |
| Property | Type | Entity | Reference | Module |
| (1) Booking | LONG | BookingItem | Booking | CustomerModule |
| (2) Event | LONG | BookingItem | Event | EventModule |
| (3) EventTicketType | LONG | BookingItem | EventTicketType | PriceCategoryModule |
| (4) Quantity | LONG | BookingItem | ||
| (5) Seat | LONG | BookingItem | Seat | VenueAreaModule |
| (6) TotalPrice | STRING | BookingItem | ||
| (7) UnitPrice | STRING | BookingItem |
| API-URL | Method Name | Module | HTTP-Method | References |
| (1) /bookingitem/{id} | updateBookingItemById(bookingitem) | EventModule | PUT | BookingItem |
| (2) /bookingitem/booking/{id} | findAllBookingItemOfBooking(id) | EventModule | GET | Booking BookingItem |
| (3) /bookingitem | insertBookingItem(bookingitem) | EventModule | POST | BookingItem |
| (4) /bookingitem/seat/{id} | findAllBookingItemOfSeat(id) | EventModule | GET | Seat BookingItem |
| (5) /bookingitem/event/{id} | findAllBookingItemOfEvent(id) | EventModule | GET | Event BookingItem |
| (6) /bookingitem/{id} | findBookingItemById(id) | EventModule | GET | BookingItem |
| (7) /bookingitem/eventtickettype/{id} | findAllBookingItemOfEventTicketType(id) | EventModule | GET | EventTicketType BookingItem |
| (8) /bookingitem/{id} | deleteBookingItemById(id) | EventModule | DELETE | BookingItem |
| (9) /bookingitem | findAllBookingItem() | EventModule | GET | BookingItem |
| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |