Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VermessungView
Please create a React-JS view called "VermessungView" for the fields of the Vermessung entity. The VermessungView must contain the following fields: - name: Auftraggeber type: STRING - name: Beginn type: DATE - name: DurchgefuehrtVon type: STRING - name: Ende type: DATE - name: ErzeugtAm type: DATE - name: Flurstueck type: Flurstueck - name: Organisationseinheit type: Organisationseinheit - name: Status type: STRING - name: Vermessungsart type: Vermessungsart - name: Vorgangsnummer type: STRING The data source for the [Flurstueck] select control should be loaded from the relative URL: "/FlurstueckService/flurstueck" (HTTP-GET) The data source for the [Organisationseinheit] select control should be loaded from the relative URL: "/OrganisationseinheitService/organisationseinheit" (HTTP-GET) The data source for the [Vermessungsart] select control should be loaded from the relative URL: "/VermessungsartService/vermessungsart" (HTTP-GET) An existing Vermessung entity should be loaded from the relative URL: "/OrganisationseinheitService/vermessung/{id}" (HTTP-GET) If a new Vermessung entity has been created, the new entity should be posted to the relative URL: "/OrganisationseinheitService/vermessung" (HTTP-POST) If an existing Vermessung entity has been updated, the modified entity should be sent to the relative URL: "/OrganisationseinheitService/vermessung/{id}" (HTTP-PUT) If an existing Vermessung entity has to be deleted, the following relative URL should be called: "/OrganisationseinheitService/vermessung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following FlurstuecksAenderung columns: - column: NeueFlaecheQm - column: AlteFlaecheQm - column: Flurstueck - column: Beschreibung - column: Vermessung - column: Aenderungsart - column: ErzeugtAm - column: WirksamAm The table should have the title "FlurstuecksAenderungs" und the data must be loaded from the server with the following relative URL: "/OrganisationseinheitService/flurstuecksaenderung/vermessung/{id}" Add a HTML table to the view with the following Vermessungsdokument columns: - column: Titel - column: ErzeugtAm - column: Datei - column: Dokumenttyp - column: Vermessung The table should have the title "Vermessungsdokuments" und the data must be loaded from the server with the following relative URL: "/CopernicusProduktService/vermessungsdokument/vermessung/{id}" Add a HTML table to the view with the following Gebaeudemessung columns: - column: GemesseneGrundflaecheQm - column: Messdatum - column: ErzeugtAm - column: Gebaeude - column: Vermessung - column: HoeheM The table should have the title "Gebaeudemessungs" und the data must be loaded from the server with the following relative URL: "/FlurstueckService/gebaeudemessung/vermessung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum