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