Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerkehrsanbindungView
Please create a React-JS view called "VerkehrsanbindungView" for the fields of the Verkehrsanbindung entity. The VerkehrsanbindungView must contain the following fields: - name: Bemerkung type: STRING - name: GleisanschlussBeschreibung type: STRING - name: GleisanschlussVorhanden type: BOOL - name: MaxTransportgewichtTonnen type: STRING - name: SchwertransportMoeglich type: BOOL - name: Umspannwerk type: Umspannwerk - name: ZufahrtsbreiteMeter type: STRING The data source for the [Umspannwerk] select control should be loaded from the relative URL: "/UmspannwerkService/umspannwerk" (HTTP-GET) An existing Verkehrsanbindung entity should be loaded from the relative URL: "/BetreiberService/verkehrsanbindung/{id}" (HTTP-GET) If a new Verkehrsanbindung entity has been created, the new entity should be posted to the relative URL: "/BetreiberService/verkehrsanbindung" (HTTP-POST) If an existing Verkehrsanbindung entity has been updated, the modified entity should be sent to the relative URL: "/BetreiberService/verkehrsanbindung/{id}" (HTTP-PUT) If an existing Verkehrsanbindung entity has to be deleted, the following relative URL should be called: "/BetreiberService/verkehrsanbindung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum