Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StrassenkategorieView
Please create a React-JS view called "StrassenkategorieView" for the fields of the Strassenkategorie entity. The StrassenkategorieView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: IstInnerorts type: BOOL - name: Name type: STRING - name: NurMotorisiert type: BOOL An existing Strassenkategorie entity should be loaded from the relative URL: "/StrassenabschnittService/strassenkategorie/{id}" (HTTP-GET) If a new Strassenkategorie entity has been created, the new entity should be posted to the relative URL: "/StrassenabschnittService/strassenkategorie" (HTTP-POST) If an existing Strassenkategorie entity has been updated, the modified entity should be sent to the relative URL: "/StrassenabschnittService/strassenkategorie/{id}" (HTTP-PUT) If an existing Strassenkategorie entity has to be deleted, the following relative URL should be called: "/StrassenabschnittService/strassenkategorie/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Strasse columns: - column: Strassennetz - column: Strassenkategorie - column: LaengeKm - column: FahrstreifenProRichtung - column: HoechstgeschwindigkeitKmh - column: Schliessungsdatum - column: IstEinbahn - column: IstInnerorts - column: Name - column: IstMaut - column: Eroeffnungsdatum The table should have the title "Strasses" und the data must be loaded from the server with the following relative URL: "/StrasseService/strasse/strassenkategorie/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum