Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SammelereignisView
Please create a React-JS view called "SammelereignisView" for the fields of the Sammelereignis entity. The SammelereignisView must contain the following fields: - name: Abfallstrom type: Abfallstrom - name: GesammelteMengeTonnen type: STRING - name: SammelDatumZeit type: DATE - name: Sammelfahrzeug type: Sammelfahrzeug - name: Sammelroute type: Sammelroute The data source for the [Sammelfahrzeug] select control should be loaded from the relative URL: "/SammelfahrzeugService/sammelfahrzeug" (HTTP-GET) The data source for the [Sammelroute] select control should be loaded from the relative URL: "/SammelsystemService/sammelroute" (HTTP-GET) The data source for the [Abfallstrom] select control should be loaded from the relative URL: "/AbfallstromService/abfallstrom" (HTTP-GET) An existing Sammelereignis entity should be loaded from the relative URL: "/AbfallstromService/sammelereignis/{id}" (HTTP-GET) If a new Sammelereignis entity has been created, the new entity should be posted to the relative URL: "/AbfallstromService/sammelereignis" (HTTP-POST) If an existing Sammelereignis entity has been updated, the modified entity should be sent to the relative URL: "/AbfallstromService/sammelereignis/{id}" (HTTP-PUT) If an existing Sammelereignis entity has to be deleted, the following relative URL should be called: "/AbfallstromService/sammelereignis/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum