Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RegierungView
Please create a React-JS view called "RegierungView" for the fields of the Regierung entity. The RegierungView must contain the following fields: - name: Ebene type: STRING - name: Name type: STRING - name: Sitz type: STRING An existing Regierung entity should be loaded from the relative URL: "/RegierungService/regierung/{id}" (HTTP-GET) If a new Regierung entity has been created, the new entity should be posted to the relative URL: "/RegierungService/regierung" (HTTP-POST) If an existing Regierung entity has been updated, the modified entity should be sent to the relative URL: "/RegierungService/regierung/{id}" (HTTP-PUT) If an existing Regierung entity has to be deleted, the following relative URL should be called: "/RegierungService/regierung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Unterrichtung columns: - column: Regierung - column: Kanal - column: Analyse - column: UebermitteltAm The table should have the title "Unterrichtungs" und the data must be loaded from the server with the following relative URL: "/RegierungService/unterrichtung/regierung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum