| Contact | Donate | Imprint |
| LocationRegion | LocationCityModule | BookingCom |
| Property | Type | Entity | Reference | Module |
| (1) LocationCountry | INT | LocationRegion | LocationCountry | LocationCityModule |
| (2) Name | STRING | LocationRegion |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /locationregion/{id} | deleteLocationRegionById(id) | LocationCityModule | DELETE | LocationRegion |
| (2) /locationregion | findAllLocationRegion() | LocationCityModule | GET | LocationRegion |
| (3) /locationcity/locationregion/{id} | findAllLocationCityOfLocationRegion(id) | LocationCityModule | GET | LocationRegion LocationCity |
| (4) /locationregion/{id} | findLocationRegionById(id) | LocationCityModule | GET | LocationRegion |
| (5) /locationregion/{id} | updateLocationRegionById(locationregion) | LocationCityModule | PUT | LocationRegion |
| (6) /locationregion | insertLocationRegion(locationregion) | LocationCityModule | POST | LocationRegion |
| (7) /locationregion/locationcountry/{id} | findAllLocationRegionOfLocationCountry(id) | LocationCityModule | GET | LocationCountry LocationRegion |
Example:
final LocationRegion locationregion = (LocationRegion) invokeModule(LOCATION_CITY_MODULE + "/locationregion/" + id, LocationRegion.class);| Contact | Donate | Imprint |