Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GebaeudeView
Please create a React-JS view called "GebaeudeView" for the fields of the Gebaeude entity. The GebaeudeView must contain the following fields: - name: GebaeudeTyp type: STRING - name: Gemeinde type: Gemeinde - name: Hausnummer type: STRING - name: Name type: STRING - name: Strasse type: STRING The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) An existing Gebaeude entity should be loaded from the relative URL: "/GemeindeService/gebaeude/{id}" (HTTP-GET) If a new Gebaeude entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/gebaeude" (HTTP-POST) If an existing Gebaeude entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/gebaeude/{id}" (HTTP-PUT) If an existing Gebaeude entity has to be deleted, the following relative URL should be called: "/GemeindeService/gebaeude/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Hausanschluss columns: - column: IstMitZaehler - column: AnschlussDatum - column: InstallationsOrt - column: Gebaeude - column: Hinweise - column: Rohrabschnitt The table should have the title "Hausanschlusss" und the data must be loaded from the server with the following relative URL: "/GemeindeService/hausanschluss/gebaeude/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum