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