Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PraxisraumView
Please create a React-JS view called "PraxisraumView" for the fields of the Praxisraum entity. The PraxisraumView must contain the following fields: - name: Etage type: STRING - name: FlaecheQm type: STRING - name: Name type: STRING - name: Praxis type: Praxis - name: Raumart type: Raumart The data source for the [Raumart] select control should be loaded from the relative URL: "/RaumartService/raumart" (HTTP-GET) The data source for the [Praxis] select control should be loaded from the relative URL: "/PraxisService/praxis" (HTTP-GET) An existing Praxisraum entity should be loaded from the relative URL: "/RaumartService/praxisraum/{id}" (HTTP-GET) If a new Praxisraum entity has been created, the new entity should be posted to the relative URL: "/RaumartService/praxisraum" (HTTP-POST) If an existing Praxisraum entity has been updated, the modified entity should be sent to the relative URL: "/RaumartService/praxisraum/{id}" (HTTP-PUT) If an existing Praxisraum entity has to be deleted, the following relative URL should be called: "/RaumartService/praxisraum/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum