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: "/AkteurService/land/{id}" (HTTP-GET) If a new Land entity has been created, the new entity should be posted to the relative URL: "/AkteurService/land" (HTTP-POST) If an existing Land entity has been updated, the modified entity should be sent to the relative URL: "/AkteurService/land/{id}" (HTTP-PUT) If an existing Land entity has to be deleted, the following relative URL should be called: "/AkteurService/land/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Rechtsinstrument columns: - column: Rechtsart - column: Fundstelle - column: InkraftDatum - column: Titel - column: Land - column: Kurztitel - column: EndeDatum - column: Beschreibung The table should have the title "Rechtsinstruments" und the data must be loaded from the server with the following relative URL: "/AkteurService/rechtsinstrument/land/{id}" Add a HTML table to the view with the following Akteur columns: - column: Rechtsform - column: Stadt - column: Adresszeile - column: Land - column: KontaktTelefon - column: Postleitzahl - column: AkteurTyp - column: Name - column: KontaktEmail The table should have the title "Akteurs" und the data must be loaded from the server with the following relative URL: "/AkteurService/akteur/land/{id}" Add a HTML table to the view with the following Abfallwirtschaftsplan columns: - column: PlanEbene - column: GueltigBis - column: Land - column: Gemeinde - column: GueltigVon - column: Region - column: Titel - column: Beschreibung The table should have the title "Abfallwirtschaftsplans" und the data must be loaded from the server with the following relative URL: "/RegionService/abfallwirtschaftsplan/land/{id}" Add a HTML table to the view with the following Gemeinde columns: - column: Name - column: Land - column: Einwohnerzahl - column: FlaecheQuadratkilometer - column: Region The table should have the title "Gemeindes" und the data must be loaded from the server with the following relative URL: "/GemeindeService/gemeinde/land/{id}" Add a HTML table to the view with the following HistorischesEreignis columns: - column: Beschreibung - column: Titel - column: Gemeinde - column: EreignisDatum - column: Land The table should have the title "HistorischesEreigniss" und the data must be loaded from the server with the following relative URL: "/RechtsanforderungService/historischesereignis/land/{id}" Add a HTML table to the view with the following Region columns: - column: Land - column: Name The table should have the title "Regions" und the data must be loaded from the server with the following relative URL: "/RegionService/region/land/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum