Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FunktionView
Please create a React-JS view called "FunktionView" for the fields of the Funktion entity. The FunktionView must contain the following fields: - name: Beschreibung type: STRING - name: IstPrimaerZulaessig type: BOOL - name: Name type: STRING An existing Funktion entity should be loaded from the relative URL: "/FunktionService/funktion/{id}" (HTTP-GET) If a new Funktion entity has been created, the new entity should be posted to the relative URL: "/FunktionService/funktion" (HTTP-POST) If an existing Funktion entity has been updated, the modified entity should be sent to the relative URL: "/FunktionService/funktion/{id}" (HTTP-PUT) If an existing Funktion entity has to be deleted, the following relative URL should be called: "/FunktionService/funktion/{id}" (HTTP-DELETE) Add a HTML table to the view with the following StadtmoebelFunktion columns: - column: Stadtmoebel - column: Funktion - column: IstPrimaer The table should have the title "StadtmoebelFunktions" und the data must be loaded from the server with the following relative URL: "/FunktionService/stadtmoebelfunktion/funktion/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum