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