Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UmweltbewertungView
Please create a React-JS view called "UmweltbewertungView" for the fields of the Umweltbewertung entity. The UmweltbewertungView must contain the following fields: - name: Anlage type: Anlage - name: Beschreibung type: STRING - name: BewertungsDatum type: DATE - name: Minderungsmassnahmen type: STRING - name: Umweltwirkungstyp type: Umweltwirkungstyp - name: WirkungsScore type: STRING The data source for the [Umweltwirkungstyp] select control should be loaded from the relative URL: "/UmweltwirkungstypService/umweltwirkungstyp" (HTTP-GET) The data source for the [Anlage] select control should be loaded from the relative URL: "/GemeindeService/anlage" (HTTP-GET) An existing Umweltbewertung entity should be loaded from the relative URL: "/UmweltwirkungstypService/umweltbewertung/{id}" (HTTP-GET) If a new Umweltbewertung entity has been created, the new entity should be posted to the relative URL: "/UmweltwirkungstypService/umweltbewertung" (HTTP-POST) If an existing Umweltbewertung entity has been updated, the modified entity should be sent to the relative URL: "/UmweltwirkungstypService/umweltbewertung/{id}" (HTTP-PUT) If an existing Umweltbewertung entity has to be deleted, the following relative URL should be called: "/UmweltwirkungstypService/umweltbewertung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum