Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FlurstuecksAenderungView
Please create a React-JS view called "FlurstuecksAenderungView" for the fields of the FlurstuecksAenderung entity. The FlurstuecksAenderungView must contain the following fields: - name: Aenderungsart type: STRING - name: AlteFlaecheQm type: DOUBLE - name: Beschreibung type: STRING - name: ErzeugtAm type: DATE - name: Flurstueck type: Flurstueck - name: NeueFlaecheQm type: DOUBLE - name: Vermessung type: Vermessung - name: WirksamAm type: DATE The data source for the [Flurstueck] select control should be loaded from the relative URL: "/FlurstueckService/flurstueck" (HTTP-GET) The data source for the [Vermessung] select control should be loaded from the relative URL: "/OrganisationseinheitService/vermessung" (HTTP-GET) An existing FlurstuecksAenderung entity should be loaded from the relative URL: "/OrganisationseinheitService/flurstuecksaenderung/{id}" (HTTP-GET) If a new FlurstuecksAenderung entity has been created, the new entity should be posted to the relative URL: "/OrganisationseinheitService/flurstuecksaenderung" (HTTP-POST) If an existing FlurstuecksAenderung entity has been updated, the modified entity should be sent to the relative URL: "/OrganisationseinheitService/flurstuecksaenderung/{id}" (HTTP-PUT) If an existing FlurstuecksAenderung entity has to be deleted, the following relative URL should be called: "/OrganisationseinheitService/flurstuecksaenderung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum