Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GeraetMaterialView
Please create a React-JS view called "GeraetMaterialView" for the fields of the GeraetMaterial entity. The GeraetMaterialView must contain the following fields: - name: IstBehaelterMaterial type: BOOL - name: IstWaermetauscherMaterial type: BOOL - name: Material type: Material - name: SpeicherGeraet type: SpeicherGeraet The data source for the [SpeicherGeraet] select control should be loaded from the relative URL: "/SpeicherGeraetService/speichergeraet" (HTTP-GET) The data source for the [Material] select control should be loaded from the relative URL: "/MaterialService/material" (HTTP-GET) An existing GeraetMaterial entity should be loaded from the relative URL: "/MaterialService/geraetmaterial/{id}" (HTTP-GET) If a new GeraetMaterial entity has been created, the new entity should be posted to the relative URL: "/MaterialService/geraetmaterial" (HTTP-POST) If an existing GeraetMaterial entity has been updated, the modified entity should be sent to the relative URL: "/MaterialService/geraetmaterial/{id}" (HTTP-PUT) If an existing GeraetMaterial entity has to be deleted, the following relative URL should be called: "/MaterialService/geraetmaterial/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum