Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OepnvBetreiberView
Please create a React-JS view called "OepnvBetreiberView" for the fields of the OepnvBetreiber entity. The OepnvBetreiberView must contain the following fields: - name: Land type: Land - name: Name type: STRING - name: Stadt type: Stadt - name: Webseite type: STRING The data source for the [Stadt] select control should be loaded from the relative URL: "/CarsharingOrganisationService/stadt" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing OepnvBetreiber entity should be loaded from the relative URL: "/CarsharingOrganisationService/oepnvbetreiber/{id}" (HTTP-GET) If a new OepnvBetreiber entity has been created, the new entity should be posted to the relative URL: "/CarsharingOrganisationService/oepnvbetreiber" (HTTP-POST) If an existing OepnvBetreiber entity has been updated, the modified entity should be sent to the relative URL: "/CarsharingOrganisationService/oepnvbetreiber/{id}" (HTTP-PUT) If an existing OepnvBetreiber entity has to be deleted, the following relative URL should be called: "/CarsharingOrganisationService/oepnvbetreiber/{id}" (HTTP-DELETE) 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/oepnvbetreiber/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum