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