Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
CarsharingOrganisationView
Please create a React-JS view called "CarsharingOrganisationView" for the fields of the CarsharingOrganisation entity. The CarsharingOrganisationView must contain the following fields: - name: Aktiv type: BOOL - name: FreeFloating type: BOOL - name: Geschaeftsmodell type: Geschaeftsmodell - name: Gruendungsjahr type: LONG - name: Kombinationsmodell type: BOOL - name: Name type: STRING - name: Organisationstyp type: Organisationstyp - name: Rechtsform type: STRING - name: SitzStadt type: Stadt - name: Stationaer type: BOOL - name: Webseite type: STRING The data source for the [SitzStadt] select control should be loaded from the relative URL: "/CarsharingOrganisationService/stadt" (HTTP-GET) The data source for the [Geschaeftsmodell] select control should be loaded from the relative URL: "/GeschaeftsmodellService/geschaeftsmodell" (HTTP-GET) The data source for the [Organisationstyp] select control should be loaded from the relative URL: "/OrganisationstypService/organisationstyp" (HTTP-GET) An existing CarsharingOrganisation entity should be loaded from the relative URL: "/CarsharingOrganisationService/carsharingorganisation/{id}" (HTTP-GET) If a new CarsharingOrganisation entity has been created, the new entity should be posted to the relative URL: "/CarsharingOrganisationService/carsharingorganisation" (HTTP-POST) If an existing CarsharingOrganisation entity has been updated, the modified entity should be sent to the relative URL: "/CarsharingOrganisationService/carsharingorganisation/{id}" (HTTP-PUT) If an existing CarsharingOrganisation entity has to be deleted, the following relative URL should be called: "/CarsharingOrganisationService/carsharingorganisation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Verbandsmitgliedschaft columns: - column: Mitgliedsart - column: CarsharingOrganisation - column: MitgliedSeit - column: CarsharingVerband The table should have the title "Verbandsmitgliedschafts" und the data must be loaded from the server with the following relative URL: "/CarsharingOrganisationService/verbandsmitgliedschaft/carsharingorganisation/{id}" Add a HTML table to the view with the following Rechnung columns: - column: Nutzer - column: CarsharingOrganisation - column: ZeitraumEnde - column: Status - column: Gesamtbetrag - column: ZeitraumStart - column: Rechnungsnummer - column: AusgestelltAm The table should have the title "Rechnungs" und the data must be loaded from the server with the following relative URL: "/RechnungService/rechnung/carsharingorganisation/{id}" Add a HTML table to the view with the following Flotte columns: - column: ElektroFokus - column: GeplanteFahrzeuge - column: Beschreibung - column: Name - column: CarsharingOrganisation The table should have the title "Flottes" und the data must be loaded from the server with the following relative URL: "/CarsharingOrganisationService/flotte/carsharingorganisation/{id}" Add a HTML table to the view with the following Callcenter columns: - column: CarsharingOrganisation - column: Name - column: Zeitzone - column: Telefonnummer The table should have the title "Callcenters" und the data must be loaded from the server with the following relative URL: "/TarifService/callcenter/carsharingorganisation/{id}" Add a HTML table to the view with the following FlughafenCarsharingAnlage columns: - column: Zusatzgebuehr - column: ShuttleService - column: Name - column: CarsharingOrganisation - column: Flughafen - column: EigenerParkbereich The table should have the title "FlughafenCarsharingAnlages" und the data must be loaded from the server with the following relative URL: "/GeschaeftsmodellService/flughafencarsharinganlage/carsharingorganisation/{id}" Add a HTML table to the view with the following Tarif columns: - column: Kaution - column: Monatspauschale - column: Name - column: Beschreibung - column: FreeFloatingTarif - column: KilometerAbrechnung - column: Anmeldegebuehr - column: CarsharingOrganisation The table should have the title "Tarifs" und the data must be loaded from the server with the following relative URL: "/TarifService/tarif/carsharingorganisation/{id}" Add a HTML table to the view with the following IntermodaleKooperation columns: - column: OepnvBetreiber - column: Beschreibung - column: Startdatum - column: Enddatum - column: CarsharingOrganisation The table should have the title "IntermodaleKooperations" und the data must be loaded from the server with the following relative URL: "/CarsharingOrganisationService/intermodalekooperation/carsharingorganisation/{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/carsharingorganisation/{id}" Add a HTML table to the view with the following Mitgliedschaft columns: - column: Mitgliedsnummer - column: CarsharingOrganisation - column: GastgeberAdresse - column: Nutzer - column: Enddatum - column: Startdatum - column: Gastgeber The table should have the title "Mitgliedschafts" und the data must be loaded from the server with the following relative URL: "/StationService/mitgliedschaft/carsharingorganisation/{id}" Add a HTML table to the view with the following DatenschutzMerkmal columns: - column: Standortdaten - column: Anonymisierung - column: Beschreibung - column: CarsharingOrganisation - column: Aufbewahrungstage The table should have the title "DatenschutzMerkmals" und the data must be loaded from the server with the following relative URL: "/RechnungService/datenschutzmerkmal/carsharingorganisation/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum