Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FahrtView
Please create a React-JS view called "FahrtView" for the fields of the Fahrt entity. The FahrtView must contain the following fields: - name: AbgerechneteKm type: STRING - name: AbgerechneteZeitMin type: LONG - name: Ende type: DATE - name: Reservierung type: Reservierung - name: Start type: DATE - name: StreckeKm type: STRING The data source for the [Reservierung] select control should be loaded from the relative URL: "/StationService/reservierung" (HTTP-GET) An existing Fahrt entity should be loaded from the relative URL: "/StationService/fahrt/{id}" (HTTP-GET) If a new Fahrt entity has been created, the new entity should be posted to the relative URL: "/StationService/fahrt" (HTTP-POST) If an existing Fahrt entity has been updated, the modified entity should be sent to the relative URL: "/StationService/fahrt/{id}" (HTTP-PUT) If an existing Fahrt entity has to be deleted, the following relative URL should be called: "/StationService/fahrt/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum