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