Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
InstallationszoneView
Please create a React-JS view called "InstallationszoneView" for the fields of the Installationszone entity. The InstallationszoneView must contain the following fields: - name: Beschreibung type: STRING - name: BreiteCm type: DOUBLE - name: Gebaeude type: Gebaeude - name: HoeheBisCm type: DOUBLE - name: HoeheVonCm type: DOUBLE - name: Name type: STRING - name: Zonetype type: STRING The data source for the [Gebaeude] select control should be loaded from the relative URL: "/GebaeudeService/gebaeude" (HTTP-GET) An existing Installationszone entity should be loaded from the relative URL: "/GebaeudeService/installationszone/{id}" (HTTP-GET) If a new Installationszone entity has been created, the new entity should be posted to the relative URL: "/GebaeudeService/installationszone" (HTTP-POST) If an existing Installationszone entity has been updated, the modified entity should be sent to the relative URL: "/GebaeudeService/installationszone/{id}" (HTTP-PUT) If an existing Installationszone entity has to be deleted, the following relative URL should be called: "/GebaeudeService/installationszone/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum