Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EnergieDatenView
Please create a React-JS view called "EnergieDatenView" for the fields of the EnergieDaten entity. The EnergieDatenView must contain the following fields: - name: EnergieProTonneGJ type: STRING - name: EnergieProTonneKWh type: STRING - name: GlasKategorie type: GlasKategorie - name: OfenTyp type: STRING - name: ProzessTyp type: STRING - name: Quelle type: STRING - name: RecyclingAnlage type: RecyclingAnlage - name: ScherbenAnteilProzent type: STRING The data source for the [GlasKategorie] select control should be loaded from the relative URL: "/GlasKategorieService/glaskategorie" (HTTP-GET) The data source for the [RecyclingAnlage] select control should be loaded from the relative URL: "/GlasKategorieService/recyclinganlage" (HTTP-GET) An existing EnergieDaten entity should be loaded from the relative URL: "/GlasKategorieService/energiedaten/{id}" (HTTP-GET) If a new EnergieDaten entity has been created, the new entity should be posted to the relative URL: "/GlasKategorieService/energiedaten" (HTTP-POST) If an existing EnergieDaten entity has been updated, the modified entity should be sent to the relative URL: "/GlasKategorieService/energiedaten/{id}" (HTTP-PUT) If an existing EnergieDaten entity has to be deleted, the following relative URL should be called: "/GlasKategorieService/energiedaten/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum