| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |
| SportsMatch | ArenaModule | EventHall |
| Property | Type | Entity | Reference | Module |
| (1) AwayScore | LONG | SportsMatch | ||
| (2) AwayTeam | LONG | SportsMatch | SportsTeam | ArenaModule |
| (3) Event | LONG | SportsMatch | Event | EventModule |
| (4) HomeScore | LONG | SportsMatch | ||
| (5) HomeTeam | LONG | SportsMatch | SportsTeam | ArenaModule |
| (6) IsOvertime | BOOL | SportsMatch | ||
| (7) IsPenalty | BOOL | SportsMatch | ||
| (8) League | LONG | SportsMatch | SportsLeague | ArenaModule |
| (9) MatchDay | LONG | SportsMatch | ||
| (10) Notes | STRING | SportsMatch |
| API-URL | Method Name | Module | HTTP-Method | References |
| (1) /sportsmatch/{id} | deleteSportsMatchById(id) | ArenaModule | DELETE | SportsMatch |
| (2) /sportsmatch/{id} | findSportsMatchById(id) | ArenaModule | GET | SportsMatch |
| (3) /sportsmatch/hometeam/{id} | findAllSportsMatchOfHomeTeam(id) | ArenaModule | GET | SportsTeam SportsMatch |
| (4) /sportsmatch/league/{id} | findAllSportsMatchOfLeague(id) | ArenaModule | GET | SportsLeague SportsMatch |
| (5) /sportsmatch | findAllSportsMatch() | ArenaModule | GET | SportsMatch |
| (6) /sportsmatch | insertSportsMatch(sportsmatch) | ArenaModule | POST | SportsMatch |
| (7) /sportsmatch/{id} | updateSportsMatchById(sportsmatch) | ArenaModule | PUT | SportsMatch |
| (8) /sportsmatch/awayteam/{id} | findAllSportsMatchOfAwayTeam(id) | ArenaModule | GET | SportsTeam SportsMatch |
| (9) /sportsmatch/event/{id} | findAllSportsMatchOfEvent(id) | ArenaModule | GET | Event SportsMatch |
| Dienstleistungen | Kontakt | Energieausgleich | Ansprechpartner | Impressum |