Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OeVPriorisierungView
Please create a React-JS view called "OeVPriorisierungView" for the fields of the OeVPriorisierung entity. The OeVPriorisierungView must contain the following fields: - name: Beschreibung type: STRING - name: Detektionsmethode type: STRING - name: Kreuzung type: Kreuzung - name: Priorisierungsart type: STRING - 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) An existing OeVPriorisierung entity should be loaded from the relative URL: "/VerkehrsartService/oevpriorisierung/{id}" (HTTP-GET) If a new OeVPriorisierung entity has been created, the new entity should be posted to the relative URL: "/VerkehrsartService/oevpriorisierung" (HTTP-POST) If an existing OeVPriorisierung entity has been updated, the modified entity should be sent to the relative URL: "/VerkehrsartService/oevpriorisierung/{id}" (HTTP-PUT) If an existing OeVPriorisierung entity has to be deleted, the following relative URL should be called: "/VerkehrsartService/oevpriorisierung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum