| Contact | Donate | Imprint |
| AttractionSchedule | PartnerAccountModule | BookingCom |
| Property | Type | Entity | Reference | Module |
| (1) Attraction | INT | AttractionSchedule | Attraction | PartnerAccountModule |
| (2) Capacity | INT | AttractionSchedule | ||
| (3) EndDateTime | DATE | AttractionSchedule | ||
| (4) StartDateTime | DATE | AttractionSchedule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /attractionbooking/attractionschedule/{id} | findAllAttractionBookingOfAttractionSchedule(id) | AttractionBookingModule | GET | AttractionSchedule AttractionBooking |
| (2) /attractionschedule | findAllAttractionSchedule() | PartnerAccountModule | GET | AttractionSchedule |
| (3) /attractionschedule/{id} | updateAttractionScheduleById(attractionschedule) | PartnerAccountModule | PUT | AttractionSchedule |
| (4) /attractionschedule/attraction/{id} | findAllAttractionScheduleOfAttraction(id) | PartnerAccountModule | GET | Attraction AttractionSchedule |
| (5) /attractionschedule/{id} | deleteAttractionScheduleById(id) | PartnerAccountModule | DELETE | AttractionSchedule |
| (6) /attractionschedule | insertAttractionSchedule(attractionschedule) | PartnerAccountModule | POST | AttractionSchedule |
| (7) /attractionschedule/{id} | findAttractionScheduleById(id) | PartnerAccountModule | GET | AttractionSchedule |
Example:
final AttractionSchedule attractionschedule = (AttractionSchedule) invokeModule(PARTNER_ACCOUNT_MODULE + "/attractionschedule/" + id, AttractionSchedule.class);| Contact | Donate | Imprint |