Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GerichtsurteilGesetzView
Please create a React-JS view called "GerichtsurteilGesetzView" for the fields of the GerichtsurteilGesetz entity. The GerichtsurteilGesetzView must contain the following fields: - name: BezugTyp type: STRING - name: Gerichtsurteil type: Gerichtsurteil - name: Gesetz type: Gesetz The data source for the [Gerichtsurteil] select control should be loaded from the relative URL: "/GerichtsurteilService/gerichtsurteil" (HTTP-GET) The data source for the [Gesetz] select control should be loaded from the relative URL: "/GesetzService/gesetz" (HTTP-GET) An existing GerichtsurteilGesetz entity should be loaded from the relative URL: "/GerichtsurteilService/gerichtsurteilgesetz/{id}" (HTTP-GET) If a new GerichtsurteilGesetz entity has been created, the new entity should be posted to the relative URL: "/GerichtsurteilService/gerichtsurteilgesetz" (HTTP-POST) If an existing GerichtsurteilGesetz entity has been updated, the modified entity should be sent to the relative URL: "/GerichtsurteilService/gerichtsurteilgesetz/{id}" (HTTP-PUT) If an existing GerichtsurteilGesetz entity has to be deleted, the following relative URL should be called: "/GerichtsurteilService/gerichtsurteilgesetz/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum