Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MitgliedschaftView
Please create a React-JS view called "MitgliedschaftView" for the fields of the Mitgliedschaft entity. The MitgliedschaftView must contain the following fields: - name: CarsharingOrganisation type: CarsharingOrganisation - name: Enddatum type: DATE - name: Gastgeber type: BOOL - name: GastgeberAdresse type: STRING - name: Mitgliedsnummer type: STRING - name: Nutzer type: Nutzer - name: Startdatum type: DATE The data source for the [CarsharingOrganisation] select control should be loaded from the relative URL: "/CarsharingOrganisationService/carsharingorganisation" (HTTP-GET) The data source for the [Nutzer] select control should be loaded from the relative URL: "/LandService/nutzer" (HTTP-GET) An existing Mitgliedschaft entity should be loaded from the relative URL: "/StationService/mitgliedschaft/{id}" (HTTP-GET) If a new Mitgliedschaft entity has been created, the new entity should be posted to the relative URL: "/StationService/mitgliedschaft" (HTTP-POST) If an existing Mitgliedschaft entity has been updated, the modified entity should be sent to the relative URL: "/StationService/mitgliedschaft/{id}" (HTTP-PUT) If an existing Mitgliedschaft entity has to be deleted, the following relative URL should be called: "/StationService/mitgliedschaft/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Zugangsmittel columns: - column: EntzogenAm - column: Kennung - column: Mitgliedschaft - column: Typ - column: AusgestelltAm The table should have the title "Zugangsmittels" und the data must be loaded from the server with the following relative URL: "/TarifService/zugangsmittel/mitgliedschaft/{id}" Add a HTML table to the view with the following Reservierung columns: - column: StartGeplant - column: StationRueckgabe - column: StationAbholung - column: StorniertAm - column: Status - column: Mitgliedschaft - column: Tarif - column: EndeGeplant - column: Fahrzeug - column: ErstelltAm The table should have the title "Reservierungs" und the data must be loaded from the server with the following relative URL: "/StationService/reservierung/mitgliedschaft/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum