Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BettView
Please create a React-JS view called "BettView" for the fields of the Bett entity. The BettView must contain the following fields: - name: Bettnummer type: STRING - name: IstIntensiv type: BOOL - name: IstIsolation type: BOOL - name: Station type: Station The data source for the [Station] select control should be loaded from the relative URL: "/StationService/station" (HTTP-GET) An existing Bett entity should be loaded from the relative URL: "/StationService/bett/{id}" (HTTP-GET) If a new Bett entity has been created, the new entity should be posted to the relative URL: "/StationService/bett" (HTTP-POST) If an existing Bett entity has been updated, the modified entity should be sent to the relative URL: "/StationService/bett/{id}" (HTTP-PUT) If an existing Bett entity has to be deleted, the following relative URL should be called: "/StationService/bett/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Bewegung columns: - column: VonDatum - column: Station - column: BisDatum - column: Bett - column: Fall The table should have the title "Bewegungs" und the data must be loaded from the server with the following relative URL: "/StationService/bewegung/bett/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum