Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GefahrguttypView
Please create a React-JS view called "GefahrguttypView" for the fields of the Gefahrguttyp entity. The GefahrguttypView must contain the following fields: - name: Beschreibung type: STRING - name: ErfordertSpeziallagerung type: BOOL - name: ErfordertVerbrennung type: BOOL - name: Name type: STRING An existing Gefahrguttyp entity should be loaded from the relative URL: "/GefahrguttypService/gefahrguttyp/{id}" (HTTP-GET) If a new Gefahrguttyp entity has been created, the new entity should be posted to the relative URL: "/GefahrguttypService/gefahrguttyp" (HTTP-POST) If an existing Gefahrguttyp entity has been updated, the modified entity should be sent to the relative URL: "/GefahrguttypService/gefahrguttyp/{id}" (HTTP-PUT) If an existing Gefahrguttyp entity has to be deleted, the following relative URL should be called: "/GefahrguttypService/gefahrguttyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Abfallart columns: - column: IstGefahrgut - column: IstRecycelbar - column: Name - column: Gefahrguttyp - column: Beschreibung The table should have the title "Abfallarts" und the data must be loaded from the server with the following relative URL: "/AbfallartService/abfallart/gefahrguttyp/{id}" Add a HTML table to the view with the following MedizinischerAbfallbehaelter columns: - column: IstWiederOeffnbar - column: Gefahrguttyp - column: MedizinischeEinrichtung - column: Entsorgungsmethode - column: Abfallbehaelter - column: IstEinweg The table should have the title "MedizinischerAbfallbehaelters" und the data must be loaded from the server with the following relative URL: "/GefahrguttypService/medizinischerabfallbehaelter/gefahrguttyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum