Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
InstallationUmweltwirkungView
Please create a React-JS view called "InstallationUmweltwirkungView" for the fields of the InstallationUmweltwirkung entity. The InstallationUmweltwirkungView must contain the following fields: - name: Hinweise type: STRING - name: Leuchteninstallation type: Leuchteninstallation - name: Schweregrad type: INT - name: UmweltwirkungTyp type: UmweltwirkungTyp The data source for the [UmweltwirkungTyp] select control should be loaded from the relative URL: "/StrasseService/umweltwirkungtyp" (HTTP-GET) The data source for the [Leuchteninstallation] select control should be loaded from the relative URL: "/LeuchteninstallationService/leuchteninstallation" (HTTP-GET) An existing InstallationUmweltwirkung entity should be loaded from the relative URL: "/LeuchteninstallationService/installationumweltwirkung/{id}" (HTTP-GET) If a new InstallationUmweltwirkung entity has been created, the new entity should be posted to the relative URL: "/LeuchteninstallationService/installationumweltwirkung" (HTTP-POST) If an existing InstallationUmweltwirkung entity has been updated, the modified entity should be sent to the relative URL: "/LeuchteninstallationService/installationumweltwirkung/{id}" (HTTP-PUT) If an existing InstallationUmweltwirkung entity has to be deleted, the following relative URL should be called: "/LeuchteninstallationService/installationumweltwirkung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum