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