Overview

Summary

ContactDonateImprint


Appendix E-28: ROOM TYPE CATEGORY (UI prompt)


RoomTypeCategoryCarRentalLocationModuleBookingCom

Properties (2)

PropertyTypeEntityReferenceModule
(1) CodeSTRINGRoomTypeCategory
(2) NameSTRINGRoomTypeCategory


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /roomtypecategory/{id}findRoomTypeCategoryById(id)CarRentalLocationModuleGETRoomTypeCategory
(2) /roomtypecategory/{id}updateRoomTypeCategoryById(roomtypecategory)CarRentalLocationModulePUTRoomTypeCategory
(3) /roomtypecategory/{id}deleteRoomTypeCategoryById(id)CarRentalLocationModuleDELETERoomTypeCategory
(4) /roomtypecategoryinsertRoomTypeCategory(roomtypecategory)CarRentalLocationModulePOSTRoomTypeCategory
(5) /roomtypecategoryfindAllRoomTypeCategory()CarRentalLocationModuleGETRoomTypeCategory
(6) /roomtype/roomtypecategory/{id}findAllRoomTypeOfRoomTypeCategory(id)RoomTypeModuleGETRoomTypeCategory RoomType





Example:

final RoomTypeCategory roomtypecategory = (RoomTypeCategory) invokeModule(CAR_RENTAL_LOCATION_MODULE + "/roomtypecategory/" + id, RoomTypeCategory.class);
if (roomtypecategory != null) {
}
return roomtypecategory;


Overview

Summary

ContactDonateImprint