Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PrimaertechnikKomponenteView
Please create a React-JS view called "PrimaertechnikKomponenteView" for the fields of the PrimaertechnikKomponente entity. The PrimaertechnikKomponenteView must contain the following fields: - name: Areal type: Areal - name: Beschreibung type: STRING - name: Komponententyp type: STRING - name: Name type: STRING - name: Schaltanlage type: Schaltanlage - name: Schaltfeld type: Schaltfeld - name: TechnischeDaten type: STRING - name: Transformator type: Transformator - name: Umspannwerk type: Umspannwerk The data source for the [Schaltfeld] select control should be loaded from the relative URL: "/SchaltanlageService/schaltfeld" (HTTP-GET) The data source for the [Areal] select control should be loaded from the relative URL: "/UmspannwerkService/areal" (HTTP-GET) The data source for the [Schaltanlage] select control should be loaded from the relative URL: "/SchaltanlageService/schaltanlage" (HTTP-GET) The data source for the [Transformator] select control should be loaded from the relative URL: "/SchaltanlageService/transformator" (HTTP-GET) The data source for the [Umspannwerk] select control should be loaded from the relative URL: "/UmspannwerkService/umspannwerk" (HTTP-GET) An existing PrimaertechnikKomponente entity should be loaded from the relative URL: "/UmspannwerkService/primaertechnikkomponente/{id}" (HTTP-GET) If a new PrimaertechnikKomponente entity has been created, the new entity should be posted to the relative URL: "/UmspannwerkService/primaertechnikkomponente" (HTTP-POST) If an existing PrimaertechnikKomponente entity has been updated, the modified entity should be sent to the relative URL: "/UmspannwerkService/primaertechnikkomponente/{id}" (HTTP-PUT) If an existing PrimaertechnikKomponente entity has to be deleted, the following relative URL should be called: "/UmspannwerkService/primaertechnikkomponente/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum