Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KraftwerkAusbaugradView
Please create a React-JS view called "KraftwerkAusbaugradView" for the fields of the KraftwerkAusbaugrad entity. The KraftwerkAusbaugradView must contain the following fields: - name: AusbaugradDefinition type: AusbaugradDefinition - name: AusbaugradWert type: DOUBLE - name: BemessungsAbflussM3s type: DOUBLE - name: JahresZuflussM3 type: DOUBLE - name: MittlererAbflussM3s type: DOUBLE - name: SpeichervolumenM3 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) The data source for the [AusbaugradDefinition] select control should be loaded from the relative URL: "/AusbaugradDefinitionService/ausbaugraddefinition" (HTTP-GET) An existing KraftwerkAusbaugrad entity should be loaded from the relative URL: "/AusbaugradDefinitionService/kraftwerkausbaugrad/{id}" (HTTP-GET) If a new KraftwerkAusbaugrad entity has been created, the new entity should be posted to the relative URL: "/AusbaugradDefinitionService/kraftwerkausbaugrad" (HTTP-POST) If an existing KraftwerkAusbaugrad entity has been updated, the modified entity should be sent to the relative URL: "/AusbaugradDefinitionService/kraftwerkausbaugrad/{id}" (HTTP-PUT) If an existing KraftwerkAusbaugrad entity has to be deleted, the following relative URL should be called: "/AusbaugradDefinitionService/kraftwerkausbaugrad/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum