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