Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GasSpeicherView
Please create a React-JS view called "GasSpeicherView" for the fields of the GasSpeicher entity. The GasSpeicherView must contain the following fields: - name: Druckstufe type: STRING - name: IstUnterirdisch type: BOOL - name: Kapazitaet type: STRING - name: KraftstoffArt type: KraftstoffArt - name: SpeicherTyp 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 GasSpeicher entity should be loaded from the relative URL: "/KraftstoffArtService/gasspeicher/{id}" (HTTP-GET) If a new GasSpeicher entity has been created, the new entity should be posted to the relative URL: "/KraftstoffArtService/gasspeicher" (HTTP-POST) If an existing GasSpeicher entity has been updated, the modified entity should be sent to the relative URL: "/KraftstoffArtService/gasspeicher/{id}" (HTTP-PUT) If an existing GasSpeicher entity has to be deleted, the following relative URL should be called: "/KraftstoffArtService/gasspeicher/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum