Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProduktZutatView
Please create a React-JS view called "ProduktZutatView" for the fields of the ProduktZutat entity. The ProduktZutatView must contain the following fields: - name: AnteilProzent type: DOUBLE - name: Produkt type: Produkt - name: Zutat type: Zutat The data source for the [Produkt] select control should be loaded from the relative URL: "/ZutatService/produkt" (HTTP-GET) The data source for the [Zutat] select control should be loaded from the relative URL: "/ZutatService/zutat" (HTTP-GET) An existing ProduktZutat entity should be loaded from the relative URL: "/ZutatService/produktzutat/{id}" (HTTP-GET) If a new ProduktZutat entity has been created, the new entity should be posted to the relative URL: "/ZutatService/produktzutat" (HTTP-POST) If an existing ProduktZutat entity has been updated, the modified entity should be sent to the relative URL: "/ZutatService/produktzutat/{id}" (HTTP-PUT) If an existing ProduktZutat entity has to be deleted, the following relative URL should be called: "/ZutatService/produktzutat/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum