Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GlasProduktFarbeView
Please create a React-JS view called "GlasProduktFarbeView" for the fields of the GlasProduktFarbe entity. The GlasProduktFarbeView must contain the following fields: - name: GlasFarbe type: GlasFarbe - name: GlasProdukt type: GlasProdukt - name: IstHauptfarbe type: BOOL The data source for the [GlasProdukt] select control should be loaded from the relative URL: "/GlasProduktService/glasprodukt" (HTTP-GET) The data source for the [GlasFarbe] select control should be loaded from the relative URL: "/GlasFarbeService/glasfarbe" (HTTP-GET) An existing GlasProduktFarbe entity should be loaded from the relative URL: "/GlasProduktService/glasproduktfarbe/{id}" (HTTP-GET) If a new GlasProduktFarbe entity has been created, the new entity should be posted to the relative URL: "/GlasProduktService/glasproduktfarbe" (HTTP-POST) If an existing GlasProduktFarbe entity has been updated, the modified entity should be sent to the relative URL: "/GlasProduktService/glasproduktfarbe/{id}" (HTTP-PUT) If an existing GlasProduktFarbe entity has to be deleted, the following relative URL should be called: "/GlasProduktService/glasproduktfarbe/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum