Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RecyclingProzessSchrittView
Please create a React-JS view called "RecyclingProzessSchrittView" for the fields of the RecyclingProzessSchritt entity. The RecyclingProzessSchrittView must contain the following fields: - name: Abfallstrom type: Abfallstrom - name: Beschreibung type: STRING - name: Name type: STRING - name: Optional type: BOOL - name: RecyclingAnlage type: RecyclingAnlage - name: SchrittNummer type: INT - name: SensorEinsatz type: BOOL The data source for the [RecyclingAnlage] select control should be loaded from the relative URL: "/GlasKategorieService/recyclinganlage" (HTTP-GET) The data source for the [Abfallstrom] select control should be loaded from the relative URL: "/AbfallstromService/abfallstrom" (HTTP-GET) An existing RecyclingProzessSchritt entity should be loaded from the relative URL: "/SammelSystemService/recyclingprozessschritt/{id}" (HTTP-GET) If a new RecyclingProzessSchritt entity has been created, the new entity should be posted to the relative URL: "/SammelSystemService/recyclingprozessschritt" (HTTP-POST) If an existing RecyclingProzessSchritt entity has been updated, the modified entity should be sent to the relative URL: "/SammelSystemService/recyclingprozessschritt/{id}" (HTTP-PUT) If an existing RecyclingProzessSchritt entity has to be deleted, the following relative URL should be called: "/SammelSystemService/recyclingprozessschritt/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum