Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflanzeView
Please create a React-JS view called "PflanzeView" for the fields of the Pflanze entity. The PflanzeView must contain the following fields: - name: Kategorie type: Pflanzenkategorie - name: Name type: STRING - name: WissenschaftlicherName type: STRING The data source for the [Kategorie] select control should be loaded from the relative URL: "/BetriebService/pflanzenkategorie" (HTTP-GET) An existing Pflanze entity should be loaded from the relative URL: "/PflanzeService/pflanze/{id}" (HTTP-GET) If a new Pflanze entity has been created, the new entity should be posted to the relative URL: "/PflanzeService/pflanze" (HTTP-POST) If an existing Pflanze entity has been updated, the modified entity should be sent to the relative URL: "/PflanzeService/pflanze/{id}" (HTTP-PUT) If an existing Pflanze entity has to be deleted, the following relative URL should be called: "/PflanzeService/pflanze/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Produkt columns: - column: Marktsegment - column: Pflanze - column: Name The table should have the title "Produkts" und the data must be loaded from the server with the following relative URL: "/MarktsegmentService/produkt/pflanze/{id}" Add a HTML table to the view with the following BetriebPflanze columns: - column: Pflanze - column: Betrieb The table should have the title "BetriebPflanzes" und the data must be loaded from the server with the following relative URL: "/PflanzeService/betriebpflanze/pflanze/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum