| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |
| Entity | Alias | Module | Global Schema |
| (1) Gemeinde | Gemeinde | GemeindeModule | Abfalleimer |
| (2) Land | Land | RegionModule | Abfalleimer |
| (3) Region | Region | RegionModule | Abfalleimer |
| 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 |
| Land | RegionModule | Abfalleimer |
| Property | Type | Entity | Reference | Module |
| (1) IsoCode | STRING | Land | ||
| (2) Name | STRING | Land |
| Region | RegionModule | Abfalleimer |
| Property | Type | Entity | Reference | Module |
| (1) Land | LONG | Region | Land | RegionModule |
| (2) Name | STRING | Region |
| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |