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