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