Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZufahrtView
Please create a React-JS view called "ZufahrtView" for the fields of the Zufahrt entity. The ZufahrtView must contain the following fields: - name: AnzahlFahrstreifen type: LONG - name: Beschreibung type: STRING - name: GeschwindigkeitslimitKmh type: LONG - name: HatBusspur type: BOOL - name: HatTramgleis type: BOOL - name: Kreuzung type: Kreuzung - name: Richtung type: STRING The data source for the [Kreuzung] select control should be loaded from the relative URL: "/KreuzungService/kreuzung" (HTTP-GET) An existing Zufahrt entity should be loaded from the relative URL: "/SignalSystemService/zufahrt/{id}" (HTTP-GET) If a new Zufahrt entity has been created, the new entity should be posted to the relative URL: "/SignalSystemService/zufahrt" (HTTP-POST) If an existing Zufahrt entity has been updated, the modified entity should be sent to the relative URL: "/SignalSystemService/zufahrt/{id}" (HTTP-PUT) If an existing Zufahrt entity has to be deleted, the following relative URL should be called: "/SignalSystemService/zufahrt/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum