Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UmspannwerkLeitungView
Please create a React-JS view called "UmspannwerkLeitungView" for the fields of the UmspannwerkLeitung entity. The UmspannwerkLeitungView must contain the following fields: - name: Areal type: Areal - name: Leitung type: Leitung - name: Rolle type: STRING - name: Umspannwerk type: Umspannwerk The data source for the [Areal] select control should be loaded from the relative URL: "/UmspannwerkService/areal" (HTTP-GET) The data source for the [Leitung] select control should be loaded from the relative URL: "/SpannungsebeneService/leitung" (HTTP-GET) The data source for the [Umspannwerk] select control should be loaded from the relative URL: "/UmspannwerkService/umspannwerk" (HTTP-GET) An existing UmspannwerkLeitung entity should be loaded from the relative URL: "/StandortService/umspannwerkleitung/{id}" (HTTP-GET) If a new UmspannwerkLeitung entity has been created, the new entity should be posted to the relative URL: "/StandortService/umspannwerkleitung" (HTTP-POST) If an existing UmspannwerkLeitung entity has been updated, the modified entity should be sent to the relative URL: "/StandortService/umspannwerkleitung/{id}" (HTTP-PUT) If an existing UmspannwerkLeitung entity has to be deleted, the following relative URL should be called: "/StandortService/umspannwerkleitung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum