Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GeraetHydraulikAnschlussView
Please create a React-JS view called "GeraetHydraulikAnschlussView" for the fields of the GeraetHydraulikAnschluss entity. The GeraetHydraulikAnschlussView must contain the following fields: - name: HydraulikAnschluss type: HydraulikAnschluss - name: IstInstalliert type: BOOL - name: NennweiteMm type: STRING - name: SpeicherGeraet type: SpeicherGeraet The data source for the [HydraulikAnschluss] select control should be loaded from the relative URL: "/HydraulikAnschlussService/hydraulikanschluss" (HTTP-GET) The data source for the [SpeicherGeraet] select control should be loaded from the relative URL: "/SpeicherGeraetService/speichergeraet" (HTTP-GET) An existing GeraetHydraulikAnschluss entity should be loaded from the relative URL: "/HydraulikAnschlussService/geraethydraulikanschluss/{id}" (HTTP-GET) If a new GeraetHydraulikAnschluss entity has been created, the new entity should be posted to the relative URL: "/HydraulikAnschlussService/geraethydraulikanschluss" (HTTP-POST) If an existing GeraetHydraulikAnschluss entity has been updated, the modified entity should be sent to the relative URL: "/HydraulikAnschlussService/geraethydraulikanschluss/{id}" (HTTP-PUT) If an existing GeraetHydraulikAnschluss entity has to be deleted, the following relative URL should be called: "/HydraulikAnschlussService/geraethydraulikanschluss/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum