Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AuditFeststellungView
Please create a React-JS view called "AuditFeststellungView" for the fields of the AuditFeststellung entity. The AuditFeststellungView must contain the following fields: - name: Audit type: Audit - name: ErledigtAm type: DATE - name: FaelligBis type: DATE - name: Feststellungstext type: STRING - name: Korrekturmassnahme type: STRING - name: Schweregrad type: STRING The data source for the [Audit] select control should be loaded from the relative URL: "/AuditService/audit" (HTTP-GET) An existing AuditFeststellung entity should be loaded from the relative URL: "/AuditService/auditfeststellung/{id}" (HTTP-GET) If a new AuditFeststellung entity has been created, the new entity should be posted to the relative URL: "/AuditService/auditfeststellung" (HTTP-POST) If an existing AuditFeststellung entity has been updated, the modified entity should be sent to the relative URL: "/AuditService/auditfeststellung/{id}" (HTTP-PUT) If an existing AuditFeststellung entity has to be deleted, the following relative URL should be called: "/AuditService/auditfeststellung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum