Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BrueckenBauteilView
Please create a React-JS view called "BrueckenBauteilView" for the fields of the BrueckenBauteil entity. The BrueckenBauteilView must contain the following fields: - name: Bauteiltyp type: Bauteiltyp - name: Beschreibung type: STRING - name: Bruecke type: Bruecke - name: Decksystem type: Decksystem - name: Fahrbahnuebergangstyp type: Fahrbahnuebergangstyp - name: Gelaendersystem type: Gelaendersystem - name: Gruendungstyp type: Gruendungstyp - name: Lagertyp type: Lagertyp - name: Material type: Material - name: Schutzsystem type: Schutzsystem The data source for the [Lagertyp] select control should be loaded from the relative URL: "/LagertypService/lagertyp" (HTTP-GET) The data source for the [Schutzsystem] select control should be loaded from the relative URL: "/MaterialService/schutzsystem" (HTTP-GET) The data source for the [Fahrbahnuebergangstyp] select control should be loaded from the relative URL: "/MaterialService/fahrbahnuebergangstyp" (HTTP-GET) The data source for the [Decksystem] select control should be loaded from the relative URL: "/OrtService/decksystem" (HTTP-GET) The data source for the [Material] select control should be loaded from the relative URL: "/MaterialService/material" (HTTP-GET) The data source for the [Gelaendersystem] select control should be loaded from the relative URL: "/GelaendersystemService/gelaendersystem" (HTTP-GET) The data source for the [Gruendungstyp] select control should be loaded from the relative URL: "/GruendungstypService/gruendungstyp" (HTTP-GET) The data source for the [Bauteiltyp] select control should be loaded from the relative URL: "/GelaendersystemService/bauteiltyp" (HTTP-GET) The data source for the [Bruecke] select control should be loaded from the relative URL: "/BrueckeService/bruecke" (HTTP-GET) An existing BrueckenBauteil entity should be loaded from the relative URL: "/MaterialService/brueckenbauteil/{id}" (HTTP-GET) If a new BrueckenBauteil entity has been created, the new entity should be posted to the relative URL: "/MaterialService/brueckenbauteil" (HTTP-POST) If an existing BrueckenBauteil entity has been updated, the modified entity should be sent to the relative URL: "/MaterialService/brueckenbauteil/{id}" (HTTP-PUT) If an existing BrueckenBauteil entity has to be deleted, the following relative URL should be called: "/MaterialService/brueckenbauteil/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum