Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SicherheitsMassnahmeView
Please create a React-JS view called "SicherheitsMassnahmeView" for the fields of the SicherheitsMassnahme entity. The SicherheitsMassnahmeView must contain the following fields: - name: Baustelle type: Baustelle - name: Gefahr type: Gefahr - name: MassnahmeBeschreibung type: STRING - name: Rechtsgrundlage type: NormVerordnung - name: Verantwortlicher type: Akteur The data source for the [Rechtsgrundlage] select control should be loaded from the relative URL: "/NormVerordnungService/normverordnung" (HTTP-GET) The data source for the [Gefahr] select control should be loaded from the relative URL: "/GefahrService/gefahr" (HTTP-GET) The data source for the [Verantwortlicher] select control should be loaded from the relative URL: "/AkteurService/akteur" (HTTP-GET) The data source for the [Baustelle] select control should be loaded from the relative URL: "/BaustelleService/baustelle" (HTTP-GET) An existing SicherheitsMassnahme entity should be loaded from the relative URL: "/BaustelleService/sicherheitsmassnahme/{id}" (HTTP-GET) If a new SicherheitsMassnahme entity has been created, the new entity should be posted to the relative URL: "/BaustelleService/sicherheitsmassnahme" (HTTP-POST) If an existing SicherheitsMassnahme entity has been updated, the modified entity should be sent to the relative URL: "/BaustelleService/sicherheitsmassnahme/{id}" (HTTP-PUT) If an existing SicherheitsMassnahme entity has to be deleted, the following relative URL should be called: "/BaustelleService/sicherheitsmassnahme/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum