Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZugriffsprotokollView
Please create a React-JS view called "ZugriffsprotokollView" for the fields of the Zugriffsprotokoll entity. The ZugriffsprotokollView must contain the following fields: - name: Aktion type: STRING - name: Benutzerkonto type: Benutzerkonto - name: ClientIp type: STRING - name: Geodatensatz type: Geodatensatz - name: Kartendienst type: Kartendienst - name: ZugriffAm type: DATE The data source for the [Benutzerkonto] select control should be loaded from the relative URL: "/BenutzerkontoService/benutzerkonto" (HTTP-GET) The data source for the [Geodatensatz] select control should be loaded from the relative URL: "/GeodatensatzService/geodatensatz" (HTTP-GET) The data source for the [Kartendienst] select control should be loaded from the relative URL: "/KartendienstService/kartendienst" (HTTP-GET) An existing Zugriffsprotokoll entity should be loaded from the relative URL: "/KartendienstService/zugriffsprotokoll/{id}" (HTTP-GET) If a new Zugriffsprotokoll entity has been created, the new entity should be posted to the relative URL: "/KartendienstService/zugriffsprotokoll" (HTTP-POST) If an existing Zugriffsprotokoll entity has been updated, the modified entity should be sent to the relative URL: "/KartendienstService/zugriffsprotokoll/{id}" (HTTP-PUT) If an existing Zugriffsprotokoll entity has to be deleted, the following relative URL should be called: "/KartendienstService/zugriffsprotokoll/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum