Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PruefungsversuchView
Please create a React-JS view called "PruefungsversuchView" for the fields of the Pruefungsversuch entity. The PruefungsversuchView must contain the following fields: - name: Datum type: DATE - name: Gesamtergebnis type: STRING - name: MuendlichBestanden type: BOOL - name: Notizen type: STRING - name: Person type: Person - name: Pruefung type: Pruefung - name: PunkteMuendlich type: STRING - name: PunkteSchriftlich type: STRING - name: SchriftlichBestanden type: BOOL - name: VersuchNummer type: LONG The data source for the [Pruefung] select control should be loaded from the relative URL: "/PruefungService/pruefung" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing Pruefungsversuch entity should be loaded from the relative URL: "/PruefungService/pruefungsversuch/{id}" (HTTP-GET) If a new Pruefungsversuch entity has been created, the new entity should be posted to the relative URL: "/PruefungService/pruefungsversuch" (HTTP-POST) If an existing Pruefungsversuch entity has been updated, the modified entity should be sent to the relative URL: "/PruefungService/pruefungsversuch/{id}" (HTTP-PUT) If an existing Pruefungsversuch entity has to be deleted, the following relative URL should be called: "/PruefungService/pruefungsversuch/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum