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