| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |
| API-URL | Method Name | Module | HTTP-Method | References |
| (1) /hausapotheke/{id} | updateHausapothekeById(hausapotheke) | ArztModule | PUT | Hausapotheke |
| (2) /arzt | insertArzt(arzt) | ArztModule | POST | Arzt |
| (3) /hausapotheke | findAllHausapotheke() | ArztModule | GET | Hausapotheke |
| (4) /arzt/{id} | updateArztById(arzt) | ArztModule | PUT | Arzt |
| (5) /arzt/{id} | findArztById(id) | ArztModule | GET | Arzt |
| (6) /hausapotheke/arzt/{id} | findAllHausapothekeOfArzt(id) | ArztModule | GET | Arzt Hausapotheke |
| (7) /hausapotheke/{id} | deleteHausapothekeById(id) | ArztModule | DELETE | Hausapotheke |
| (8) /arzt/land/{id} | findAllArztOfLand(id) | ArztModule | GET | Land Arzt |
| (9) /arzt | findAllArzt() | ArztModule | GET | Arzt |
| (10) /hausapotheke | insertHausapotheke(hausapotheke) | ArztModule | POST | Hausapotheke |
| (11) /hausapotheke/land/{id} | findAllHausapothekeOfLand(id) | ArztModule | GET | Land Hausapotheke |
| (12) /arzt/{id} | deleteArztById(id) | ArztModule | DELETE | Arzt |
| (13) /hausapotheke/{id} | findHausapothekeById(id) | ArztModule | GET | Hausapotheke |
| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |