| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |
| API-URL | Method Name | Module | HTTP-Method | References |
| (1) /rechtsvorschrift | insertRechtsvorschrift(rechtsvorschrift) | LandModule | POST | Rechtsvorschrift |
| (2) /land | insertLand(land) | LandModule | POST | Land |
| (3) /steuerstrategie | insertSteuerstrategie(steuerstrategie) | LandModule | POST | Steuerstrategie |
| (4) /rechtsvorschrift/land/{id} | findAllRechtsvorschriftOfLand(id) | LandModule | GET | Land Rechtsvorschrift |
| (5) /steuerstrategie/{id} | updateSteuerstrategieById(steuerstrategie) | LandModule | PUT | Steuerstrategie |
| (6) /rechtsvorschrift | findAllRechtsvorschrift() | LandModule | GET | Rechtsvorschrift |
| (7) /rechtsvorschrift/{id} | findRechtsvorschriftById(id) | LandModule | GET | Rechtsvorschrift |
| (8) /land | findAllLand() | LandModule | GET | Land |
| (9) /rechtsvorschrift/{id} | deleteRechtsvorschriftById(id) | LandModule | DELETE | Rechtsvorschrift |
| (10) /rechtsvorschrift/{id} | updateRechtsvorschriftById(rechtsvorschrift) | LandModule | PUT | Rechtsvorschrift |
| (11) /land/{id} | updateLandById(land) | LandModule | PUT | Land |
| (12) /steuerstrategie | findAllSteuerstrategie() | LandModule | GET | Steuerstrategie |
| (13) /steuerstrategie/{id} | deleteSteuerstrategieById(id) | LandModule | DELETE | Steuerstrategie |
| (14) /land/{id} | findLandById(id) | LandModule | GET | Land |
| (15) /land/{id} | deleteLandById(id) | LandModule | DELETE | Land |
| (16) /steuerstrategie/{id} | findSteuerstrategieById(id) | LandModule | GET | Steuerstrategie |
| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |