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