Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GerichtView
Please create a React-JS view called "GerichtView" for the fields of the Gericht entity. The GerichtView must contain the following fields: - name: Bundesland type: STRING - name: Gerichtstyp type: STRING - name: Name type: STRING - name: Ort type: STRING An existing Gericht entity should be loaded from the relative URL: "/GerichtlichesVerfahrenService/gericht/{id}" (HTTP-GET) If a new Gericht entity has been created, the new entity should be posted to the relative URL: "/GerichtlichesVerfahrenService/gericht" (HTTP-POST) If an existing Gericht entity has been updated, the modified entity should be sent to the relative URL: "/GerichtlichesVerfahrenService/gericht/{id}" (HTTP-PUT) If an existing Gericht entity has to be deleted, the following relative URL should be called: "/GerichtlichesVerfahrenService/gericht/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GerichtlichesVerfahren columns: - column: Ergebnis - column: Gericht - column: Verfahrenstyp - column: Beschreibung - column: Aktenzeichen - column: Beginn - column: Ende The table should have the title "GerichtlichesVerfahrens" und the data must be loaded from the server with the following relative URL: "/GerichtlichesVerfahrenService/gerichtlichesverfahren/gericht/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum