| Contact | Donate | Imprint |
| RoomRatePlan | StayBookingModule | BookingCom |
| Property | Type | Entity | Reference | Module |
| (1) CreatedAt | DATE | RoomRatePlan | ||
| (2) Description | STRING | RoomRatePlan | ||
| (3) FreeCancellationUntilDays | INT | RoomRatePlan | ||
| (4) IncludesBreakfast | BOOL | RoomRatePlan | ||
| (5) IsRefundable | BOOL | RoomRatePlan | ||
| (6) MaximumStayNights | INT | RoomRatePlan | ||
| (7) MinimumStayNights | INT | RoomRatePlan | ||
| (8) Name | STRING | RoomRatePlan | ||
| (9) RoomType | INT | RoomRatePlan | RoomType | RoomTypeModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /roomrateplanprice/roomrateplan/{id} | findAllRoomRatePlanPriceOfRoomRatePlan(id) | CurrencyModule | GET | RoomRatePlan RoomRatePlanPrice |
| (2) /roomrateplan/{id} | deleteRoomRatePlanById(id) | StayBookingModule | DELETE | RoomRatePlan |
| (3) /roomrateplan | findAllRoomRatePlan() | StayBookingModule | GET | RoomRatePlan |
| (4) /roomrateplan/{id} | findRoomRatePlanById(id) | StayBookingModule | GET | RoomRatePlan |
| (5) /staybooking/roomrateplan/{id} | findAllStayBookingOfRoomRatePlan(id) | StayBookingModule | GET | RoomRatePlan StayBooking |
| (6) /roomrateplan | insertRoomRatePlan(roomrateplan) | StayBookingModule | POST | RoomRatePlan |
| (7) /roomrateplan/{id} | updateRoomRatePlanById(roomrateplan) | StayBookingModule | PUT | RoomRatePlan |
| (8) /roomrateplan/roomtype/{id} | findAllRoomRatePlanOfRoomType(id) | StayBookingModule | GET | RoomType RoomRatePlan |
Example:
final RoomRatePlan roomrateplan = (RoomRatePlan) invokeModule(STAY_BOOKING_MODULE + "/roomrateplan/" + id, RoomRatePlan.class);| Contact | Donate | Imprint |