Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LeitungView
Please create a React-JS view called "LeitungView" for the fields of the Leitung entity. The LeitungView must contain the following fields: - name: Bauart type: STRING - name: Beschreibung type: STRING - name: Kennung type: STRING - name: LaengeKm type: STRING - name: Name type: STRING - name: Spannungsebene type: Spannungsebene - name: Uebertragungsart type: STRING The data source for the [Spannungsebene] select control should be loaded from the relative URL: "/SpannungsebeneService/spannungsebene" (HTTP-GET) An existing Leitung entity should be loaded from the relative URL: "/SpannungsebeneService/leitung/{id}" (HTTP-GET) If a new Leitung entity has been created, the new entity should be posted to the relative URL: "/SpannungsebeneService/leitung" (HTTP-POST) If an existing Leitung entity has been updated, the modified entity should be sent to the relative URL: "/SpannungsebeneService/leitung/{id}" (HTTP-PUT) If an existing Leitung entity has to be deleted, the following relative URL should be called: "/SpannungsebeneService/leitung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following UmspannwerkLeitung columns: - column: Areal - column: Rolle - column: Leitung - column: Umspannwerk The table should have the title "UmspannwerkLeitungs" und the data must be loaded from the server with the following relative URL: "/StandortService/umspannwerkleitung/leitung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum