Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BenutzerkontoView
Please create a React-JS view called "BenutzerkontoView" for the fields of the Benutzerkonto entity. The BenutzerkontoView must contain the following fields: - name: Aktiv type: BOOL - name: Anzeigename type: STRING - name: Benutzername type: STRING - name: Email type: STRING - name: ErzeugtAm type: DATE - name: Organisationseinheit type: Organisationseinheit The data source for the [Organisationseinheit] select control should be loaded from the relative URL: "/OrganisationseinheitService/organisationseinheit" (HTTP-GET) An existing Benutzerkonto entity should be loaded from the relative URL: "/BenutzerkontoService/benutzerkonto/{id}" (HTTP-GET) If a new Benutzerkonto entity has been created, the new entity should be posted to the relative URL: "/BenutzerkontoService/benutzerkonto" (HTTP-POST) If an existing Benutzerkonto entity has been updated, the modified entity should be sent to the relative URL: "/BenutzerkontoService/benutzerkonto/{id}" (HTTP-PUT) If an existing Benutzerkonto entity has to be deleted, the following relative URL should be called: "/BenutzerkontoService/benutzerkonto/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Zugriffsprotokoll columns: - column: Geodatensatz - column: ZugriffAm - column: ClientIp - column: Kartendienst - column: Benutzerkonto - column: Aktion The table should have the title "Zugriffsprotokolls" und the data must be loaded from the server with the following relative URL: "/KartendienstService/zugriffsprotokoll/benutzerkonto/{id}" Add a HTML table to the view with the following Benutzerrolle columns: - column: Benutzerkonto - column: Rolle - column: ZugewiesenAm The table should have the title "Benutzerrolles" und the data must be loaded from the server with the following relative URL: "/BenutzerkontoService/benutzerrolle/benutzerkonto/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum