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