Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
DetektorView
Please create a React-JS view called "DetektorView" for the fields of the Detektor entity. The DetektorView must contain the following fields: - name: Detektortyp type: STRING - name: IstEinsatzfahrzeug type: BOOL - name: IstOeV type: BOOL - name: Kreuzung type: Kreuzung - name: Positionsbeschreibung type: STRING - name: Steuerstrategie type: Steuerstrategie - name: Verkehrsart type: Verkehrsart The data source for the [Verkehrsart] select control should be loaded from the relative URL: "/VerkehrsartService/verkehrsart" (HTTP-GET) The data source for the [Kreuzung] select control should be loaded from the relative URL: "/KreuzungService/kreuzung" (HTTP-GET) The data source for the [Steuerstrategie] select control should be loaded from the relative URL: "/KreuzungService/steuerstrategie" (HTTP-GET) An existing Detektor entity should be loaded from the relative URL: "/KreuzungService/detektor/{id}" (HTTP-GET) If a new Detektor entity has been created, the new entity should be posted to the relative URL: "/KreuzungService/detektor" (HTTP-POST) If an existing Detektor entity has been updated, the modified entity should be sent to the relative URL: "/KreuzungService/detektor/{id}" (HTTP-PUT) If an existing Detektor entity has to be deleted, the following relative URL should be called: "/KreuzungService/detektor/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum