Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GlasFarbeView
Please create a React-JS view called "GlasFarbeView" for the fields of the GlasFarbe entity. The GlasFarbeView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing GlasFarbe entity should be loaded from the relative URL: "/GlasFarbeService/glasfarbe/{id}" (HTTP-GET) If a new GlasFarbe entity has been created, the new entity should be posted to the relative URL: "/GlasFarbeService/glasfarbe" (HTTP-POST) If an existing GlasFarbe entity has been updated, the modified entity should be sent to the relative URL: "/GlasFarbeService/glasfarbe/{id}" (HTTP-PUT) If an existing GlasFarbe entity has to be deleted, the following relative URL should be called: "/GlasFarbeService/glasfarbe/{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/glasfarbe/{id}" Add a HTML table to the view with the following FarbToleranz columns: - column: MaxProzent - column: FremdFarbe - column: ZielFarbe - column: QualitaetsStandard - column: Notizen The table should have the title "FarbToleranzs" und the data must be loaded from the server with the following relative URL: "/GlasFarbeService/farbtoleranz/fremdfarbe/{id}" Add a HTML table to the view with the following FarbToleranz columns: - column: MaxProzent - column: FremdFarbe - column: ZielFarbe - column: QualitaetsStandard - column: Notizen The table should have the title "FarbToleranzs" und the data must be loaded from the server with the following relative URL: "/GlasFarbeService/farbtoleranz/zielfarbe/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum