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