Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KraftwerkTurbineView
Please create a React-JS view called "KraftwerkTurbineView" for the fields of the KraftwerkTurbine entity. The KraftwerkTurbineView must contain the following fields: - name: Anzahl type: INT - name: GesamtleistungMw type: DOUBLE - name: TurbinenTyp type: TurbinenTyp - name: Wasserkraftwerk type: Wasserkraftwerk The data source for the [Wasserkraftwerk] select control should be loaded from the relative URL: "/WasserkraftwerkService/wasserkraftwerk" (HTTP-GET) The data source for the [TurbinenTyp] select control should be loaded from the relative URL: "/TurbinenTypService/turbinentyp" (HTTP-GET) An existing KraftwerkTurbine entity should be loaded from the relative URL: "/TurbinenTypService/kraftwerkturbine/{id}" (HTTP-GET) If a new KraftwerkTurbine entity has been created, the new entity should be posted to the relative URL: "/TurbinenTypService/kraftwerkturbine" (HTTP-POST) If an existing KraftwerkTurbine entity has been updated, the modified entity should be sent to the relative URL: "/TurbinenTypService/kraftwerkturbine/{id}" (HTTP-PUT) If an existing KraftwerkTurbine entity has to be deleted, the following relative URL should be called: "/TurbinenTypService/kraftwerkturbine/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum