Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SteuerstrategieView
Please create a React-JS view called "SteuerstrategieView" for the fields of the Steuerstrategie entity. The SteuerstrategieView must contain the following fields: - name: Beschreibung type: STRING - name: IstZentral type: BOOL - name: Name type: STRING - name: NutztAnruf type: BOOL - name: NutztDaemmerung type: BOOL - name: NutztGasdruck type: BOOL - name: NutztRundsteuer type: BOOL - name: NutztZeitschaltuhr type: BOOL An existing Steuerstrategie entity should be loaded from the relative URL: "/LandService/steuerstrategie/{id}" (HTTP-GET) If a new Steuerstrategie entity has been created, the new entity should be posted to the relative URL: "/LandService/steuerstrategie" (HTTP-POST) If an existing Steuerstrategie entity has been updated, the modified entity should be sent to the relative URL: "/LandService/steuerstrategie/{id}" (HTTP-PUT) If an existing Steuerstrategie entity has to be deleted, the following relative URL should be called: "/LandService/steuerstrategie/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Strassenbeleuchtungsanlage columns: - column: Strasse - column: IstPflichtanlage - column: HatHalbnachtbetrieb - column: Norm - column: Steuerstrategie - column: Baujahr - column: Hinweise - column: Beleuchtungsklasse The table should have the title "Strassenbeleuchtungsanlages" und the data must be loaded from the server with the following relative URL: "/BeleuchtungsnormService/strassenbeleuchtungsanlage/steuerstrategie/{id}" Add a HTML table to the view with the following Schaltkasten columns: - column: Code - column: Gemeinde - column: StandortBeschreibung - column: Steuerstrategie The table should have the title "Schaltkastens" und the data must be loaded from the server with the following relative URL: "/GemeindeService/schaltkasten/steuerstrategie/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum