Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OrganisationseinheitView
Please create a React-JS view called "OrganisationseinheitView" for the fields of the Organisationseinheit entity. The OrganisationseinheitView must contain the following fields: - name: Behoerde type: Behoerde - name: Beschreibung type: STRING - name: Code type: STRING - name: Email type: STRING - name: ErzeugtAm type: DATE - name: Name type: STRING - name: Telefon type: STRING The data source for the [Behoerde] select control should be loaded from the relative URL: "/CopernicusProduktService/behoerde" (HTTP-GET) An existing Organisationseinheit entity should be loaded from the relative URL: "/OrganisationseinheitService/organisationseinheit/{id}" (HTTP-GET) If a new Organisationseinheit entity has been created, the new entity should be posted to the relative URL: "/OrganisationseinheitService/organisationseinheit" (HTTP-POST) If an existing Organisationseinheit entity has been updated, the modified entity should be sent to the relative URL: "/OrganisationseinheitService/organisationseinheit/{id}" (HTTP-PUT) If an existing Organisationseinheit entity has to be deleted, the following relative URL should be called: "/OrganisationseinheitService/organisationseinheit/{id}" (HTTP-DELETE) 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/organisationseinheit/{id}" Add a HTML table to the view with the following Benutzerkonto columns: - column: Benutzername - column: Email - column: ErzeugtAm - column: Organisationseinheit - column: Anzeigename - column: Aktiv The table should have the title "Benutzerkontos" und the data must be loaded from the server with the following relative URL: "/BenutzerkontoService/benutzerkonto/organisationseinheit/{id}" Add a HTML table to the view with the following Geodatensatz columns: - column: VerantwortlicheOrganisationseinheit - column: Kurzname - column: Aktualisierungszyklus - column: ErzeugtAm - column: Name - column: Datensatzkategorie - column: Raumbezugssystem - column: Beschreibung The table should have the title "Geodatensatzs" und the data must be loaded from the server with the following relative URL: "/GeodatensatzService/geodatensatz/verantwortlicheorganisationseinheit/{id}" Add a HTML table to the view with the following Thema columns: - column: Slug - column: ErzeugtAm - column: Titel - column: Aktiv - column: Beschreibung - column: Organisationseinheit The table should have the title "Themas" und the data must be loaded from the server with the following relative URL: "/VermessungsartService/thema/organisationseinheit/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum