Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PylonView
Please create a React-JS view called "PylonView" for the fields of the Pylon entity. The PylonView must contain the following fields: - name: Beschreibung type: STRING - name: Bruecke type: Bruecke - name: HoeheMeter type: STRING - name: Material type: Material - name: Pylontyp type: Pylontyp The data source for the [Pylontyp] select control should be loaded from the relative URL: "/GelaendersystemService/pylontyp" (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 [Bruecke] select control should be loaded from the relative URL: "/BrueckeService/bruecke" (HTTP-GET) An existing Pylon entity should be loaded from the relative URL: "/GelaendersystemService/pylon/{id}" (HTTP-GET) If a new Pylon entity has been created, the new entity should be posted to the relative URL: "/GelaendersystemService/pylon" (HTTP-POST) If an existing Pylon entity has been updated, the modified entity should be sent to the relative URL: "/GelaendersystemService/pylon/{id}" (HTTP-PUT) If an existing Pylon entity has to be deleted, the following relative URL should be called: "/GelaendersystemService/pylon/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum