Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WasserartView
Please create a React-JS view called "WasserartView" for the fields of the Wasserart entity. The WasserartView must contain the following fields: - name: Hinweise type: STRING - name: Name type: STRING - name: SalzgehaltBeschreibung type: STRING - name: TypischeVerwendung type: STRING An existing Wasserart entity should be loaded from the relative URL: "/NebenproduktService/wasserart/{id}" (HTTP-GET) If a new Wasserart entity has been created, the new entity should be posted to the relative URL: "/NebenproduktService/wasserart" (HTTP-POST) If an existing Wasserart entity has been updated, the modified entity should be sent to the relative URL: "/NebenproduktService/wasserart/{id}" (HTTP-PUT) If an existing Wasserart entity has to be deleted, the following relative URL should be called: "/NebenproduktService/wasserart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Entsalzungsanlage columns: - column: BetreiberOrganisation - column: InbetriebnahmeJahr - column: IstKraftwerksverbund - column: AusserbetriebnahmeJahr - column: Hinweise - column: Land - column: Produktwasserart - column: StandortStadt - column: Rohwasserart - column: Name - column: StandortBeschreibung - column: TageskapazitaetM3 The table should have the title "Entsalzungsanlages" und the data must be loaded from the server with the following relative URL: "/EntsalzungsanlageService/entsalzungsanlage/rohwasserart/{id}" Add a HTML table to the view with the following Entsalzungsanlage columns: - column: BetreiberOrganisation - column: InbetriebnahmeJahr - column: IstKraftwerksverbund - column: AusserbetriebnahmeJahr - column: Hinweise - column: Land - column: Produktwasserart - column: StandortStadt - column: Rohwasserart - column: Name - column: StandortBeschreibung - column: TageskapazitaetM3 The table should have the title "Entsalzungsanlages" und the data must be loaded from the server with the following relative URL: "/EntsalzungsanlageService/entsalzungsanlage/produktwasserart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum