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