Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HistorischeStatistikView
Please create a React-JS view called "HistorischeStatistikView" for the fields of the HistorischeStatistik entity. The HistorischeStatistikView must contain the following fields: - name: AnzahlBrunnen type: LONG - name: AnzahlFeuermelder type: LONG - name: AnzahlHaltestellen type: LONG - name: AnzahlKioske type: LONG - name: AnzahlLichtmasten type: LONG - name: AnzahlOeffentlicheUhren type: LONG - name: AnzahlSandkaesten type: LONG - name: AnzahlSchalthaeuser type: LONG - name: AnzahlToiletten type: LONG - name: AnzahlTramMasten type: LONG - name: AnzahlWerbesaeulen type: LONG - name: Gemeinde type: Gemeinde - name: Jahr type: LONG - name: Notizen type: STRING The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) An existing HistorischeStatistik entity should be loaded from the relative URL: "/StandardService/historischestatistik/{id}" (HTTP-GET) If a new HistorischeStatistik entity has been created, the new entity should be posted to the relative URL: "/StandardService/historischestatistik" (HTTP-POST) If an existing HistorischeStatistik entity has been updated, the modified entity should be sent to the relative URL: "/StandardService/historischestatistik/{id}" (HTTP-PUT) If an existing HistorischeStatistik entity has to be deleted, the following relative URL should be called: "/StandardService/historischestatistik/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum