Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EffizienzMassnahmeView
Please create a React-JS view called "EffizienzMassnahmeView" for the fields of the EffizienzMassnahme entity. The EffizienzMassnahmeView must contain the following fields: - name: Beschreibung type: STRING - name: EffizienzMassnahmeTyp type: EffizienzMassnahmeTyp - name: EndJahr type: INT - name: ErwarteteErsparnisProzent type: STRING - name: Foerderprogramm type: Foerderprogramm - name: Gemeinde type: Gemeinde - name: IstLedUmruestung type: BOOL - name: StartJahr type: INT The data source for the [Foerderprogramm] select control should be loaded from the relative URL: "/BeleuchtungsnormService/foerderprogramm" (HTTP-GET) The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) The data source for the [EffizienzMassnahmeTyp] select control should be loaded from the relative URL: "/EffizienzMassnahmeTypService/effizienzmassnahmetyp" (HTTP-GET) An existing EffizienzMassnahme entity should be loaded from the relative URL: "/EffizienzMassnahmeTypService/effizienzmassnahme/{id}" (HTTP-GET) If a new EffizienzMassnahme entity has been created, the new entity should be posted to the relative URL: "/EffizienzMassnahmeTypService/effizienzmassnahme" (HTTP-POST) If an existing EffizienzMassnahme entity has been updated, the modified entity should be sent to the relative URL: "/EffizienzMassnahmeTypService/effizienzmassnahme/{id}" (HTTP-PUT) If an existing EffizienzMassnahme entity has to be deleted, the following relative URL should be called: "/EffizienzMassnahmeTypService/effizienzmassnahme/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum