Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZutatView
Please create a React-JS view called "ZutatView" for the fields of the Zutat entity. The ZutatView must contain the following fields: - name: IstAllergen type: BOOL - name: Name type: STRING An existing Zutat entity should be loaded from the relative URL: "/ZutatService/zutat/{id}" (HTTP-GET) If a new Zutat entity has been created, the new entity should be posted to the relative URL: "/ZutatService/zutat" (HTTP-POST) If an existing Zutat entity has been updated, the modified entity should be sent to the relative URL: "/ZutatService/zutat/{id}" (HTTP-PUT) If an existing Zutat entity has to be deleted, the following relative URL should be called: "/ZutatService/zutat/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ProduktZutat columns: - column: Zutat - column: AnteilProzent - column: Produkt The table should have the title "ProduktZutats" und the data must be loaded from the server with the following relative URL: "/ZutatService/produktzutat/zutat/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum