Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SitzView
Please create a React-JS view called "SitzView" for the fields of the Sitz entity. The SitzView must contain the following fields: - name: IstBarrierefrei type: BOOL - name: Nummer type: STRING - name: Reihe type: STRING - name: Saal type: Saal - name: Sitzkategorie type: Sitzkategorie The data source for the [Sitzkategorie] select control should be loaded from the relative URL: "/SaalService/sitzkategorie" (HTTP-GET) The data source for the [Saal] select control should be loaded from the relative URL: "/SaalService/saal" (HTTP-GET) An existing Sitz entity should be loaded from the relative URL: "/SaalService/sitz/{id}" (HTTP-GET) If a new Sitz entity has been created, the new entity should be posted to the relative URL: "/SaalService/sitz" (HTTP-POST) If an existing Sitz entity has been updated, the modified entity should be sent to the relative URL: "/SaalService/sitz/{id}" (HTTP-PUT) If an existing Sitz entity has to be deleted, the following relative URL should be called: "/SaalService/sitz/{id}" (HTTP-DELETE) Add a HTML table to the view with the following SitzReservierung columns: - column: Sitz - column: Ticket The table should have the title "SitzReservierungs" und the data must be loaded from the server with the following relative URL: "/SaalService/sitzreservierung/sitz/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum