Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HausanschlussView
Please create a React-JS view called "HausanschlussView" for the fields of the Hausanschluss entity. The HausanschlussView must contain the following fields: - name: Anschlussart type: STRING - name: Gebaeude type: Gebaeude - name: KurzschlussleistungKva type: DOUBLE - name: Standortbeschreibung type: STRING The data source for the [Gebaeude] select control should be loaded from the relative URL: "/GebaeudeService/gebaeude" (HTTP-GET) An existing Hausanschluss entity should be loaded from the relative URL: "/GebaeudeService/hausanschluss/{id}" (HTTP-GET) If a new Hausanschluss entity has been created, the new entity should be posted to the relative URL: "/GebaeudeService/hausanschluss" (HTTP-POST) If an existing Hausanschluss entity has been updated, the modified entity should be sent to the relative URL: "/GebaeudeService/hausanschluss/{id}" (HTTP-PUT) If an existing Hausanschluss entity has to be deleted, the following relative URL should be called: "/GebaeudeService/hausanschluss/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Zaehlerschrank columns: - column: Schranktyp - column: Beschreibung - column: Hausanschluss - column: Standortbeschreibung - column: Gebaeude The table should have the title "Zaehlerschranks" und the data must be loaded from the server with the following relative URL: "/StromkreisService/zaehlerschrank/hausanschluss/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum