Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LeitungsartView
Please create a React-JS view called "LeitungsartView" for the fields of the Leitungsart entity. The LeitungsartView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Leitungsart entity should be loaded from the relative URL: "/LeitungsartService/leitungsart/{id}" (HTTP-GET) If a new Leitungsart entity has been created, the new entity should be posted to the relative URL: "/LeitungsartService/leitungsart" (HTTP-POST) If an existing Leitungsart entity has been updated, the modified entity should be sent to the relative URL: "/LeitungsartService/leitungsart/{id}" (HTTP-PUT) If an existing Leitungsart entity has to be deleted, the following relative URL should be called: "/LeitungsartService/leitungsart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following InstallationsRichtlinie columns: - column: Material - column: Leitungsart - column: Titel - column: MaxTemperaturC - column: MaxStagnationsVolumenL - column: Beschreibung - column: Norm - column: Hinweise The table should have the title "InstallationsRichtlinies" und the data must be loaded from the server with the following relative URL: "/LeitungsartService/installationsrichtlinie/leitungsart/{id}" Add a HTML table to the view with the following Wasserleitung columns: - column: Name - column: InbetriebnahmeDatum - column: Wassersystem - column: Leitungsart - column: IstOffenesGerinne - column: Beschreibung - column: AuslegungsdruckBar - column: AuslegungstemperaturC The table should have the title "Wasserleitungs" und the data must be loaded from the server with the following relative URL: "/WasserleitungService/wasserleitung/leitungsart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum