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