Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerfahrenEnergiequelleView
Please create a React-JS view called "VerfahrenEnergiequelleView" for the fields of the VerfahrenEnergiequelle entity. The VerfahrenEnergiequelleView must contain the following fields: - name: Energiequelle type: Energiequelle - name: NutzungBeschreibung 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) The data source for the [Energiequelle] select control should be loaded from the relative URL: "/EnergiequelleService/energiequelle" (HTTP-GET) An existing VerfahrenEnergiequelle entity should be loaded from the relative URL: "/EnergiequelleService/verfahrenenergiequelle/{id}" (HTTP-GET) If a new VerfahrenEnergiequelle entity has been created, the new entity should be posted to the relative URL: "/EnergiequelleService/verfahrenenergiequelle" (HTTP-POST) If an existing VerfahrenEnergiequelle entity has been updated, the modified entity should be sent to the relative URL: "/EnergiequelleService/verfahrenenergiequelle/{id}" (HTTP-PUT) If an existing VerfahrenEnergiequelle entity has to be deleted, the following relative URL should be called: "/EnergiequelleService/verfahrenenergiequelle/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum