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