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