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: AmtlicherName type: STRING - name: IsoCode type: STRING - name: Name type: STRING - name: Region type: STRING An existing Land entity should be loaded from the relative URL: "/VereinService/land/{id}" (HTTP-GET) If a new Land entity has been created, the new entity should be posted to the relative URL: "/VereinService/land" (HTTP-POST) If an existing Land entity has been updated, the modified entity should be sent to the relative URL: "/VereinService/land/{id}" (HTTP-PUT) If an existing Land entity has to be deleted, the following relative URL should be called: "/VereinService/land/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Gesetz columns: - column: Gesetzestyp - column: Land - column: Titel - column: Zitierweise - column: Kurztitel - column: GueltigVon - column: Beschreibung - column: GueltigBis The table should have the title "Gesetzs" und the data must be loaded from the server with the following relative URL: "/GesetzService/gesetz/land/{id}" Add a HTML table to the view with the following Verein columns: - column: Aufloesungsdatum - column: IstKirchlich - column: SitzAdresse - column: Name - column: IstMildtaetig - column: SitzPlz - column: IstPolitisch - column: Rechtsform - column: Kurzname - column: IstEingetragen - column: IstGemeinnuetzig - column: SatzungUrl - column: IstSportlich - column: Registernummer - column: Gruendungsdatum - column: IstInternational - column: IstDachverband - column: SitzOrt - column: Oberverein - column: Register - column: Land - column: Zweckbeschreibung The table should have the title "Vereins" und the data must be loaded from the server with the following relative URL: "/VereinService/verein/land/{id}" Add a HTML table to the view with the following Vereinsregister columns: - column: SeitJahr - column: Land - column: Registergericht - column: IstElektronisch - column: Name The table should have the title "Vereinsregisters" und the data must be loaded from the server with the following relative URL: "/MitgliedService/vereinsregister/land/{id}" Add a HTML table to the view with the following Foerderprogramm columns: - column: Beschreibung - column: Name - column: Traeger - column: Land The table should have the title "Foerderprogramms" und the data must be loaded from the server with the following relative URL: "/FoerderprogrammService/foerderprogramm/land/{id}" Add a HTML table to the view with the following Gericht columns: - column: Ort - column: IstRegistergericht - column: Name - column: Land The table should have the title "Gerichts" und the data must be loaded from the server with the following relative URL: "/FoerderprogrammService/gericht/land/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum