Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GeraetetypView
Please create a React-JS view called "GeraetetypView" for the fields of the Geraetetyp entity. The GeraetetypView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Geraetetyp entity should be loaded from the relative URL: "/GeraetetypService/geraetetyp/{id}" (HTTP-GET) If a new Geraetetyp entity has been created, the new entity should be posted to the relative URL: "/GeraetetypService/geraetetyp" (HTTP-POST) If an existing Geraetetyp entity has been updated, the modified entity should be sent to the relative URL: "/GeraetetypService/geraetetyp/{id}" (HTTP-PUT) If an existing Geraetetyp entity has to be deleted, the following relative URL should be called: "/GeraetetypService/geraetetyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Geraet columns: - column: Geraetetyp - column: Beschreibung - column: Hersteller - column: BemessungsleistungM3ProStunde - column: Installationsdatum - column: Name - column: Modell The table should have the title "Geraets" und the data must be loaded from the server with the following relative URL: "/GeraetetypService/geraet/geraetetyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum