Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BehaelterSensorView
Please create a React-JS view called "BehaelterSensorView" for the fields of the BehaelterSensor entity. The BehaelterSensorView must contain the following fields: - name: Abfallbehaelter type: Abfallbehaelter - name: Installationsdatum type: DATE - name: IstAktiv type: BOOL - name: MeldetFuellstandOnline type: BOOL - name: Sensortyp type: Sensortyp - name: Verbindungstechnik type: STRING The data source for the [Abfallbehaelter] select control should be loaded from the relative URL: "/AbfallbehaelterService/abfallbehaelter" (HTTP-GET) The data source for the [Sensortyp] select control should be loaded from the relative URL: "/BehaeltertypService/sensortyp" (HTTP-GET) An existing BehaelterSensor entity should be loaded from the relative URL: "/BehaeltertypService/behaeltersensor/{id}" (HTTP-GET) If a new BehaelterSensor entity has been created, the new entity should be posted to the relative URL: "/BehaeltertypService/behaeltersensor" (HTTP-POST) If an existing BehaelterSensor entity has been updated, the modified entity should be sent to the relative URL: "/BehaeltertypService/behaeltersensor/{id}" (HTTP-PUT) If an existing BehaelterSensor entity has to be deleted, the following relative URL should be called: "/BehaeltertypService/behaeltersensor/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum