Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AdresseView
Please create a React-JS view called "AdresseView" for the fields of the Adresse entity. The AdresseView must contain the following fields: - name: Gemeinde type: Gemeinde - name: Hausnummer type: STRING - name: Land type: Land - name: Ort type: STRING - name: Postleitzahl type: STRING - name: Strasse type: STRING - name: Zusatz type: STRING The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/GemeindeService/land" (HTTP-GET) An existing Adresse entity should be loaded from the relative URL: "/GemeindeService/adresse/{id}" (HTTP-GET) If a new Adresse entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/adresse" (HTTP-POST) If an existing Adresse entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/adresse/{id}" (HTTP-PUT) If an existing Adresse entity has to be deleted, the following relative URL should be called: "/GemeindeService/adresse/{id}" (HTTP-DELETE) 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/hauptwohnadresse/{id}" Add a HTML table to the view with the following Wohnsitz columns: - column: IstHauptwohnung - column: Adresse - column: Einzugsdatum - column: Auszugsdatum - column: Person - column: WohnsitzArt The table should have the title "Wohnsitzs" und the data must be loaded from the server with the following relative URL: "/PersonService/wohnsitz/adresse/{id}" Add a HTML table to the view with the following FahrzeugAdresseAenderung columns: - column: FahrzeugKennzeichen - column: WirksamAm - column: NeueAdresse - column: Antrag - column: AlteAdresse The table should have the title "FahrzeugAdresseAenderungs" und the data must be loaded from the server with the following relative URL: "/BehoerdeService/fahrzeugadresseaenderung/neueadresse/{id}" Add a HTML table to the view with the following FahrzeugAdresseAenderung columns: - column: FahrzeugKennzeichen - column: WirksamAm - column: NeueAdresse - column: Antrag - column: AlteAdresse The table should have the title "FahrzeugAdresseAenderungs" und the data must be loaded from the server with the following relative URL: "/BehoerdeService/fahrzeugadresseaenderung/alteadresse/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum