Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StatistikView
Please create a React-JS view called "StatistikView" for the fields of the Statistik entity. The StatistikView must contain the following fields: - name: AnzahlBestandenPraxis type: INT - name: AnzahlBestandenTheorie type: INT - name: AnzahlFahrlehrer type: INT - name: AnzahlFahrschueler type: INT - name: AnzahlFahrschulen type: INT - name: AnzahlPraxispruefungen type: INT - name: AnzahlTheoriepruefungen type: INT - name: Land type: Land - name: Stichtag type: DATE The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Statistik entity should be loaded from the relative URL: "/FahrlehrerService/statistik/{id}" (HTTP-GET) If a new Statistik entity has been created, the new entity should be posted to the relative URL: "/FahrlehrerService/statistik" (HTTP-POST) If an existing Statistik entity has been updated, the modified entity should be sent to the relative URL: "/FahrlehrerService/statistik/{id}" (HTTP-PUT) If an existing Statistik entity has to be deleted, the following relative URL should be called: "/FahrlehrerService/statistik/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum