Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GemeindeView
Please create a React-JS view called "GemeindeView" for the fields of the Gemeinde entity. The GemeindeView must contain the following fields: - name: AmtlicherSchluessel type: STRING - name: ErzeugtAm type: DATE - name: Kreis type: Kreis - name: Name type: STRING The data source for the [Kreis] select control should be loaded from the relative URL: "/GemeindeService/kreis" (HTTP-GET) An existing Gemeinde entity should be loaded from the relative URL: "/GemeindeService/gemeinde/{id}" (HTTP-GET) If a new Gemeinde entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/gemeinde" (HTTP-POST) If an existing Gemeinde entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/gemeinde/{id}" (HTTP-PUT) If an existing Gemeinde entity has to be deleted, the following relative URL should be called: "/GemeindeService/gemeinde/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Bodenrichtwertzone columns: - column: Beschreibung - column: Nutzungsart - column: ErzeugtAm - column: Gemeinde - column: Zonencode The table should have the title "Bodenrichtwertzones" und the data must be loaded from the server with the following relative URL: "/GemeindeService/bodenrichtwertzone/gemeinde/{id}" Add a HTML table to the view with the following Gemarkung columns: - column: Gemeinde - column: Code - column: ErzeugtAm - column: Name The table should have the title "Gemarkungs" und the data must be loaded from the server with the following relative URL: "/FlurstueckService/gemarkung/gemeinde/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum