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