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: Einbauart type: STRING - name: Hersteller type: STRING - name: MaxSpannungV type: LONG - name: MaxStromA type: DOUBLE - name: Modell type: STRING - name: Name type: STRING - name: Schutzart type: STRING An existing Geraetetyp entity should be loaded from the relative URL: "/AbzweigdoseService/geraetetyp/{id}" (HTTP-GET) If a new Geraetetyp entity has been created, the new entity should be posted to the relative URL: "/AbzweigdoseService/geraetetyp" (HTTP-POST) If an existing Geraetetyp entity has been updated, the modified entity should be sent to the relative URL: "/AbzweigdoseService/geraetetyp/{id}" (HTTP-PUT) If an existing Geraetetyp entity has to be deleted, the following relative URL should be called: "/AbzweigdoseService/geraetetyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Installationsgeraet columns: - column: Abzweigdose - column: Geraetetyp - column: Stromkreis - column: Kennzeichnung - column: Installationsmethode - column: Beschreibung - column: Installationszone - column: Raum - column: HoeheCm - column: PositionBeschreibung The table should have the title "Installationsgeraets" und the data must be loaded from the server with the following relative URL: "/AbzweigdoseService/installationsgeraet/geraetetyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum