Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VorfallView
Please create a React-JS view called "VorfallView" for the fields of the Vorfall entity. The VorfallView must contain the following fields: - name: AnBehoerdeGemeldet type: BOOL - name: Beschreibung type: STRING - name: Schweregrad type: STRING - name: Tankstelle type: Tankstelle - name: VorfallArt type: VorfallArt - name: Zeitpunkt type: DATE The data source for the [Tankstelle] select control should be loaded from the relative URL: "/TankstelleService/tankstelle" (HTTP-GET) The data source for the [VorfallArt] select control should be loaded from the relative URL: "/VorfallArtService/vorfallart" (HTTP-GET) An existing Vorfall entity should be loaded from the relative URL: "/VorfallArtService/vorfall/{id}" (HTTP-GET) If a new Vorfall entity has been created, the new entity should be posted to the relative URL: "/VorfallArtService/vorfall" (HTTP-POST) If an existing Vorfall entity has been updated, the modified entity should be sent to the relative URL: "/VorfallArtService/vorfall/{id}" (HTTP-PUT) If an existing Vorfall entity has to be deleted, the following relative URL should be called: "/VorfallArtService/vorfall/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum