Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchutzSteuerGeraetView
Please create a React-JS view called "SchutzSteuerGeraetView" for the fields of the SchutzSteuerGeraet entity. The SchutzSteuerGeraetView must contain the following fields: - name: Bezeichnung type: STRING - name: Geraetetyp type: STRING - name: Hersteller type: STRING - name: Kommunikationsprotokoll type: STRING - name: Modell type: STRING - name: Schaltanlage type: Schaltanlage - name: Schaltfeld type: Schaltfeld The data source for the [Schaltfeld] select control should be loaded from the relative URL: "/SchaltfeldService/schaltfeld" (HTTP-GET) The data source for the [Schaltanlage] select control should be loaded from the relative URL: "/SchaltanlageService/schaltanlage" (HTTP-GET) An existing SchutzSteuerGeraet entity should be loaded from the relative URL: "/SchaltanlageService/schutzsteuergeraet/{id}" (HTTP-GET) If a new SchutzSteuerGeraet entity has been created, the new entity should be posted to the relative URL: "/SchaltanlageService/schutzsteuergeraet" (HTTP-POST) If an existing SchutzSteuerGeraet entity has been updated, the modified entity should be sent to the relative URL: "/SchaltanlageService/schutzsteuergeraet/{id}" (HTTP-PUT) If an existing SchutzSteuerGeraet entity has to be deleted, the following relative URL should be called: "/SchaltanlageService/schutzsteuergeraet/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum