Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UebungsanlageView
Please create a React-JS view called "UebungsanlageView" for the fields of the Uebungsanlage entity. The UebungsanlageView must contain the following fields: - name: AnzahlMatten type: LONG - name: AnzahlRasenAbschlaege type: LONG - name: AnzahlUeberdachteAbschlaege type: LONG - name: Beschreibung type: STRING - name: Flutlicht type: BOOL - name: Golfplatz type: Golfplatz - name: MaxDistanzMeter type: LONG - name: Typ type: STRING The data source for the [Golfplatz] select control should be loaded from the relative URL: "/GolfplatzService/golfplatz" (HTTP-GET) An existing Uebungsanlage entity should be loaded from the relative URL: "/LochService/uebungsanlage/{id}" (HTTP-GET) If a new Uebungsanlage entity has been created, the new entity should be posted to the relative URL: "/LochService/uebungsanlage" (HTTP-POST) If an existing Uebungsanlage entity has been updated, the modified entity should be sent to the relative URL: "/LochService/uebungsanlage/{id}" (HTTP-PUT) If an existing Uebungsanlage entity has to be deleted, the following relative URL should be called: "/LochService/uebungsanlage/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum