Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SammelfahrzeugView
Please create a React-JS view called "SammelfahrzeugView" for the fields of the Sammelfahrzeug entity. The SammelfahrzeugView must contain the following fields: - name: AusserbetriebDatum type: DATE - name: BetreiberAkteur type: Akteur - name: Fahrzeugtyp type: Fahrzeugtyp - name: InbetriebnahmeDatum type: DATE - name: Kennzeichen type: STRING The data source for the [BetreiberAkteur] select control should be loaded from the relative URL: "/AkteurService/akteur" (HTTP-GET) The data source for the [Fahrzeugtyp] select control should be loaded from the relative URL: "/SammelfahrzeugService/fahrzeugtyp" (HTTP-GET) An existing Sammelfahrzeug entity should be loaded from the relative URL: "/SammelfahrzeugService/sammelfahrzeug/{id}" (HTTP-GET) If a new Sammelfahrzeug entity has been created, the new entity should be posted to the relative URL: "/SammelfahrzeugService/sammelfahrzeug" (HTTP-POST) If an existing Sammelfahrzeug entity has been updated, the modified entity should be sent to the relative URL: "/SammelfahrzeugService/sammelfahrzeug/{id}" (HTTP-PUT) If an existing Sammelfahrzeug entity has to be deleted, the following relative URL should be called: "/SammelfahrzeugService/sammelfahrzeug/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Sammelereignis columns: - column: SammelDatumZeit - column: Abfallstrom - column: GesammelteMengeTonnen - column: Sammelfahrzeug - column: Sammelroute The table should have the title "Sammelereigniss" und the data must be loaded from the server with the following relative URL: "/AbfallstromService/sammelereignis/sammelfahrzeug/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum