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