Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FlurstueckView
Please create a React-JS view called "FlurstueckView" for the fields of the Flurstueck entity. The FlurstueckView must contain the following fields: - name: Bebaut type: BOOL - name: ErzeugtAm type: DATE - name: FlaecheQm type: DOUBLE - name: Flurstuecksnummer type: STRING - name: Gemarkung type: Gemarkung - name: Nutzungsart type: STRING The data source for the [Gemarkung] select control should be loaded from the relative URL: "/FlurstueckService/gemarkung" (HTTP-GET) An existing Flurstueck entity should be loaded from the relative URL: "/FlurstueckService/flurstueck/{id}" (HTTP-GET) If a new Flurstueck entity has been created, the new entity should be posted to the relative URL: "/FlurstueckService/flurstueck" (HTTP-POST) If an existing Flurstueck entity has been updated, the modified entity should be sent to the relative URL: "/FlurstueckService/flurstueck/{id}" (HTTP-PUT) If an existing Flurstueck entity has to be deleted, the following relative URL should be called: "/FlurstueckService/flurstueck/{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/flurstueck/{id}" Add a HTML table to the view with the following Gebaeude columns: - column: ErzeugtAm - column: Gebaeudenummer - column: Nutzung - column: GrundflaecheQm - column: Geschosse - column: Flurstueck The table should have the title "Gebaeudes" und the data must be loaded from the server with the following relative URL: "/FlurstueckService/gebaeude/flurstueck/{id}" Add a HTML table to the view with the following Grenzpunkt columns: - column: Reihenfolge - column: Festpunkt - column: Flurstueck - column: LokaleKennung - column: ErzeugtAm The table should have the title "Grenzpunkts" und the data must be loaded from the server with the following relative URL: "/FestpunktService/grenzpunkt/flurstueck/{id}" Add a HTML table to the view with the following Vermessung columns: - column: Vermessungsart - column: Organisationseinheit - column: ErzeugtAm - column: Flurstueck - column: DurchgefuehrtVon - column: Vorgangsnummer - column: Beginn - column: Ende - column: Status - column: Auftraggeber The table should have the title "Vermessungs" und the data must be loaded from the server with the following relative URL: "/OrganisationseinheitService/vermessung/flurstueck/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum