Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GeraetSteuerungView
Please create a React-JS view called "GeraetSteuerungView" for the fields of the GeraetSteuerung entity. The GeraetSteuerungView must contain the following fields: - name: SpeicherGeraet type: SpeicherGeraet - name: SteuerungsTyp type: SteuerungsTyp The data source for the [SteuerungsTyp] select control should be loaded from the relative URL: "/SteuerungsTypService/steuerungstyp" (HTTP-GET) The data source for the [SpeicherGeraet] select control should be loaded from the relative URL: "/SpeicherGeraetService/speichergeraet" (HTTP-GET) An existing GeraetSteuerung entity should be loaded from the relative URL: "/SteuerungsTypService/geraetsteuerung/{id}" (HTTP-GET) If a new GeraetSteuerung entity has been created, the new entity should be posted to the relative URL: "/SteuerungsTypService/geraetsteuerung" (HTTP-POST) If an existing GeraetSteuerung entity has been updated, the modified entity should be sent to the relative URL: "/SteuerungsTypService/geraetsteuerung/{id}" (HTTP-PUT) If an existing GeraetSteuerung entity has to be deleted, the following relative URL should be called: "/SteuerungsTypService/geraetsteuerung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum