Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StadtView
Please create a React-JS view called "StadtView" for the fields of the Stadt entity. The StadtView must contain the following fields: - name: Land type: Land - name: Name type: STRING - name: Postleitzahl type: STRING - name: Region type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Stadt entity should be loaded from the relative URL: "/CarsharingOrganisationService/stadt/{id}" (HTTP-GET) If a new Stadt entity has been created, the new entity should be posted to the relative URL: "/CarsharingOrganisationService/stadt" (HTTP-POST) If an existing Stadt entity has been updated, the modified entity should be sent to the relative URL: "/CarsharingOrganisationService/stadt/{id}" (HTTP-PUT) If an existing Stadt entity has to be deleted, the following relative URL should be called: "/CarsharingOrganisationService/stadt/{id}" (HTTP-DELETE) Add a HTML table to the view with the following CarsharingOrganisation columns: - column: Name - column: Aktiv - column: Stationaer - column: SitzStadt - column: Rechtsform - column: Webseite - column: Geschaeftsmodell - column: Organisationstyp - column: Gruendungsjahr - column: Kombinationsmodell - column: FreeFloating The table should have the title "CarsharingOrganisations" und the data must be loaded from the server with the following relative URL: "/CarsharingOrganisationService/carsharingorganisation/sitzstadt/{id}" Add a HTML table to the view with the following OepnvBetreiber columns: - column: Stadt - column: Name - column: Land - column: Webseite The table should have the title "OepnvBetreibers" und the data must be loaded from the server with the following relative URL: "/CarsharingOrganisationService/oepnvbetreiber/stadt/{id}" Add a HTML table to the view with the following Umweltstudie columns: - column: ErsetzteFahrzeuge - column: Stadt - column: Notizen - column: PrivatCo2ProKm - column: Anbieter - column: Co2ProKm - column: Jahr The table should have the title "Umweltstudies" und the data must be loaded from the server with the following relative URL: "/RechnungService/umweltstudie/stadt/{id}" Add a HTML table to the view with the following Flughafen columns: - column: IataCode - column: IcaoCode - column: Stadt - column: Name The table should have the title "Flughafens" und the data must be loaded from the server with the following relative URL: "/GeschaeftsmodellService/flughafen/stadt/{id}" 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/stadt/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum