Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KraftwerkHistorischesEreignisView
Please create a React-JS view called "KraftwerkHistorischesEreignisView" for the fields of the KraftwerkHistorischesEreignis entity. The KraftwerkHistorischesEreignisView must contain the following fields: - name: HistorischesEreignis type: HistorischesEreignis - name: Rolle type: STRING - 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 [HistorischesEreignis] select control should be loaded from the relative URL: "/HistorischesEreignisService/historischesereignis" (HTTP-GET) An existing KraftwerkHistorischesEreignis entity should be loaded from the relative URL: "/HistorischesEreignisService/kraftwerkhistorischesereignis/{id}" (HTTP-GET) If a new KraftwerkHistorischesEreignis entity has been created, the new entity should be posted to the relative URL: "/HistorischesEreignisService/kraftwerkhistorischesereignis" (HTTP-POST) If an existing KraftwerkHistorischesEreignis entity has been updated, the modified entity should be sent to the relative URL: "/HistorischesEreignisService/kraftwerkhistorischesereignis/{id}" (HTTP-PUT) If an existing KraftwerkHistorischesEreignis entity has to be deleted, the following relative URL should be called: "/HistorischesEreignisService/kraftwerkhistorischesereignis/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum