Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SeilsystemView
Please create a React-JS view called "SeilsystemView" for the fields of the Seilsystem entity. The SeilsystemView must contain the following fields: - name: Beschreibung type: STRING - name: Bruecke type: Bruecke - name: Systemtyp type: STRING The data source for the [Bruecke] select control should be loaded from the relative URL: "/BrueckeService/bruecke" (HTTP-GET) An existing Seilsystem entity should be loaded from the relative URL: "/LagertypService/seilsystem/{id}" (HTTP-GET) If a new Seilsystem entity has been created, the new entity should be posted to the relative URL: "/LagertypService/seilsystem" (HTTP-POST) If an existing Seilsystem entity has been updated, the modified entity should be sent to the relative URL: "/LagertypService/seilsystem/{id}" (HTTP-PUT) If an existing Seilsystem entity has to be deleted, the following relative URL should be called: "/LagertypService/seilsystem/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Seil columns: - column: LaengeMeter - column: Seiltyp - column: Bruecke - column: Seilsystem - column: Beschreibung - column: DurchmesserMillimeter The table should have the title "Seils" und the data must be loaded from the server with the following relative URL: "/BrueckeService/seil/seilsystem/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum