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