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