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: AnschlussDatum type: DATE - name: Gebaeude type: Gebaeude - name: Hinweise type: STRING - name: InstallationsOrt type: InstallationsOrt - name: IstMitZaehler type: BOOL - name: Rohrabschnitt type: Rohrabschnitt The data source for the [InstallationsOrt] select control should be loaded from the relative URL: "/InstallationsOrtService/installationsort" (HTTP-GET) The data source for the [Gebaeude] select control should be loaded from the relative URL: "/GemeindeService/gebaeude" (HTTP-GET) The data source for the [Rohrabschnitt] select control should be loaded from the relative URL: "/RohrabschnittService/rohrabschnitt" (HTTP-GET) An existing Hausanschluss entity should be loaded from the relative URL: "/GemeindeService/hausanschluss/{id}" (HTTP-GET) If a new Hausanschluss entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/hausanschluss" (HTTP-POST) If an existing Hausanschluss entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/hausanschluss/{id}" (HTTP-PUT) If an existing Hausanschluss entity has to be deleted, the following relative URL should be called: "/GemeindeService/hausanschluss/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Rueckflussverhinderer columns: - column: InstallationsDatum - column: GeraeteTyp - column: LetztePruefung - column: Hausanschluss The table should have the title "Rueckflussverhinderers" und the data must be loaded from the server with the following relative URL: "/GemeindeService/rueckflussverhinderer/hausanschluss/{id}" Add a HTML table to the view with the following Wasserzaehler columns: - column: ZaehlerTyp - column: Hausanschluss - column: InstallationsDatum - column: EichDatum - column: Seriennummer The table should have the title "Wasserzaehlers" und the data must be loaded from the server with the following relative URL: "/InstallationsOrtService/wasserzaehler/hausanschluss/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum