Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SpannungsebeneView
Please create a React-JS view called "SpannungsebeneView" for the fields of the Spannungsebene entity. The SpannungsebeneView must contain the following fields: - name: Bezeichnung type: STRING - name: Kategorie type: STRING - name: MaxKilovolt type: STRING - name: MinKilovolt type: STRING An existing Spannungsebene entity should be loaded from the relative URL: "/SpannungsebeneService/spannungsebene/{id}" (HTTP-GET) If a new Spannungsebene entity has been created, the new entity should be posted to the relative URL: "/SpannungsebeneService/spannungsebene" (HTTP-POST) If an existing Spannungsebene entity has been updated, the modified entity should be sent to the relative URL: "/SpannungsebeneService/spannungsebene/{id}" (HTTP-PUT) If an existing Spannungsebene entity has to be deleted, the following relative URL should be called: "/SpannungsebeneService/spannungsebene/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Sicherheitsanforderung columns: - column: GiltFuerHochspannung - column: GiltFuerFreiluft - column: GiltFuerInnenraum - column: Bezeichnung - column: Spannungsebene - column: Beschreibung The table should have the title "Sicherheitsanforderungs" und the data must be loaded from the server with the following relative URL: "/SpannungsebeneService/sicherheitsanforderung/spannungsebene/{id}" Add a HTML table to the view with the following Schaltanlage columns: - column: Bezeichnung - column: Beschreibung - column: Standort - column: Spannungsebene - column: Umspannwerk - column: InbetriebnahmeJahr - column: Installationsart - column: Betreiber - column: Anwendung - column: Automatisierungsgrad - column: Schaltanlagentyp The table should have the title "Schaltanlages" und the data must be loaded from the server with the following relative URL: "/SchaltanlageService/schaltanlage/spannungsebene/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum