Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EnergieStatistikView
Please create a React-JS view called "EnergieStatistikView" for the fields of the EnergieStatistik entity. The EnergieStatistikView must contain the following fields: - name: AnteilNationalerStromProzent type: STRING - name: AnteilPrimaerenergieProzent type: STRING - name: Jahr type: INT - name: Land type: Land - name: LeuchtenAnzahl type: LONG - name: StromverbrauchTWh type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing EnergieStatistik entity should be loaded from the relative URL: "/EffizienzMassnahmeTypService/energiestatistik/{id}" (HTTP-GET) If a new EnergieStatistik entity has been created, the new entity should be posted to the relative URL: "/EffizienzMassnahmeTypService/energiestatistik" (HTTP-POST) If an existing EnergieStatistik entity has been updated, the modified entity should be sent to the relative URL: "/EffizienzMassnahmeTypService/energiestatistik/{id}" (HTTP-PUT) If an existing EnergieStatistik entity has to be deleted, the following relative URL should be called: "/EffizienzMassnahmeTypService/energiestatistik/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum