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: AnzahlBahnuebergaenge type: LONG - name: AnzahlTote type: LONG - name: AnzahlUnfaelle type: LONG - name: AnzahlVerletzte type: LONG - name: Jahr type: LONG - name: Land type: Land - name: Quelle type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Unfallstatistik entity should be loaded from the relative URL: "/UebergangsartService/unfallstatistik/{id}" (HTTP-GET) If a new Unfallstatistik entity has been created, the new entity should be posted to the relative URL: "/UebergangsartService/unfallstatistik" (HTTP-POST) If an existing Unfallstatistik entity has been updated, the modified entity should be sent to the relative URL: "/UebergangsartService/unfallstatistik/{id}" (HTTP-PUT) If an existing Unfallstatistik entity has to be deleted, the following relative URL should be called: "/UebergangsartService/unfallstatistik/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum