| Contact | Donate | Imprint |
| RoomTypePhoto | RoomTypeModule | BookingCom |
| Property | Type | Entity | Reference | Module |
| (1) Caption | STRING | RoomTypePhoto | ||
| (2) RoomType | INT | RoomTypePhoto | RoomType | RoomTypeModule |
| (3) SortOrder | INT | RoomTypePhoto | ||
| (4) Url | STRING | RoomTypePhoto |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /roomtypephoto | insertRoomTypePhoto(roomtypephoto) | RoomTypeModule | POST | RoomTypePhoto |
| (2) /roomtypephoto/{id} | deleteRoomTypePhotoById(id) | RoomTypeModule | DELETE | RoomTypePhoto |
| (3) /roomtypephoto | findAllRoomTypePhoto() | RoomTypeModule | GET | RoomTypePhoto |
| (4) /roomtypephoto/{id} | updateRoomTypePhotoById(roomtypephoto) | RoomTypeModule | PUT | RoomTypePhoto |
| (5) /roomtypephoto/{id} | findRoomTypePhotoById(id) | RoomTypeModule | GET | RoomTypePhoto |
| (6) /roomtypephoto/roomtype/{id} | findAllRoomTypePhotoOfRoomType(id) | RoomTypeModule | GET | RoomType RoomTypePhoto |
Example:
final RoomTypePhoto roomtypephoto = (RoomTypePhoto) invokeModule(ROOM_TYPE_MODULE + "/roomtypephoto/" + id, RoomTypePhoto.class);| Contact | Donate | Imprint |