Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerfahrenUmweltauswirkungView
Please create a React-JS view called "VerfahrenUmweltauswirkungView" for the fields of the VerfahrenUmweltauswirkung entity. The VerfahrenUmweltauswirkungView must contain the following fields: - name: Umweltauswirkung type: Umweltauswirkung - name: Verfahren type: Verfahren - name: Wirkmechanismus type: STRING The data source for the [Verfahren] select control should be loaded from the relative URL: "/VerfahrenService/verfahren" (HTTP-GET) The data source for the [Umweltauswirkung] select control should be loaded from the relative URL: "/UmweltauswirkungService/umweltauswirkung" (HTTP-GET) An existing VerfahrenUmweltauswirkung entity should be loaded from the relative URL: "/UmweltauswirkungService/verfahrenumweltauswirkung/{id}" (HTTP-GET) If a new VerfahrenUmweltauswirkung entity has been created, the new entity should be posted to the relative URL: "/UmweltauswirkungService/verfahrenumweltauswirkung" (HTTP-POST) If an existing VerfahrenUmweltauswirkung entity has been updated, the modified entity should be sent to the relative URL: "/UmweltauswirkungService/verfahrenumweltauswirkung/{id}" (HTTP-PUT) If an existing VerfahrenUmweltauswirkung entity has to be deleted, the following relative URL should be called: "/UmweltauswirkungService/verfahrenumweltauswirkung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum