Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SicherungsanlageView
Please create a React-JS view called "SicherungsanlageView" for the fields of the Sicherungsanlage entity. The SicherungsanlageView must contain the following fields: - name: AktivBis type: DATE - name: AktivVon type: DATE - name: AnlageTyp type: STRING - name: Baustelle type: Baustelle - name: Beschreibung type: STRING - name: Standort type: STRING The data source for the [Baustelle] select control should be loaded from the relative URL: "/BaustelleService/baustelle" (HTTP-GET) An existing Sicherungsanlage entity should be loaded from the relative URL: "/GefahrService/sicherungsanlage/{id}" (HTTP-GET) If a new Sicherungsanlage entity has been created, the new entity should be posted to the relative URL: "/GefahrService/sicherungsanlage" (HTTP-POST) If an existing Sicherungsanlage entity has been updated, the modified entity should be sent to the relative URL: "/GefahrService/sicherungsanlage/{id}" (HTTP-PUT) If an existing Sicherungsanlage entity has to be deleted, the following relative URL should be called: "/GefahrService/sicherungsanlage/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum