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