Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PruefungsteilnahmeView
Please create a React-JS view called "PruefungsteilnahmeView" for the fields of the Pruefungsteilnahme entity. The PruefungsteilnahmeView must contain the following fields: - name: Datum type: DATE - name: Ergebnis type: STRING - name: Hundetrainer type: Hundetrainer - name: Pruefung type: Pruefung - name: Punktzahl type: STRING The data source for the [Pruefung] select control should be loaded from the relative URL: "/PruefungService/pruefung" (HTTP-GET) The data source for the [Hundetrainer] select control should be loaded from the relative URL: "/KursService/hundetrainer" (HTTP-GET) An existing Pruefungsteilnahme entity should be loaded from the relative URL: "/PruefungService/pruefungsteilnahme/{id}" (HTTP-GET) If a new Pruefungsteilnahme entity has been created, the new entity should be posted to the relative URL: "/PruefungService/pruefungsteilnahme" (HTTP-POST) If an existing Pruefungsteilnahme entity has been updated, the modified entity should be sent to the relative URL: "/PruefungService/pruefungsteilnahme/{id}" (HTTP-PUT) If an existing Pruefungsteilnahme entity has to be deleted, the following relative URL should be called: "/PruefungService/pruefungsteilnahme/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum