Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PruefungRechtsgrundlageView
Please create a React-JS view called "PruefungRechtsgrundlageView" for the fields of the PruefungRechtsgrundlage entity. The PruefungRechtsgrundlageView must contain the following fields: - name: Pruefung type: Pruefung - name: Rechtsgrundlage type: Rechtsgrundlage The data source for the [Pruefung] select control should be loaded from the relative URL: "/FahrschuleService/pruefung" (HTTP-GET) The data source for the [Rechtsgrundlage] select control should be loaded from the relative URL: "/RechtsgrundlageService/rechtsgrundlage" (HTTP-GET) An existing PruefungRechtsgrundlage entity should be loaded from the relative URL: "/RechtsgrundlageService/pruefungrechtsgrundlage/{id}" (HTTP-GET) If a new PruefungRechtsgrundlage entity has been created, the new entity should be posted to the relative URL: "/RechtsgrundlageService/pruefungrechtsgrundlage" (HTTP-POST) If an existing PruefungRechtsgrundlage entity has been updated, the modified entity should be sent to the relative URL: "/RechtsgrundlageService/pruefungrechtsgrundlage/{id}" (HTTP-PUT) If an existing PruefungRechtsgrundlage entity has to be deleted, the following relative URL should be called: "/RechtsgrundlageService/pruefungrechtsgrundlage/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum