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