Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AuditLogView
Please create a React-JS view called "AuditLogView" for the fields of the AuditLog entity. The AuditLogView must contain the following fields: - name: Aktion type: STRING - name: Details type: STRING - name: Entitaet type: STRING - name: EntitaetSchluessel type: STRING - name: Mitarbeiter type: Mitarbeiter - name: Patient type: Patient - name: Zeitpunkt type: DATE The data source for the [Patient] select control should be loaded from the relative URL: "/PatientService/patient" (HTTP-GET) The data source for the [Mitarbeiter] select control should be loaded from the relative URL: "/MitarbeiterService/mitarbeiter" (HTTP-GET) An existing AuditLog entity should be loaded from the relative URL: "/RechtsDokumentService/auditlog/{id}" (HTTP-GET) If a new AuditLog entity has been created, the new entity should be posted to the relative URL: "/RechtsDokumentService/auditlog" (HTTP-POST) If an existing AuditLog entity has been updated, the modified entity should be sent to the relative URL: "/RechtsDokumentService/auditlog/{id}" (HTTP-PUT) If an existing AuditLog entity has to be deleted, the following relative URL should be called: "/RechtsDokumentService/auditlog/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum