Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KraftwerkOekologischeAuswirkungView
Please create a React-JS view called "KraftwerkOekologischeAuswirkungView" for the fields of the KraftwerkOekologischeAuswirkung entity. The KraftwerkOekologischeAuswirkungView must contain the following fields: - name: Notizen type: STRING - name: OekologischeAuswirkung type: OekologischeAuswirkung - name: Schweregrad type: INT - name: Wasserkraftwerk type: Wasserkraftwerk The data source for the [Wasserkraftwerk] select control should be loaded from the relative URL: "/WasserkraftwerkService/wasserkraftwerk" (HTTP-GET) The data source for the [OekologischeAuswirkung] select control should be loaded from the relative URL: "/OekologischeAuswirkungService/oekologischeauswirkung" (HTTP-GET) An existing KraftwerkOekologischeAuswirkung entity should be loaded from the relative URL: "/OekologischeAuswirkungService/kraftwerkoekologischeauswirkung/{id}" (HTTP-GET) If a new KraftwerkOekologischeAuswirkung entity has been created, the new entity should be posted to the relative URL: "/OekologischeAuswirkungService/kraftwerkoekologischeauswirkung" (HTTP-POST) If an existing KraftwerkOekologischeAuswirkung entity has been updated, the modified entity should be sent to the relative URL: "/OekologischeAuswirkungService/kraftwerkoekologischeauswirkung/{id}" (HTTP-PUT) If an existing KraftwerkOekologischeAuswirkung entity has to be deleted, the following relative URL should be called: "/OekologischeAuswirkungService/kraftwerkoekologischeauswirkung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum