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