Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProzesstypView
Please create a React-JS view called "ProzesstypView" for the fields of the Prozesstyp entity. The ProzesstypView must contain the following fields: - name: Beschreibung type: STRING - name: Kategorie type: STRING - name: Name type: STRING An existing Prozesstyp entity should be loaded from the relative URL: "/ProzesstypService/prozesstyp/{id}" (HTTP-GET) If a new Prozesstyp entity has been created, the new entity should be posted to the relative URL: "/ProzesstypService/prozesstyp" (HTTP-POST) If an existing Prozesstyp entity has been updated, the modified entity should be sent to the relative URL: "/ProzesstypService/prozesstyp/{id}" (HTTP-PUT) If an existing Prozesstyp entity has to be deleted, the following relative URL should be called: "/ProzesstypService/prozesstyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Aufbereitungsprozess columns: - column: Name - column: Beschreibung - column: Prozesstyp - column: Verfahrenslinie - column: Reihenfolge - column: BemessungsdurchsatzM3ProStunde The table should have the title "Aufbereitungsprozesss" und the data must be loaded from the server with the following relative URL: "/AufbereitungsanlageService/aufbereitungsprozess/prozesstyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum