Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GlasProduktView
Please create a React-JS view called "GlasProduktView" for the fields of the GlasProdukt entity. The GlasProduktView must contain the following fields: - name: Abfallstrom type: Abfallstrom - name: Beschreibung type: STRING - name: GlasKategorie type: GlasKategorie - name: Name 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 [Abfallstrom] select control should be loaded from the relative URL: "/AbfallstromService/abfallstrom" (HTTP-GET) An existing GlasProdukt entity should be loaded from the relative URL: "/GlasProduktService/glasprodukt/{id}" (HTTP-GET) If a new GlasProdukt entity has been created, the new entity should be posted to the relative URL: "/GlasProduktService/glasprodukt" (HTTP-POST) If an existing GlasProdukt entity has been updated, the modified entity should be sent to the relative URL: "/GlasProduktService/glasprodukt/{id}" (HTTP-PUT) If an existing GlasProdukt entity has to be deleted, the following relative URL should be called: "/GlasProduktService/glasprodukt/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GlasProduktFarbe columns: - column: IstHauptfarbe - column: GlasProdukt - column: GlasFarbe The table should have the title "GlasProduktFarbes" und the data must be loaded from the server with the following relative URL: "/GlasProduktService/glasproduktfarbe/glasprodukt/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum