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