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