Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MedizinischerAbfallbehaelterView
Please create a React-JS view called "MedizinischerAbfallbehaelterView" for the fields of the MedizinischerAbfallbehaelter entity. The MedizinischerAbfallbehaelterView must contain the following fields: - name: Abfallbehaelter type: Abfallbehaelter - name: Entsorgungsmethode type: STRING - name: Gefahrguttyp type: Gefahrguttyp - name: IstEinweg type: BOOL - name: IstWiederOeffnbar type: BOOL - name: MedizinischeEinrichtung type: MedizinischeEinrichtung The data source for the [Abfallbehaelter] select control should be loaded from the relative URL: "/AbfallbehaelterService/abfallbehaelter" (HTTP-GET) The data source for the [MedizinischeEinrichtung] select control should be loaded from the relative URL: "/GefahrguttypService/medizinischeeinrichtung" (HTTP-GET) The data source for the [Gefahrguttyp] select control should be loaded from the relative URL: "/GefahrguttypService/gefahrguttyp" (HTTP-GET) An existing MedizinischerAbfallbehaelter entity should be loaded from the relative URL: "/GefahrguttypService/medizinischerabfallbehaelter/{id}" (HTTP-GET) If a new MedizinischerAbfallbehaelter entity has been created, the new entity should be posted to the relative URL: "/GefahrguttypService/medizinischerabfallbehaelter" (HTTP-POST) If an existing MedizinischerAbfallbehaelter entity has been updated, the modified entity should be sent to the relative URL: "/GefahrguttypService/medizinischerabfallbehaelter/{id}" (HTTP-PUT) If an existing MedizinischerAbfallbehaelter entity has to be deleted, the following relative URL should be called: "/GefahrguttypService/medizinischerabfallbehaelter/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum