Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KlasseRechtsgrundlageView
Please create a React-JS view called "KlasseRechtsgrundlageView" for the fields of the KlasseRechtsgrundlage entity. The KlasseRechtsgrundlageView must contain the following fields: - name: Fuehrerscheinklasse type: Fuehrerscheinklasse - 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 [Fuehrerscheinklasse] select control should be loaded from the relative URL: "/LandService/fuehrerscheinklasse" (HTTP-GET) An existing KlasseRechtsgrundlage entity should be loaded from the relative URL: "/RechtsgrundlageService/klasserechtsgrundlage/{id}" (HTTP-GET) If a new KlasseRechtsgrundlage entity has been created, the new entity should be posted to the relative URL: "/RechtsgrundlageService/klasserechtsgrundlage" (HTTP-POST) If an existing KlasseRechtsgrundlage entity has been updated, the modified entity should be sent to the relative URL: "/RechtsgrundlageService/klasserechtsgrundlage/{id}" (HTTP-PUT) If an existing KlasseRechtsgrundlage entity has to be deleted, the following relative URL should be called: "/RechtsgrundlageService/klasserechtsgrundlage/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum