Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StadtmoebelMaterialView
Please create a React-JS view called "StadtmoebelMaterialView" for the fields of the StadtmoebelMaterial entity. The StadtmoebelMaterialView must contain the following fields: - name: Anteil type: STRING - name: Material type: Material - 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 [Material] select control should be loaded from the relative URL: "/MaterialService/material" (HTTP-GET) An existing StadtmoebelMaterial entity should be loaded from the relative URL: "/MaterialService/stadtmoebelmaterial/{id}" (HTTP-GET) If a new StadtmoebelMaterial entity has been created, the new entity should be posted to the relative URL: "/MaterialService/stadtmoebelmaterial" (HTTP-POST) If an existing StadtmoebelMaterial entity has been updated, the modified entity should be sent to the relative URL: "/MaterialService/stadtmoebelmaterial/{id}" (HTTP-PUT) If an existing StadtmoebelMaterial entity has to be deleted, the following relative URL should be called: "/MaterialService/stadtmoebelmaterial/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum