Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PruefberichtView
Please create a React-JS view called "PruefberichtView" for the fields of the Pruefbericht entity. The PruefberichtView must contain the following fields: - name: Berichtnummer type: STRING - name: DateiReferenz type: STRING - name: Erstellungsdatum type: DATE - name: Pruefung type: Pruefung - name: VerantwortlichePerson type: Elektrofachkraft - name: Zusammenfassung type: STRING The data source for the [Pruefung] select control should be loaded from the relative URL: "/ElektrofachkraftService/pruefung" (HTTP-GET) The data source for the [VerantwortlichePerson] select control should be loaded from the relative URL: "/ElektrofachkraftService/elektrofachkraft" (HTTP-GET) An existing Pruefbericht entity should be loaded from the relative URL: "/ElektrofachkraftService/pruefbericht/{id}" (HTTP-GET) If a new Pruefbericht entity has been created, the new entity should be posted to the relative URL: "/ElektrofachkraftService/pruefbericht" (HTTP-POST) If an existing Pruefbericht entity has been updated, the modified entity should be sent to the relative URL: "/ElektrofachkraftService/pruefbericht/{id}" (HTTP-PUT) If an existing Pruefbericht entity has to be deleted, the following relative URL should be called: "/ElektrofachkraftService/pruefbericht/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum