| Contact | Donate | Imprint |
| PropertyType | PropertyModule | BookingCom |
| Property | Type | Entity | Reference | Module |
| (1) Code | STRING | PropertyType | ||
| (2) Name | STRING | PropertyType |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /propertytype/{id} | updatePropertyTypeById(propertytype) | PropertyModule | PUT | PropertyType |
| (2) /propertytype | findAllPropertyType() | PropertyModule | GET | PropertyType |
| (3) /propertytype/{id} | deletePropertyTypeById(id) | PropertyModule | DELETE | PropertyType |
| (4) /propertytype/{id} | findPropertyTypeById(id) | PropertyModule | GET | PropertyType |
| (5) /propertytype | insertPropertyType(propertytype) | PropertyModule | POST | PropertyType |
| (6) /property/propertytype/{id} | findAllPropertyOfPropertyType(id) | PropertyModule | GET | PropertyType Property |
Example:
final PropertyType propertytype = (PropertyType) invokeModule(PROPERTY_MODULE + "/propertytype/" + id, PropertyType.class);| Contact | Donate | Imprint |