Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AbfallartView
Please create a React-JS view called "AbfallartView" for the fields of the Abfallart entity. The AbfallartView must contain the following fields: - name: Beschreibung type: STRING - name: Gefahrguttyp type: Gefahrguttyp - name: IstGefahrgut type: BOOL - name: IstRecycelbar type: BOOL - name: Name type: STRING The data source for the [Gefahrguttyp] select control should be loaded from the relative URL: "/GefahrguttypService/gefahrguttyp" (HTTP-GET) An existing Abfallart entity should be loaded from the relative URL: "/AbfallartService/abfallart/{id}" (HTTP-GET) If a new Abfallart entity has been created, the new entity should be posted to the relative URL: "/AbfallartService/abfallart" (HTTP-POST) If an existing Abfallart entity has been updated, the modified entity should be sent to the relative URL: "/AbfallartService/abfallart/{id}" (HTTP-PUT) If an existing Abfallart entity has to be deleted, the following relative URL should be called: "/AbfallartService/abfallart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following AbfallbehaelterAbfallart columns: - column: IstHauptfraktion - column: Abfallbehaelter - column: Abfallart The table should have the title "AbfallbehaelterAbfallarts" und the data must be loaded from the server with the following relative URL: "/AbfallartService/abfallbehaelterabfallart/abfallart/{id}" 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/abfallart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum