Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BetriebPflanzeView
Please create a React-JS view called "BetriebPflanzeView" for the fields of the BetriebPflanze entity. The BetriebPflanzeView must contain the following fields: - name: Betrieb type: Betrieb - name: Pflanze type: Pflanze The data source for the [Betrieb] select control should be loaded from the relative URL: "/BetriebService/betrieb" (HTTP-GET) The data source for the [Pflanze] select control should be loaded from the relative URL: "/PflanzeService/pflanze" (HTTP-GET) An existing BetriebPflanze entity should be loaded from the relative URL: "/PflanzeService/betriebpflanze/{id}" (HTTP-GET) If a new BetriebPflanze entity has been created, the new entity should be posted to the relative URL: "/PflanzeService/betriebpflanze" (HTTP-POST) If an existing BetriebPflanze entity has been updated, the modified entity should be sent to the relative URL: "/PflanzeService/betriebpflanze/{id}" (HTTP-PUT) If an existing BetriebPflanze entity has to be deleted, the following relative URL should be called: "/PflanzeService/betriebpflanze/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum