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