Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SteuersatzView
Please create a React-JS view called "SteuersatzView" for the fields of the Steuersatz entity. The SteuersatzView must contain the following fields: - name: BisDatum type: DATE - name: IstErmaessigt type: BOOL - name: Land type: Land - name: Name type: STRING - name: Prozent type: DOUBLE - name: VonDatum type: DATE The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Steuersatz entity should be loaded from the relative URL: "/LandService/steuersatz/{id}" (HTTP-GET) If a new Steuersatz entity has been created, the new entity should be posted to the relative URL: "/LandService/steuersatz" (HTTP-POST) If an existing Steuersatz entity has been updated, the modified entity should be sent to the relative URL: "/LandService/steuersatz/{id}" (HTTP-PUT) If an existing Steuersatz entity has to be deleted, the following relative URL should be called: "/LandService/steuersatz/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Ticket columns: - column: Steuersatz - column: Verkaufszeit - column: IstErmaessigt - column: Vorstellung - column: PreisGezahlt The table should have the title "Tickets" und the data must be loaded from the server with the following relative URL: "/LandService/ticket/steuersatz/{id}" Add a HTML table to the view with the following KinoSteuer columns: - column: Kino - column: BisDatum - column: KommunaleVergnuegungssteuerProzent - column: Steuersatz - column: VonDatum The table should have the title "KinoSteuers" und the data must be loaded from the server with the following relative URL: "/KinoService/kinosteuer/steuersatz/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum