Overview

Summary

ContactDonateImprint


Appendix E-46: PROPERTY TYPE (UI prompt)


PropertyTypePropertyModuleBookingCom

Properties (2)

PropertyTypeEntityReferenceModule
(1) CodeSTRINGPropertyType
(2) NameSTRINGPropertyType


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /propertytype/{id}updatePropertyTypeById(propertytype)PropertyModulePUTPropertyType
(2) /propertytypefindAllPropertyType()PropertyModuleGETPropertyType
(3) /propertytype/{id}deletePropertyTypeById(id)PropertyModuleDELETEPropertyType
(4) /propertytype/{id}findPropertyTypeById(id)PropertyModuleGETPropertyType
(5) /propertytypeinsertPropertyType(propertytype)PropertyModulePOSTPropertyType
(6) /property/propertytype/{id}findAllPropertyOfPropertyType(id)PropertyModuleGETPropertyType Property





Example:

final PropertyType propertytype = (PropertyType) invokeModule(PROPERTY_MODULE + "/propertytype/" + id, PropertyType.class);
if (propertytype != null) {
}
return propertytype;


Overview

Summary

ContactDonateImprint