Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RecyclingstromView
Please create a React-JS view called "RecyclingstromView" for the fields of the Recyclingstrom entity. The RecyclingstromView must contain the following fields: - name: Beschreibung type: STRING - name: IstGetrenntsammlung type: BOOL - name: Name type: STRING An existing Recyclingstrom entity should be loaded from the relative URL: "/RecyclingstromService/recyclingstrom/{id}" (HTTP-GET) If a new Recyclingstrom entity has been created, the new entity should be posted to the relative URL: "/RecyclingstromService/recyclingstrom" (HTTP-POST) If an existing Recyclingstrom entity has been updated, the modified entity should be sent to the relative URL: "/RecyclingstromService/recyclingstrom/{id}" (HTTP-PUT) If an existing Recyclingstrom entity has to be deleted, the following relative URL should be called: "/RecyclingstromService/recyclingstrom/{id}" (HTTP-DELETE) Add a HTML table to the view with the following AbfallartRecyclingstrom columns: - column: Abfallart - column: Recyclingstrom The table should have the title "AbfallartRecyclingstroms" und the data must be loaded from the server with the following relative URL: "/RecyclingstromService/abfallartrecyclingstrom/recyclingstrom/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum