Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FeuerwehrSportAktivitaetView
Please create a React-JS view called "FeuerwehrSportAktivitaetView" for the fields of the FeuerwehrSportAktivitaet entity. The FeuerwehrSportAktivitaetView must contain the following fields: - name: Beschreibung type: STRING - name: Feuerwehr type: Feuerwehr - name: SportDisziplin type: SportDisziplin The data source for the [Feuerwehr] select control should be loaded from the relative URL: "/FeuerwehrService/feuerwehr" (HTTP-GET) The data source for the [SportDisziplin] select control should be loaded from the relative URL: "/SportDisziplinService/sportdisziplin" (HTTP-GET) An existing FeuerwehrSportAktivitaet entity should be loaded from the relative URL: "/SportDisziplinService/feuerwehrsportaktivitaet/{id}" (HTTP-GET) If a new FeuerwehrSportAktivitaet entity has been created, the new entity should be posted to the relative URL: "/SportDisziplinService/feuerwehrsportaktivitaet" (HTTP-POST) If an existing FeuerwehrSportAktivitaet entity has been updated, the modified entity should be sent to the relative URL: "/SportDisziplinService/feuerwehrsportaktivitaet/{id}" (HTTP-PUT) If an existing FeuerwehrSportAktivitaet entity has to be deleted, the following relative URL should be called: "/SportDisziplinService/feuerwehrsportaktivitaet/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum