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