Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GeschwindigkeitsregelView
Please create a React-JS view called "GeschwindigkeitsregelView" for the fields of the Geschwindigkeitsregel entity. The GeschwindigkeitsregelView must contain the following fields: - name: Beschreibung type: STRING - name: ErfordertKeinenBahnuebergang type: BOOL - name: ErfordertTechnischeSicherung type: BOOL - name: Land type: Land - name: MaxBahnGeschwindigkeit type: LONG - name: MaxStrassenGeschwindigkeit type: LONG The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Geschwindigkeitsregel entity should be loaded from the relative URL: "/UebergangsartService/geschwindigkeitsregel/{id}" (HTTP-GET) If a new Geschwindigkeitsregel entity has been created, the new entity should be posted to the relative URL: "/UebergangsartService/geschwindigkeitsregel" (HTTP-POST) If an existing Geschwindigkeitsregel entity has been updated, the modified entity should be sent to the relative URL: "/UebergangsartService/geschwindigkeitsregel/{id}" (HTTP-PUT) If an existing Geschwindigkeitsregel entity has to be deleted, the following relative URL should be called: "/UebergangsartService/geschwindigkeitsregel/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum