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