Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GeraetInstallationsArtView
Please create a React-JS view called "GeraetInstallationsArtView" for the fields of the GeraetInstallationsArt entity. The GeraetInstallationsArtView must contain the following fields: - name: InstallationsArt type: InstallationsArt - name: SpeicherGeraet type: SpeicherGeraet The data source for the [InstallationsArt] select control should be loaded from the relative URL: "/KalkVerhaltenService/installationsart" (HTTP-GET) The data source for the [SpeicherGeraet] select control should be loaded from the relative URL: "/SpeicherGeraetService/speichergeraet" (HTTP-GET) An existing GeraetInstallationsArt entity should be loaded from the relative URL: "/KalkVerhaltenService/geraetinstallationsart/{id}" (HTTP-GET) If a new GeraetInstallationsArt entity has been created, the new entity should be posted to the relative URL: "/KalkVerhaltenService/geraetinstallationsart" (HTTP-POST) If an existing GeraetInstallationsArt entity has been updated, the modified entity should be sent to the relative URL: "/KalkVerhaltenService/geraetinstallationsart/{id}" (HTTP-PUT) If an existing GeraetInstallationsArt entity has to be deleted, the following relative URL should be called: "/KalkVerhaltenService/geraetinstallationsart/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum