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