Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GemeindeView
Please create a React-JS view called "GemeindeView" for the fields of the Gemeinde entity. The GemeindeView must contain the following fields: - name: AmtlicherSchluessel type: STRING - name: HatBuergeramt type: BOOL - name: IstKreisfrei type: BOOL - name: Land type: Land - name: Name type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/GemeindeService/land" (HTTP-GET) An existing Gemeinde entity should be loaded from the relative URL: "/GemeindeService/gemeinde/{id}" (HTTP-GET) If a new Gemeinde entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/gemeinde" (HTTP-POST) If an existing Gemeinde entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/gemeinde/{id}" (HTTP-PUT) If an existing Gemeinde entity has to be deleted, the following relative URL should be called: "/GemeindeService/gemeinde/{id}" (HTTP-DELETE) 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/gemeinde/{id}" Add a HTML table to the view with the following MelderegisterEintrag columns: - column: Status - column: HauptWohnadresse - column: AktuelleGemeinde - column: ErstRegistriertAm - column: Person - column: LetzteAktualisierung The table should have the title "MelderegisterEintrags" und the data must be loaded from the server with the following relative URL: "/GemeindeService/melderegistereintrag/aktuellegemeinde/{id}" Add a HTML table to the view with the following StatistikEintrag columns: - column: Stichtag - column: EinwohnerWeiblich - column: Gemeinde - column: EinwohnerMaennlich - column: EinwohnerGesamt - column: EinwohnerAuslaender The table should have the title "StatistikEintrags" und the data must be loaded from the server with the following relative URL: "/RechtsgrundlageService/statistikeintrag/gemeinde/{id}" Add a HTML table to the view with the following WehrdienstErfassung columns: - column: Gemeinde - column: Person - column: Hinweis - column: Erfassungsdatum - column: Status The table should have the title "WehrdienstErfassungs" und the data must be loaded from the server with the following relative URL: "/PersonService/wehrdiensterfassung/gemeinde/{id}" Add a HTML table to the view with the following MeldeVorgang columns: - column: Datum - column: Vorgangsart - column: NeueGemeinde - column: VorherigeGemeinde - column: Behoerde - column: Person - column: Vorgangsnummer The table should have the title "MeldeVorgangs" und the data must be loaded from the server with the following relative URL: "/BehoerdeService/meldevorgang/vorherigegemeinde/{id}" Add a HTML table to the view with the following MeldeVorgang columns: - column: Datum - column: Vorgangsart - column: NeueGemeinde - column: VorherigeGemeinde - column: Behoerde - column: Person - column: Vorgangsnummer The table should have the title "MeldeVorgangs" und the data must be loaded from the server with the following relative URL: "/BehoerdeService/meldevorgang/neuegemeinde/{id}" Add a HTML table to the view with the following Behoerde columns: - column: Postleitzahl - column: Telefon - column: Ort - column: Gemeinde - column: Strasse - column: Hausnummer - column: Typ - column: Name - column: Email The table should have the title "Behoerdes" und the data must be loaded from the server with the following relative URL: "/BehoerdeService/behoerde/gemeinde/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum