Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UmspannwerkSekundaertechnikFunktionView
Please create a React-JS view called "UmspannwerkSekundaertechnikFunktionView" for the fields of the UmspannwerkSekundaertechnikFunktion entity. The UmspannwerkSekundaertechnikFunktionView must contain the following fields: - name: AktivBis type: DATE - name: AktivSeit type: DATE - name: Bemerkung type: STRING - name: SekundaertechnikFunktion type: SekundaertechnikFunktion - name: SekundaertechnikSystem type: SekundaertechnikSystem - name: Umspannwerk type: Umspannwerk The data source for the [SekundaertechnikFunktion] select control should be loaded from the relative URL: "/SekundaertechnikSystemService/sekundaertechnikfunktion" (HTTP-GET) The data source for the [SekundaertechnikSystem] select control should be loaded from the relative URL: "/SekundaertechnikSystemService/sekundaertechniksystem" (HTTP-GET) The data source for the [Umspannwerk] select control should be loaded from the relative URL: "/UmspannwerkService/umspannwerk" (HTTP-GET) An existing UmspannwerkSekundaertechnikFunktion entity should be loaded from the relative URL: "/SekundaertechnikSystemService/umspannwerksekundaertechnikfunktion/{id}" (HTTP-GET) If a new UmspannwerkSekundaertechnikFunktion entity has been created, the new entity should be posted to the relative URL: "/SekundaertechnikSystemService/umspannwerksekundaertechnikfunktion" (HTTP-POST) If an existing UmspannwerkSekundaertechnikFunktion entity has been updated, the modified entity should be sent to the relative URL: "/SekundaertechnikSystemService/umspannwerksekundaertechnikfunktion/{id}" (HTTP-PUT) If an existing UmspannwerkSekundaertechnikFunktion entity has to be deleted, the following relative URL should be called: "/SekundaertechnikSystemService/umspannwerksekundaertechnikfunktion/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum