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