Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PruefungView
Please create a React-JS view called "PruefungView" for the fields of the Pruefung entity. The PruefungView must contain the following fields: - name: Aufsichtsbehoerde type: Aufsichtsbehoerde - name: BerichtHinweis type: STRING - name: ErgebnisKurz type: STRING - name: Pflegeheim type: Pflegeheim - name: Pruefart type: STRING - name: Pruefdatum type: DATE The data source for the [Aufsichtsbehoerde] select control should be loaded from the relative URL: "/BundeslandService/aufsichtsbehoerde" (HTTP-GET) The data source for the [Pflegeheim] select control should be loaded from the relative URL: "/PflegeheimService/pflegeheim" (HTTP-GET) An existing Pruefung entity should be loaded from the relative URL: "/BundeslandService/pruefung/{id}" (HTTP-GET) If a new Pruefung entity has been created, the new entity should be posted to the relative URL: "/BundeslandService/pruefung" (HTTP-POST) If an existing Pruefung entity has been updated, the modified entity should be sent to the relative URL: "/BundeslandService/pruefung/{id}" (HTTP-PUT) If an existing Pruefung entity has to be deleted, the following relative URL should be called: "/BundeslandService/pruefung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum