Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PruefFeststellungView
Please create a React-JS view called "PruefFeststellungView" for the fields of the PruefFeststellung entity. The PruefFeststellungView must contain the following fields: - name: Kommentar type: STRING - name: Qualitaetskriterium type: Qualitaetskriterium - name: Qualitaetspruefung type: Qualitaetspruefung - name: Wert type: STRING The data source for the [Qualitaetspruefung] select control should be loaded from the relative URL: "/AufsichtsbehoerdeService/qualitaetspruefung" (HTTP-GET) The data source for the [Qualitaetskriterium] select control should be loaded from the relative URL: "/AufsichtsbehoerdeService/qualitaetskriterium" (HTTP-GET) An existing PruefFeststellung entity should be loaded from the relative URL: "/AufsichtsbehoerdeService/prueffeststellung/{id}" (HTTP-GET) If a new PruefFeststellung entity has been created, the new entity should be posted to the relative URL: "/AufsichtsbehoerdeService/prueffeststellung" (HTTP-POST) If an existing PruefFeststellung entity has been updated, the modified entity should be sent to the relative URL: "/AufsichtsbehoerdeService/prueffeststellung/{id}" (HTTP-PUT) If an existing PruefFeststellung entity has to be deleted, the following relative URL should be called: "/AufsichtsbehoerdeService/prueffeststellung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum