Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BrueckeVerkehrsartView
Please create a React-JS view called "BrueckeVerkehrsartView" for the fields of the BrueckeVerkehrsart entity. The BrueckeVerkehrsartView must contain the following fields: - name: Bruecke type: Bruecke - name: Verkehrsart type: Verkehrsart The data source for the [Verkehrsart] select control should be loaded from the relative URL: "/GruendungstypService/verkehrsart" (HTTP-GET) The data source for the [Bruecke] select control should be loaded from the relative URL: "/BrueckeService/bruecke" (HTTP-GET) An existing BrueckeVerkehrsart entity should be loaded from the relative URL: "/GruendungstypService/brueckeverkehrsart/{id}" (HTTP-GET) If a new BrueckeVerkehrsart entity has been created, the new entity should be posted to the relative URL: "/GruendungstypService/brueckeverkehrsart" (HTTP-POST) If an existing BrueckeVerkehrsart entity has been updated, the modified entity should be sent to the relative URL: "/GruendungstypService/brueckeverkehrsart/{id}" (HTTP-PUT) If an existing BrueckeVerkehrsart entity has to be deleted, the following relative URL should be called: "/GruendungstypService/brueckeverkehrsart/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum