Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StationstypView
Please create a React-JS view called "StationstypView" for the fields of the Stationstyp entity. The StationstypView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Stationstyp entity should be loaded from the relative URL: "/GeschaeftsmodellService/stationstyp/{id}" (HTTP-GET) If a new Stationstyp entity has been created, the new entity should be posted to the relative URL: "/GeschaeftsmodellService/stationstyp" (HTTP-POST) If an existing Stationstyp entity has been updated, the modified entity should be sent to the relative URL: "/GeschaeftsmodellService/stationstyp/{id}" (HTTP-PUT) If an existing Stationstyp entity has to be deleted, the following relative URL should be called: "/GeschaeftsmodellService/stationstyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Station columns: - column: CarsharingOrganisation - column: BahnhofBezug - column: OeffentlicherParkplatz - column: Name - column: FlughafenBezug - column: Laengengrad - column: Adresse - column: Stationstyp - column: Stadt - column: Breitengrad The table should have the title "Stations" und the data must be loaded from the server with the following relative URL: "/StationService/station/stationstyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum