Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ReflexionsklasseView
Please create a React-JS view called "ReflexionsklasseView" for the fields of the Reflexionsklasse entity. The ReflexionsklasseView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING - name: Norm type: STRING An existing Reflexionsklasse entity should be loaded from the relative URL: "/ReflexionsklasseService/reflexionsklasse/{id}" (HTTP-GET) If a new Reflexionsklasse entity has been created, the new entity should be posted to the relative URL: "/ReflexionsklasseService/reflexionsklasse" (HTTP-POST) If an existing Reflexionsklasse entity has been updated, the modified entity should be sent to the relative URL: "/ReflexionsklasseService/reflexionsklasse/{id}" (HTTP-PUT) If an existing Reflexionsklasse entity has to be deleted, the following relative URL should be called: "/ReflexionsklasseService/reflexionsklasse/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TechnischeSpezifikation columns: - column: Reflexionsklasse - column: Groessenklasse - column: Beleuchtungsart - column: Hinweise - column: Verkehrszeichen The table should have the title "TechnischeSpezifikations" und the data must be loaded from the server with the following relative URL: "/ReflexionsklasseService/technischespezifikation/reflexionsklasse/{id}" Add a HTML table to the view with the following Markierung columns: - column: Reflexionsklasse - column: MarkierungsVerkehrsklasse - column: Beschreibung - column: Struktur - column: Verkehrszeichen - column: Farbe - column: MarkierungsMaterial The table should have the title "Markierungs" und the data must be loaded from the server with the following relative URL: "/VerkehrszeichenService/markierung/reflexionsklasse/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum