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: Name type: STRING - name: Postleitzahl type: STRING - name: Region type: Region The data source for the [Region] select control should be loaded from the relative URL: "/LandService/region" (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 Wasserquelle columns: - column: HoeheM - column: QuellenTyp - column: Laengengrad - column: Gemeinde - column: Wassersystem - column: Breitengrad - column: Name The table should have the title "Wasserquelles" und the data must be loaded from the server with the following relative URL: "/WassersystemService/wasserquelle/gemeinde/{id}" Add a HTML table to the view with the following SystemGemeinde columns: - column: Wassersystem - column: Gemeinde The table should have the title "SystemGemeindes" und the data must be loaded from the server with the following relative URL: "/WassersystemService/systemgemeinde/gemeinde/{id}" Add a HTML table to the view with the following InstallationsOrt columns: - column: Gemeinde - column: Breitengrad - column: Laengengrad - column: Ortstyp - column: HoeheM - column: Beschreibung The table should have the title "InstallationsOrts" und the data must be loaded from the server with the following relative URL: "/InstallationsOrtService/installationsort/gemeinde/{id}" Add a HTML table to the view with the following Gebaeude columns: - column: Strasse - column: Name - column: GebaeudeTyp - column: Hausnummer - column: Gemeinde The table should have the title "Gebaeudes" und the data must be loaded from the server with the following relative URL: "/GemeindeService/gebaeude/gemeinde/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum