| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |
| API-URL | Method Name | Module | HTTP-Method | References |
| (1) /region/land/{id} | findAllRegionOfLand(id) | RegionModule | GET | Land Region |
| (2) /land | insertLand(land) | RegionModule | POST | Land |
| (3) /region/{id} | findRegionById(id) | RegionModule | GET | Region |
| (4) /land/{id} | deleteLandById(id) | RegionModule | DELETE | Land |
| (5) /region/{id} | updateRegionById(region) | RegionModule | PUT | Region |
| (6) /region | findAllRegion() | RegionModule | GET | Region |
| (7) /land/{id} | findLandById(id) | RegionModule | GET | Land |
| (8) /region | insertRegion(region) | RegionModule | POST | Region |
| (9) /land/{id} | updateLandById(land) | RegionModule | PUT | Land |
| (10) /region/{id} | deleteRegionById(id) | RegionModule | DELETE | Region |
| (11) /land | findAllLand() | RegionModule | GET | Land |
| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |