Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProzessGeraetView
Please create a React-JS view called "ProzessGeraetView" for the fields of the ProzessGeraet entity. The ProzessGeraetView must contain the following fields: - name: Aufbereitungsprozess type: Aufbereitungsprozess - name: Geraet type: Geraet - name: InBetriebAb type: DATE - name: InBetriebBis type: DATE - name: Rolle type: STRING The data source for the [Geraet] select control should be loaded from the relative URL: "/GeraetetypService/geraet" (HTTP-GET) The data source for the [Aufbereitungsprozess] select control should be loaded from the relative URL: "/AufbereitungsanlageService/aufbereitungsprozess" (HTTP-GET) An existing ProzessGeraet entity should be loaded from the relative URL: "/GeraetetypService/prozessgeraet/{id}" (HTTP-GET) If a new ProzessGeraet entity has been created, the new entity should be posted to the relative URL: "/GeraetetypService/prozessgeraet" (HTTP-POST) If an existing ProzessGeraet entity has been updated, the modified entity should be sent to the relative URL: "/GeraetetypService/prozessgeraet/{id}" (HTTP-PUT) If an existing ProzessGeraet entity has to be deleted, the following relative URL should be called: "/GeraetetypService/prozessgeraet/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum