Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UnfallstatistikView
Please create a React-JS view called "UnfallstatistikView" for the fields of the Unfallstatistik entity. The UnfallstatistikView must contain the following fields: - name: Jahr type: LONG - name: Strassenabschnitt type: Strassenabschnitt - name: Tote type: LONG - name: UnfaelleGesamt type: LONG - name: Verletzte type: LONG The data source for the [Strassenabschnitt] select control should be loaded from the relative URL: "/StrassenabschnittService/strassenabschnitt" (HTTP-GET) An existing Unfallstatistik entity should be loaded from the relative URL: "/BelagsmaterialService/unfallstatistik/{id}" (HTTP-GET) If a new Unfallstatistik entity has been created, the new entity should be posted to the relative URL: "/BelagsmaterialService/unfallstatistik" (HTTP-POST) If an existing Unfallstatistik entity has been updated, the modified entity should be sent to the relative URL: "/BelagsmaterialService/unfallstatistik/{id}" (HTTP-PUT) If an existing Unfallstatistik entity has to be deleted, the following relative URL should be called: "/BelagsmaterialService/unfallstatistik/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum