Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerbraucherView
Please create a React-JS view called "VerbraucherView" for the fields of the Verbraucher entity. The VerbraucherView must contain the following fields: - name: Anschlussart type: STRING - name: Beschreibung type: STRING - name: Installationsgeraet type: Installationsgeraet - name: Kategorie type: STRING - name: LeistungW type: DOUBLE - name: Name type: STRING - name: SpannungV type: LONG - name: Stromkreis type: Stromkreis The data source for the [Installationsgeraet] select control should be loaded from the relative URL: "/AbzweigdoseService/installationsgeraet" (HTTP-GET) The data source for the [Stromkreis] select control should be loaded from the relative URL: "/StromkreisService/stromkreis" (HTTP-GET) An existing Verbraucher entity should be loaded from the relative URL: "/NutzungseinheitService/verbraucher/{id}" (HTTP-GET) If a new Verbraucher entity has been created, the new entity should be posted to the relative URL: "/NutzungseinheitService/verbraucher" (HTTP-POST) If an existing Verbraucher entity has been updated, the modified entity should be sent to the relative URL: "/NutzungseinheitService/verbraucher/{id}" (HTTP-PUT) If an existing Verbraucher entity has to be deleted, the following relative URL should be called: "/NutzungseinheitService/verbraucher/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum