Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerkehrszeichenSystemView
Please create a React-JS view called "VerkehrszeichenSystemView" for the fields of the VerkehrszeichenSystem entity. The VerkehrszeichenSystemView must contain the following fields: - name: Beschreibung type: STRING - name: GueltigBis type: DATE - name: GueltigVon type: DATE - name: Land type: Land - name: Name type: STRING - name: Rechtsgrundlage type: Rechtsgrundlage The data source for the [Rechtsgrundlage] select control should be loaded from the relative URL: "/LandService/rechtsgrundlage" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing VerkehrszeichenSystem entity should be loaded from the relative URL: "/LandService/verkehrszeichensystem/{id}" (HTTP-GET) If a new VerkehrszeichenSystem entity has been created, the new entity should be posted to the relative URL: "/LandService/verkehrszeichensystem" (HTTP-POST) If an existing VerkehrszeichenSystem entity has been updated, the modified entity should be sent to the relative URL: "/LandService/verkehrszeichensystem/{id}" (HTTP-PUT) If an existing VerkehrszeichenSystem entity has to be deleted, the following relative URL should be called: "/LandService/verkehrszeichensystem/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Verkehrszeichen columns: - column: VerkehrszeichenSystem - column: GueltigVon - column: Beschreibung - column: GueltigBis - column: IstMarkierung - column: IstAmtlich - column: IstVariabel - column: Code - column: ZeichenKategorie - column: Rechtsgrundlage - column: ZeichenForm - column: Kurzbezeichnung - column: ZeichenFunktion - column: Piktogramm - column: Langbezeichnung - column: Farbschema - column: Behoerde The table should have the title "Verkehrszeichens" und the data must be loaded from the server with the following relative URL: "/VerkehrszeichenService/verkehrszeichen/verkehrszeichensystem/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum