Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerkehrszeichenView
Please create a React-JS view called "VerkehrszeichenView" for the fields of the Verkehrszeichen entity. The VerkehrszeichenView must contain the following fields: - name: Beschreibung type: STRING - name: Bezeichnung type: STRING - name: ZeichenCode type: STRING An existing Verkehrszeichen entity should be loaded from the relative URL: "/VerkehrszeichenplanService/verkehrszeichen/{id}" (HTTP-GET) If a new Verkehrszeichen entity has been created, the new entity should be posted to the relative URL: "/VerkehrszeichenplanService/verkehrszeichen" (HTTP-POST) If an existing Verkehrszeichen entity has been updated, the modified entity should be sent to the relative URL: "/VerkehrszeichenplanService/verkehrszeichen/{id}" (HTTP-PUT) If an existing Verkehrszeichen entity has to be deleted, the following relative URL should be called: "/VerkehrszeichenplanService/verkehrszeichen/{id}" (HTTP-DELETE) Add a HTML table to the view with the following VerkehrszeichenplanVerkehrszeichen columns: - column: Verkehrszeichenplan - column: Verkehrszeichen - column: PositionsBeschreibung - column: Richtung - column: EntfernungZurBaustelle The table should have the title "VerkehrszeichenplanVerkehrszeichens" und the data must be loaded from the server with the following relative URL: "/VerkehrszeichenplanService/verkehrszeichenplanverkehrszeichen/verkehrszeichen/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum