Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AuditView
Please create a React-JS view called "AuditView" for the fields of the Audit entity. The AuditView must contain the following fields: - name: AuditDatum type: DATE - name: AuditTyp type: STRING - name: Ergebnis type: STRING - name: LokaleTafel type: LokaleTafel - name: Mitarbeiter type: Mitarbeiter - name: NacharbeitErforderlichFlag type: BOOL The data source for the [Mitarbeiter] select control should be loaded from the relative URL: "/MitarbeiterService/mitarbeiter" (HTTP-GET) The data source for the [LokaleTafel] select control should be loaded from the relative URL: "/LokaleTafelService/lokaletafel" (HTTP-GET) An existing Audit entity should be loaded from the relative URL: "/MitarbeiterService/audit/{id}" (HTTP-GET) If a new Audit entity has been created, the new entity should be posted to the relative URL: "/MitarbeiterService/audit" (HTTP-POST) If an existing Audit entity has been updated, the modified entity should be sent to the relative URL: "/MitarbeiterService/audit/{id}" (HTTP-PUT) If an existing Audit entity has to be deleted, the following relative URL should be called: "/MitarbeiterService/audit/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum