Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UmweltbilanzView
Please create a React-JS view called "UmweltbilanzView" for the fields of the Umweltbilanz entity. The UmweltbilanzView must contain the following fields: - name: Co2ProKundeKg type: STRING - name: Jahr type: INT - name: OeffiAnteilProzent type: STRING - name: PkwAnteilProzent type: STRING - name: Supermarkt type: Supermarkt The data source for the [Supermarkt] select control should be loaded from the relative URL: "/SupermarktService/supermarkt" (HTTP-GET) An existing Umweltbilanz entity should be loaded from the relative URL: "/KasseService/umweltbilanz/{id}" (HTTP-GET) If a new Umweltbilanz entity has been created, the new entity should be posted to the relative URL: "/KasseService/umweltbilanz" (HTTP-POST) If an existing Umweltbilanz entity has been updated, the modified entity should be sent to the relative URL: "/KasseService/umweltbilanz/{id}" (HTTP-PUT) If an existing Umweltbilanz entity has to be deleted, the following relative URL should be called: "/KasseService/umweltbilanz/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum