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