Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SitzReservierungView
Please create a React-JS view called "SitzReservierungView" for the fields of the SitzReservierung entity. The SitzReservierungView must contain the following fields: - name: Sitz type: Sitz - name: Ticket type: Ticket The data source for the [Ticket] select control should be loaded from the relative URL: "/LandService/ticket" (HTTP-GET) The data source for the [Sitz] select control should be loaded from the relative URL: "/SaalService/sitz" (HTTP-GET) An existing SitzReservierung entity should be loaded from the relative URL: "/SaalService/sitzreservierung/{id}" (HTTP-GET) If a new SitzReservierung entity has been created, the new entity should be posted to the relative URL: "/SaalService/sitzreservierung" (HTTP-POST) If an existing SitzReservierung entity has been updated, the modified entity should be sent to the relative URL: "/SaalService/sitzreservierung/{id}" (HTTP-PUT) If an existing SitzReservierung entity has to be deleted, the following relative URL should be called: "/SaalService/sitzreservierung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum