Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RaumView
Please create a React-JS view called "RaumView" for the fields of the Raum entity. The RaumView must contain the following fields: - name: Beschreibung type: STRING - name: Etage type: LONG - name: Typ type: STRING - name: Unterkunft type: Unterkunft The data source for the [Unterkunft] select control should be loaded from the relative URL: "/UnterkunftService/unterkunft" (HTTP-GET) An existing Raum entity should be loaded from the relative URL: "/SteuerregelService/raum/{id}" (HTTP-GET) If a new Raum entity has been created, the new entity should be posted to the relative URL: "/SteuerregelService/raum" (HTTP-POST) If an existing Raum entity has been updated, the modified entity should be sent to the relative URL: "/SteuerregelService/raum/{id}" (HTTP-PUT) If an existing Raum entity has to be deleted, the following relative URL should be called: "/SteuerregelService/raum/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum