Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WasserstoffSystemView
Please create a React-JS view called "WasserstoffSystemView" for the fields of the WasserstoffSystem entity. The WasserstoffSystemView must contain the following fields: - name: HatVorkuehlung type: BOOL - name: KraftstoffArt type: KraftstoffArt - name: MaxDruckBar type: STRING - name: SpeicherKapazitaet type: STRING - name: Tankstelle type: Tankstelle The data source for the [KraftstoffArt] select control should be loaded from the relative URL: "/KraftstoffArtService/kraftstoffart" (HTTP-GET) The data source for the [Tankstelle] select control should be loaded from the relative URL: "/TankstelleService/tankstelle" (HTTP-GET) An existing WasserstoffSystem entity should be loaded from the relative URL: "/VorfallArtService/wasserstoffsystem/{id}" (HTTP-GET) If a new WasserstoffSystem entity has been created, the new entity should be posted to the relative URL: "/VorfallArtService/wasserstoffsystem" (HTTP-POST) If an existing WasserstoffSystem entity has been updated, the modified entity should be sent to the relative URL: "/VorfallArtService/wasserstoffsystem/{id}" (HTTP-PUT) If an existing WasserstoffSystem entity has to be deleted, the following relative URL should be called: "/VorfallArtService/wasserstoffsystem/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum