Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LandView
Please create a React-JS view called "LandView" for the fields of the Land entity. The LandView must contain the following fields: - name: IsoCode type: STRING - name: Name type: STRING An existing Land entity should be loaded from the relative URL: "/LandService/land/{id}" (HTTP-GET) If a new Land entity has been created, the new entity should be posted to the relative URL: "/LandService/land" (HTTP-POST) If an existing Land entity has been updated, the modified entity should be sent to the relative URL: "/LandService/land/{id}" (HTTP-PUT) If an existing Land entity has to be deleted, the following relative URL should be called: "/LandService/land/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Regulierung columns: - column: GueltigAb - column: Beschreibung - column: Name - column: Land The table should have the title "Regulierungs" und the data must be loaded from the server with the following relative URL: "/LandService/regulierung/land/{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/land/{id}" Add a HTML table to the view with the following Nutzer columns: - column: Geburtsdatum - column: Vorname - column: MitgliedSeit - column: FuehrerscheinLand - column: FuehrerscheinNummer - column: Email - column: Telefonnummer - column: Status - column: Nachname The table should have the title "Nutzers" und the data must be loaded from the server with the following relative URL: "/LandService/nutzer/fuehrerscheinland/{id}" Add a HTML table to the view with the following CarsharingVerband columns: - column: Name - column: Webseite - column: Land The table should have the title "CarsharingVerbands" und the data must be loaded from the server with the following relative URL: "/LandService/carsharingverband/land/{id}" Add a HTML table to the view with the following Stadt columns: - column: Name - column: Postleitzahl - column: Region - column: Land The table should have the title "Stadts" und the data must be loaded from the server with the following relative URL: "/CarsharingOrganisationService/stadt/land/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum