| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |
| Entity | Alias | Module | Global Schema |
| (1) Arzt | Arzt | ArztModule | ApothekeAmDorfplatz |
| (2) Hausapotheke | Hausapotheke | ArztModule | ApothekeAmDorfplatz |
| (3) Land | Land | LandModule | ApothekeAmDorfplatz |
| (4) Rezept | Rezept | KundeModule | ApothekeAmDorfplatz |
| 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 |
| Arzt | ArztModule | ApothekeAmDorfplatz |
| Property | Type | Entity | Reference | Module |
| (1) Fachrichtung | STRING | Arzt | ||
| (2) Land | LONG | Arzt | Land | LandModule |
| (3) Nachname | STRING | Arzt | ||
| (4) Vorname | STRING | Arzt |
| Hausapotheke | ArztModule | ApothekeAmDorfplatz |
| Property | Type | Entity | Reference | Module |
| (1) Arzt | LONG | Hausapotheke | Arzt | ArztModule |
| (2) Land | LONG | Hausapotheke | Land | LandModule |
| (3) Ort | STRING | Hausapotheke | ||
| (4) TierarztFlag | BOOL | Hausapotheke | ||
| (5) Typ | STRING | Hausapotheke |
| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |