Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TunnelView
Please create a React-JS view called "TunnelView" for the fields of the Tunnel entity. The TunnelView must contain the following fields: - name: HatSpezielleNorm type: BOOL - name: LaengeMeter type: STRING - name: Name type: STRING - name: Norm type: Beleuchtungsnorm - name: Strasse type: Strasse The data source for the [Norm] select control should be loaded from the relative URL: "/BeleuchtungsnormService/beleuchtungsnorm" (HTTP-GET) The data source for the [Strasse] select control should be loaded from the relative URL: "/StrasseService/strasse" (HTTP-GET) An existing Tunnel entity should be loaded from the relative URL: "/LeuchteninstallationService/tunnel/{id}" (HTTP-GET) If a new Tunnel entity has been created, the new entity should be posted to the relative URL: "/LeuchteninstallationService/tunnel" (HTTP-POST) If an existing Tunnel entity has been updated, the modified entity should be sent to the relative URL: "/LeuchteninstallationService/tunnel/{id}" (HTTP-PUT) If an existing Tunnel entity has to be deleted, the following relative URL should be called: "/LeuchteninstallationService/tunnel/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum