Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FeuerwehrStatistikView
Please create a React-JS view called "FeuerwehrStatistikView" for the fields of the FeuerwehrStatistik entity. The FeuerwehrStatistikView must contain the following fields: - name: AktiveMitglieder type: INT - name: Berufliche type: INT - name: BrandEinsaetze type: INT - name: EinsaetzeGesamt type: INT - name: Feuerwehr type: Feuerwehr - name: Frauenanteil type: STRING - name: Freiwillige type: INT - name: Jahr type: INT - name: JugendMitglieder type: INT - name: SonstigeEinsaetze type: INT - name: TechnischeEinsaetze type: INT - name: Teilzeitkraefte type: INT - name: WachenAnzahl type: INT The data source for the [Feuerwehr] select control should be loaded from the relative URL: "/FeuerwehrService/feuerwehr" (HTTP-GET) An existing FeuerwehrStatistik entity should be loaded from the relative URL: "/FahrzeugService/feuerwehrstatistik/{id}" (HTTP-GET) If a new FeuerwehrStatistik entity has been created, the new entity should be posted to the relative URL: "/FahrzeugService/feuerwehrstatistik" (HTTP-POST) If an existing FeuerwehrStatistik entity has been updated, the modified entity should be sent to the relative URL: "/FahrzeugService/feuerwehrstatistik/{id}" (HTTP-PUT) If an existing FeuerwehrStatistik entity has to be deleted, the following relative URL should be called: "/FahrzeugService/feuerwehrstatistik/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum