Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerfahrensvarianteView
Please create a React-JS view called "VerfahrensvarianteView" for the fields of the Verfahrensvariante entity. The VerfahrensvarianteView must contain the following fields: - name: Beschreibung type: STRING - name: BetriebsdruckBar type: STRING - name: BetriebstemperaturC type: STRING - name: Name type: STRING - name: RueckgewinnungsrateProzent type: STRING - name: Verfahren type: Verfahren The data source for the [Verfahren] select control should be loaded from the relative URL: "/VerfahrenService/verfahren" (HTTP-GET) An existing Verfahrensvariante entity should be loaded from the relative URL: "/AnwendungsbereichService/verfahrensvariante/{id}" (HTTP-GET) If a new Verfahrensvariante entity has been created, the new entity should be posted to the relative URL: "/AnwendungsbereichService/verfahrensvariante" (HTTP-POST) If an existing Verfahrensvariante entity has been updated, the modified entity should be sent to the relative URL: "/AnwendungsbereichService/verfahrensvariante/{id}" (HTTP-PUT) If an existing Verfahrensvariante entity has to be deleted, the following relative URL should be called: "/AnwendungsbereichService/verfahrensvariante/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum