Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
QualitaetsGrenzwertView
Please create a React-JS view called "QualitaetsGrenzwertView" for the fields of the QualitaetsGrenzwert entity. The QualitaetsGrenzwertView must contain the following fields: - name: Abfallstrom type: Abfallstrom - name: Einheit type: STRING - name: MaxWert type: STRING - name: MinWert type: STRING - name: Notizen type: STRING - name: QualitaetsStandard type: QualitaetsStandard - name: VerunreinigungsTyp type: VerunreinigungsTyp The data source for the [VerunreinigungsTyp] select control should be loaded from the relative URL: "/AbfallstromService/verunreinigungstyp" (HTTP-GET) The data source for the [QualitaetsStandard] select control should be loaded from the relative URL: "/GlasFarbeService/qualitaetsstandard" (HTTP-GET) The data source for the [Abfallstrom] select control should be loaded from the relative URL: "/AbfallstromService/abfallstrom" (HTTP-GET) An existing QualitaetsGrenzwert entity should be loaded from the relative URL: "/AbfallstromService/qualitaetsgrenzwert/{id}" (HTTP-GET) If a new QualitaetsGrenzwert entity has been created, the new entity should be posted to the relative URL: "/AbfallstromService/qualitaetsgrenzwert" (HTTP-POST) If an existing QualitaetsGrenzwert entity has been updated, the modified entity should be sent to the relative URL: "/AbfallstromService/qualitaetsgrenzwert/{id}" (HTTP-PUT) If an existing QualitaetsGrenzwert entity has to be deleted, the following relative URL should be called: "/AbfallstromService/qualitaetsgrenzwert/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum