Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProzessschrittView
Please create a React-JS view called "ProzessschrittView" for the fields of the Prozessschritt entity. The ProzessschrittView must contain the following fields: - name: Aufbereitungsprozess type: Aufbereitungsprozess - name: Beschreibung type: STRING - name: DauerMinuten type: DOUBLE - name: Name type: STRING - name: Prozessschritttyp type: Prozessschritttyp - name: Reihenfolge type: LONG The data source for the [Prozessschritttyp] select control should be loaded from the relative URL: "/ProzessschritttypService/prozessschritttyp" (HTTP-GET) The data source for the [Aufbereitungsprozess] select control should be loaded from the relative URL: "/AufbereitungsanlageService/aufbereitungsprozess" (HTTP-GET) An existing Prozessschritt entity should be loaded from the relative URL: "/ProzessschritttypService/prozessschritt/{id}" (HTTP-GET) If a new Prozessschritt entity has been created, the new entity should be posted to the relative URL: "/ProzessschritttypService/prozessschritt" (HTTP-POST) If an existing Prozessschritt entity has been updated, the modified entity should be sent to the relative URL: "/ProzessschritttypService/prozessschritt/{id}" (HTTP-PUT) If an existing Prozessschritt entity has to be deleted, the following relative URL should be called: "/ProzessschritttypService/prozessschritt/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum