Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UmspannwerkTypView
Please create a React-JS view called "UmspannwerkTypView" for the fields of the UmspannwerkTyp entity. The UmspannwerkTypView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing UmspannwerkTyp entity should be loaded from the relative URL: "/UmspannwerkTypService/umspannwerktyp/{id}" (HTTP-GET) If a new UmspannwerkTyp entity has been created, the new entity should be posted to the relative URL: "/UmspannwerkTypService/umspannwerktyp" (HTTP-POST) If an existing UmspannwerkTyp entity has been updated, the modified entity should be sent to the relative URL: "/UmspannwerkTypService/umspannwerktyp/{id}" (HTTP-PUT) If an existing UmspannwerkTyp entity has to be deleted, the following relative URL should be called: "/UmspannwerkTypService/umspannwerktyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Umspannwerk columns: - column: Automatisierungsgrad - column: Standort - column: InbetriebnahmeJahr - column: Kennung - column: Name - column: Beschreibung - column: HoechsteSpannungKv - column: UmspannwerkTyp The table should have the title "Umspannwerks" und the data must be loaded from the server with the following relative URL: "/UmspannwerkService/umspannwerk/umspannwerktyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum