Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GerichtsurteilView
Please create a React-JS view called "GerichtsurteilView" for the fields of the Gerichtsurteil entity. The GerichtsurteilView must contain the following fields: - name: Aktenzeichen type: STRING - name: Beschreibung type: STRING - name: Datum type: DATE - name: GerichtName type: STRING - name: Kernaussage type: STRING An existing Gerichtsurteil entity should be loaded from the relative URL: "/GerichtsurteilService/gerichtsurteil/{id}" (HTTP-GET) If a new Gerichtsurteil entity has been created, the new entity should be posted to the relative URL: "/GerichtsurteilService/gerichtsurteil" (HTTP-POST) If an existing Gerichtsurteil entity has been updated, the modified entity should be sent to the relative URL: "/GerichtsurteilService/gerichtsurteil/{id}" (HTTP-PUT) If an existing Gerichtsurteil entity has to be deleted, the following relative URL should be called: "/GerichtsurteilService/gerichtsurteil/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GerichtsurteilGesetz columns: - column: Gerichtsurteil - column: Gesetz - column: BezugTyp The table should have the title "GerichtsurteilGesetzs" und the data must be loaded from the server with the following relative URL: "/GerichtsurteilService/gerichtsurteilgesetz/gerichtsurteil/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum