Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BaustelleVerkehrswegView
Please create a React-JS view called "BaustelleVerkehrswegView" for the fields of the BaustelleVerkehrsweg entity. The BaustelleVerkehrswegView must contain the following fields: - name: Baustelle type: Baustelle - name: FahrstreifenVorher type: INT - name: FahrstreifenWaehren type: INT - name: IstVollsperrung type: BOOL - name: Laenge type: STRING - name: RichtungBetroffen type: STRING - name: Verkehrsweg type: Verkehrsweg The data source for the [Verkehrsweg] select control should be loaded from the relative URL: "/VerkehrswegService/verkehrsweg" (HTTP-GET) The data source for the [Baustelle] select control should be loaded from the relative URL: "/BaustelleService/baustelle" (HTTP-GET) An existing BaustelleVerkehrsweg entity should be loaded from the relative URL: "/VerkehrswegService/baustelleverkehrsweg/{id}" (HTTP-GET) If a new BaustelleVerkehrsweg entity has been created, the new entity should be posted to the relative URL: "/VerkehrswegService/baustelleverkehrsweg" (HTTP-POST) If an existing BaustelleVerkehrsweg entity has been updated, the modified entity should be sent to the relative URL: "/VerkehrswegService/baustelleverkehrsweg/{id}" (HTTP-PUT) If an existing BaustelleVerkehrsweg entity has to be deleted, the following relative URL should be called: "/VerkehrswegService/baustelleverkehrsweg/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum