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