Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProjektionsTechnikView
Please create a React-JS view called "ProjektionsTechnikView" for the fields of the ProjektionsTechnik entity. The ProjektionsTechnikView must contain the following fields: - name: Beschreibung type: STRING - name: IstDigital type: BOOL - name: Name type: STRING An existing ProjektionsTechnik entity should be loaded from the relative URL: "/ProjektionsTechnikService/projektionstechnik/{id}" (HTTP-GET) If a new ProjektionsTechnik entity has been created, the new entity should be posted to the relative URL: "/ProjektionsTechnikService/projektionstechnik" (HTTP-POST) If an existing ProjektionsTechnik entity has been updated, the modified entity should be sent to the relative URL: "/ProjektionsTechnikService/projektionstechnik/{id}" (HTTP-PUT) If an existing ProjektionsTechnik entity has to be deleted, the following relative URL should be called: "/ProjektionsTechnikService/projektionstechnik/{id}" (HTTP-DELETE) Add a HTML table to the view with the following SaalProjektionsTechnik columns: - column: BisDatum - column: ProjektionsTechnik - column: Saal - column: VonDatum The table should have the title "SaalProjektionsTechniks" und the data must be loaded from the server with the following relative URL: "/SaalService/saalprojektionstechnik/projektionstechnik/{id}" Add a HTML table to the view with the following Vorstellung columns: - column: Saal - column: ProjektionsTechnik - column: DigitalStandard - column: Film - column: Sprachversion - column: Endzeit - column: Startzeit - column: Ist3D - column: IstEffektkino - column: BasisTicketpreis - column: TonTechnik The table should have the title "Vorstellungs" und the data must be loaded from the server with the following relative URL: "/FilmService/vorstellung/projektionstechnik/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum