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: EuMitglied type: BOOL - name: IsoCode type: STRING - name: Name type: STRING An existing Land entity should be loaded from the relative URL: "/GemeindeService/land/{id}" (HTTP-GET) If a new Land entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/land" (HTTP-POST) If an existing Land entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/land/{id}" (HTTP-PUT) If an existing Land entity has to be deleted, the following relative URL should be called: "/GemeindeService/land/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Gemeinde columns: - column: HatBuergeramt - column: AmtlicherSchluessel - column: IstKreisfrei - column: Land - column: Name 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 Adresse columns: - column: Postleitzahl - column: Ort - column: Zusatz - column: Gemeinde - column: Strasse - column: Hausnummer - column: Land The table should have the title "Adresses" und the data must be loaded from the server with the following relative URL: "/GemeindeService/adresse/land/{id}" Add a HTML table to the view with the following MigrationsAntrag columns: - column: Status - column: Hinweis - column: Antragsdatum - column: Person - column: Zielland - column: Herkunftsland The table should have the title "MigrationsAntrags" und the data must be loaded from the server with the following relative URL: "/GemeindeService/migrationsantrag/zielland/{id}" Add a HTML table to the view with the following MigrationsAntrag columns: - column: Status - column: Hinweis - column: Antragsdatum - column: Person - column: Zielland - column: Herkunftsland The table should have the title "MigrationsAntrags" und the data must be loaded from the server with the following relative URL: "/GemeindeService/migrationsantrag/herkunftsland/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum