Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SekundaertechnikSystemView
Please create a React-JS view called "SekundaertechnikSystemView" for the fields of the SekundaertechnikSystem entity. The SekundaertechnikSystemView must contain the following fields: - name: Beschreibung type: STRING - name: Hersteller type: STRING - name: Name type: STRING - name: Umspannwerk type: Umspannwerk The data source for the [Umspannwerk] select control should be loaded from the relative URL: "/UmspannwerkService/umspannwerk" (HTTP-GET) An existing SekundaertechnikSystem entity should be loaded from the relative URL: "/SekundaertechnikSystemService/sekundaertechniksystem/{id}" (HTTP-GET) If a new SekundaertechnikSystem entity has been created, the new entity should be posted to the relative URL: "/SekundaertechnikSystemService/sekundaertechniksystem" (HTTP-POST) If an existing SekundaertechnikSystem entity has been updated, the modified entity should be sent to the relative URL: "/SekundaertechnikSystemService/sekundaertechniksystem/{id}" (HTTP-PUT) If an existing SekundaertechnikSystem entity has to be deleted, the following relative URL should be called: "/SekundaertechnikSystemService/sekundaertechniksystem/{id}" (HTTP-DELETE) Add a HTML table to the view with the following UmspannwerkSekundaertechnikFunktion columns: - column: SekundaertechnikSystem - column: AktivSeit - column: Bemerkung - column: SekundaertechnikFunktion - column: AktivBis - column: Umspannwerk The table should have the title "UmspannwerkSekundaertechnikFunktions" und the data must be loaded from the server with the following relative URL: "/SekundaertechnikSystemService/umspannwerksekundaertechnikfunktion/sekundaertechniksystem/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum