Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WarnmittelView
Please create a React-JS view called "WarnmittelView" for the fields of the Warnmittel entity. The WarnmittelView must contain the following fields: - name: Akustisch type: BOOL - name: Beschreibung type: STRING - name: Code type: STRING - name: Kategorie type: STRING - name: Name type: STRING - name: Optisch type: BOOL An existing Warnmittel entity should be loaded from the relative URL: "/GesetzService/warnmittel/{id}" (HTTP-GET) If a new Warnmittel entity has been created, the new entity should be posted to the relative URL: "/GesetzService/warnmittel" (HTTP-POST) If an existing Warnmittel entity has been updated, the modified entity should be sent to the relative URL: "/GesetzService/warnmittel/{id}" (HTTP-PUT) If an existing Warnmittel entity has to be deleted, the following relative URL should be called: "/GesetzService/warnmittel/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BahnuebergangWarnmittel columns: - column: Warnmittel - column: PrimaeresWarnmittel - column: Positionsbeschreibung - column: Bahnuebergang The table should have the title "BahnuebergangWarnmittels" und the data must be loaded from the server with the following relative URL: "/BahnuebergangService/bahnuebergangwarnmittel/warnmittel/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum