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