Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UmweltwirkungstypView
Please create a React-JS view called "UmweltwirkungstypView" for the fields of the Umweltwirkungstyp entity. The UmweltwirkungstypView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Umweltwirkungstyp entity should be loaded from the relative URL: "/UmweltwirkungstypService/umweltwirkungstyp/{id}" (HTTP-GET) If a new Umweltwirkungstyp entity has been created, the new entity should be posted to the relative URL: "/UmweltwirkungstypService/umweltwirkungstyp" (HTTP-POST) If an existing Umweltwirkungstyp entity has been updated, the modified entity should be sent to the relative URL: "/UmweltwirkungstypService/umweltwirkungstyp/{id}" (HTTP-PUT) If an existing Umweltwirkungstyp entity has to be deleted, the following relative URL should be called: "/UmweltwirkungstypService/umweltwirkungstyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Umweltbewertung columns: - column: WirkungsScore - column: Anlage - column: Beschreibung - column: BewertungsDatum - column: Umweltwirkungstyp - column: Minderungsmassnahmen The table should have the title "Umweltbewertungs" und the data must be loaded from the server with the following relative URL: "/UmweltwirkungstypService/umweltbewertung/umweltwirkungstyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum