Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AusbaugradDefinitionView
Please create a React-JS view called "AusbaugradDefinitionView" for the fields of the AusbaugradDefinition entity. The AusbaugradDefinitionView must contain the following fields: - name: Beschreibung type: STRING - name: FormelText type: STRING - name: Name type: STRING An existing AusbaugradDefinition entity should be loaded from the relative URL: "/AusbaugradDefinitionService/ausbaugraddefinition/{id}" (HTTP-GET) If a new AusbaugradDefinition entity has been created, the new entity should be posted to the relative URL: "/AusbaugradDefinitionService/ausbaugraddefinition" (HTTP-POST) If an existing AusbaugradDefinition entity has been updated, the modified entity should be sent to the relative URL: "/AusbaugradDefinitionService/ausbaugraddefinition/{id}" (HTTP-PUT) If an existing AusbaugradDefinition entity has to be deleted, the following relative URL should be called: "/AusbaugradDefinitionService/ausbaugraddefinition/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KraftwerkAusbaugrad columns: - column: SpeichervolumenM3 - column: AusbaugradWert - column: Wasserkraftwerk - column: AusbaugradDefinition - column: BemessungsAbflussM3s - column: MittlererAbflussM3s - column: JahresZuflussM3 The table should have the title "KraftwerkAusbaugrads" und the data must be loaded from the server with the following relative URL: "/AusbaugradDefinitionService/kraftwerkausbaugrad/ausbaugraddefinition/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum