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