Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StadtmoebelFunktionView
Please create a React-JS view called "StadtmoebelFunktionView" for the fields of the StadtmoebelFunktion entity. The StadtmoebelFunktionView must contain the following fields: - name: Funktion type: Funktion - name: IstPrimaer type: BOOL - name: Stadtmoebel type: Stadtmoebel The data source for the [Stadtmoebel] select control should be loaded from the relative URL: "/StadtmoebelService/stadtmoebel" (HTTP-GET) The data source for the [Funktion] select control should be loaded from the relative URL: "/FunktionService/funktion" (HTTP-GET) An existing StadtmoebelFunktion entity should be loaded from the relative URL: "/FunktionService/stadtmoebelfunktion/{id}" (HTTP-GET) If a new StadtmoebelFunktion entity has been created, the new entity should be posted to the relative URL: "/FunktionService/stadtmoebelfunktion" (HTTP-POST) If an existing StadtmoebelFunktion entity has been updated, the modified entity should be sent to the relative URL: "/FunktionService/stadtmoebelfunktion/{id}" (HTTP-PUT) If an existing StadtmoebelFunktion entity has to be deleted, the following relative URL should be called: "/FunktionService/stadtmoebelfunktion/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum