Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BaeckereiStatistikView
Please create a React-JS view called "BaeckereiStatistikView" for the fields of the BaeckereiStatistik entity. The BaeckereiStatistikView must contain the following fields: - name: AnzahlAzubis type: INT - name: AnzahlBaeckereien type: INT - name: AnzahlMitarbeiter type: INT - name: GesamtUmsatzMioEuro type: DOUBLE - name: Groessenklasse type: Groessenklasse - name: Land type: Land - name: StatistikJahr type: StatistikJahr The data source for the [StatistikJahr] select control should be loaded from the relative URL: "/BaeckereiService/statistikjahr" (HTTP-GET) The data source for the [Groessenklasse] select control should be loaded from the relative URL: "/LiteraturService/groessenklasse" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing BaeckereiStatistik entity should be loaded from the relative URL: "/LandService/baeckereistatistik/{id}" (HTTP-GET) If a new BaeckereiStatistik entity has been created, the new entity should be posted to the relative URL: "/LandService/baeckereistatistik" (HTTP-POST) If an existing BaeckereiStatistik entity has been updated, the modified entity should be sent to the relative URL: "/LandService/baeckereistatistik/{id}" (HTTP-PUT) If an existing BaeckereiStatistik entity has to be deleted, the following relative URL should be called: "/LandService/baeckereistatistik/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum