Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StadtKinoStatistikJahrView
Please create a React-JS view called "StadtKinoStatistikJahrView" for the fields of the StadtKinoStatistikJahr entity. The StadtKinoStatistikJahrView must contain the following fields: - name: Besucher type: LONG - name: Jahr type: LONG - name: Stadt type: Stadt - name: Umsatz type: DOUBLE The data source for the [Stadt] select control should be loaded from the relative URL: "/StadtService/stadt" (HTTP-GET) An existing StadtKinoStatistikJahr entity should be loaded from the relative URL: "/StadtService/stadtkinostatistikjahr/{id}" (HTTP-GET) If a new StadtKinoStatistikJahr entity has been created, the new entity should be posted to the relative URL: "/StadtService/stadtkinostatistikjahr" (HTTP-POST) If an existing StadtKinoStatistikJahr entity has been updated, the modified entity should be sent to the relative URL: "/StadtService/stadtkinostatistikjahr/{id}" (HTTP-PUT) If an existing StadtKinoStatistikJahr entity has to be deleted, the following relative URL should be called: "/StadtService/stadtkinostatistikjahr/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum