| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |
| Entity | Alias | Module | Global Schema |
| (1) Abschlag | Abschlag | AbschlagModule | Golfplaetze |
| (2) Bunker | Bunker | LochModule | Golfplaetze |
| (3) Fairway | Fairway | TurnierModule | Golfplaetze |
| (4) Golfplatz | Golfplatz | GolfplatzModule | Golfplaetze |
| (5) Gruen | Gruen | LochModule | Golfplaetze |
| (6) Loch | Loch | LochModule | Golfplaetze |
| (7) Rough | Rough | LochModule | Golfplaetze |
| (8) Uebungsanlage | Uebungsanlage | LochModule | Golfplaetze |
| (9) Wasserhindernis | Wasserhindernis | GolfplatzModule | Golfplaetze |
| API-URL | Method Name | Module | HTTP-Method | References |
| (1) /uebungsanlage | insertUebungsanlage(uebungsanlage) | LochModule | POST | Uebungsanlage |
| (2) /rough/{id} | findRoughById(id) | LochModule | GET | Rough |
| (3) /rough/{id} | updateRoughById(rough) | LochModule | PUT | Rough |
| (4) /gruen/{id} | deleteGruenById(id) | LochModule | DELETE | Gruen |
| (5) /gruen | findAllGruen() | LochModule | GET | Gruen |
| (6) /gruen | insertGruen(gruen) | LochModule | POST | Gruen |
| (7) /bunker/{id} | updateBunkerById(bunker) | LochModule | PUT | Bunker |
| (8) /loch | findAllLoch() | LochModule | GET | Loch |
| (9) /uebungsanlage/{id} | deleteUebungsanlageById(id) | LochModule | DELETE | Uebungsanlage |
| (10) /loch/{id} | updateLochById(loch) | LochModule | PUT | Loch |
| (11) /loch | insertLoch(loch) | LochModule | POST | Loch |
| (12) /bunker | insertBunker(bunker) | LochModule | POST | Bunker |
| (13) /bunker/{id} | findBunkerById(id) | LochModule | GET | Bunker |
| (14) /bunker/loch/{id} | findAllBunkerOfLoch(id) | LochModule | GET | Loch Bunker |
| (15) /uebungsanlage | findAllUebungsanlage() | LochModule | GET | Uebungsanlage |
| (16) /bunker/{id} | deleteBunkerById(id) | LochModule | DELETE | Bunker |
| (17) /uebungsanlage/golfplatz/{id} | findAllUebungsanlageOfGolfplatz(id) | LochModule | GET | Golfplatz Uebungsanlage |
| (18) /rough/loch/{id} | findAllRoughOfLoch(id) | LochModule | GET | Loch Rough |
| (19) /gruen/{id} | findGruenById(id) | LochModule | GET | Gruen |
| (20) /loch/{id} | findLochById(id) | LochModule | GET | Loch |
| (21) /rough | findAllRough() | LochModule | GET | Rough |
| (22) /rough/{id} | deleteRoughById(id) | LochModule | DELETE | Rough |
| (23) /loch/{id} | deleteLochById(id) | LochModule | DELETE | Loch |
| (24) /gruen/loch/{id} | findAllGruenOfLoch(id) | LochModule | GET | Loch Gruen |
| (25) /rough | insertRough(rough) | LochModule | POST | Rough |
| (26) /uebungsanlage/{id} | findUebungsanlageById(id) | LochModule | GET | Uebungsanlage |
| (27) /bunker | findAllBunker() | LochModule | GET | Bunker |
| (28) /gruen/{id} | updateGruenById(gruen) | LochModule | PUT | Gruen |
| (29) /uebungsanlage/{id} | updateUebungsanlageById(uebungsanlage) | LochModule | PUT | Uebungsanlage |
| (30) /loch/golfplatz/{id} | findAllLochOfGolfplatz(id) | LochModule | GET | Golfplatz Loch |
| Bunker | LochModule | Golfplaetze |
| Property | Type | Entity | Reference | Module |
| (1) FlaecheQm | LONG | Bunker | ||
| (2) IstTopfbunker | BOOL | Bunker | ||
| (3) Loch | LONG | Bunker | Loch | LochModule |
| (4) PositionBeschreibung | STRING | Bunker | ||
| (5) Typ | STRING | Bunker |
| Gruen | LochModule | Golfplaetze |
| Property | Type | Entity | Reference | Module |
| (1) FlaecheQm | LONG | Gruen | ||
| (2) Grasart | STRING | Gruen | ||
| (3) Loch | LONG | Gruen | Loch | LochModule |
| (4) Mehrstufig | BOOL | Gruen | ||
| (5) Stimpwert | STRING | Gruen | ||
| (6) UmgebungBeschreibung | STRING | Gruen |
| Loch | LochModule | Golfplaetze |
| Property | Type | Entity | Reference | Module |
| (1) Beschreibung | STRING | Loch | ||
| (2) Golfplatz | LONG | Loch | Golfplatz | GolfplatzModule |
| (3) LaengeMeter | LONG | Loch | ||
| (4) Name | STRING | Loch | ||
| (5) Nummer | LONG | Loch | ||
| (6) Par | LONG | Loch | ||
| (7) Vorgabe | LONG | Loch |
| Rough | LochModule | Golfplaetze |
| Property | Type | Entity | Reference | Module |
| (1) Beschreibung | STRING | Rough | ||
| (2) Grasart | STRING | Rough | ||
| (3) Loch | LONG | Rough | Loch | LochModule |
| (4) Pflegegrad | STRING | Rough | ||
| (5) Typ | STRING | Rough |
| Uebungsanlage | LochModule | Golfplaetze |
| Property | Type | Entity | Reference | Module |
| (1) AnzahlMatten | LONG | Uebungsanlage | ||
| (2) AnzahlRasenAbschlaege | LONG | Uebungsanlage | ||
| (3) AnzahlUeberdachteAbschlaege | LONG | Uebungsanlage | ||
| (4) Beschreibung | STRING | Uebungsanlage | ||
| (5) Flutlicht | BOOL | Uebungsanlage | ||
| (6) Golfplatz | LONG | Uebungsanlage | Golfplatz | GolfplatzModule |
| (7) MaxDistanzMeter | LONG | Uebungsanlage | ||
| (8) Typ | STRING | Uebungsanlage |
| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |