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