Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GeraetEffizienzView
Please create a React-JS view called "GeraetEffizienzView" for the fields of the GeraetEffizienz entity. The GeraetEffizienzView must contain the following fields: - name: BereitschaftsverlustW type: STRING - name: EffizienzKlasse type: EffizienzKlasse - name: SpeicherGeraet type: SpeicherGeraet The data source for the [SpeicherGeraet] select control should be loaded from the relative URL: "/SpeicherGeraetService/speichergeraet" (HTTP-GET) The data source for the [EffizienzKlasse] select control should be loaded from the relative URL: "/EffizienzKlasseService/effizienzklasse" (HTTP-GET) An existing GeraetEffizienz entity should be loaded from the relative URL: "/EffizienzKlasseService/geraeteffizienz/{id}" (HTTP-GET) If a new GeraetEffizienz entity has been created, the new entity should be posted to the relative URL: "/EffizienzKlasseService/geraeteffizienz" (HTTP-POST) If an existing GeraetEffizienz entity has been updated, the modified entity should be sent to the relative URL: "/EffizienzKlasseService/geraeteffizienz/{id}" (HTTP-PUT) If an existing GeraetEffizienz entity has to be deleted, the following relative URL should be called: "/EffizienzKlasseService/geraeteffizienz/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum