Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ChemikaliendosierungView
Please create a React-JS view called "ChemikaliendosierungView" for the fields of the Chemikaliendosierung entity. The ChemikaliendosierungView must contain the following fields: - name: Aufbereitungsprozess type: Aufbereitungsprozess - name: Beschreibung type: STRING - name: Chemikalie type: Chemikalie - name: Regelverfahren type: STRING - name: TypischeDosisMgL type: DOUBLE - name: ZielkonzentrationMgL type: DOUBLE The data source for the [Chemikalie] select control should be loaded from the relative URL: "/ProzesstypService/chemikalie" (HTTP-GET) The data source for the [Aufbereitungsprozess] select control should be loaded from the relative URL: "/AufbereitungsanlageService/aufbereitungsprozess" (HTTP-GET) An existing Chemikaliendosierung entity should be loaded from the relative URL: "/ProzesstypService/chemikaliendosierung/{id}" (HTTP-GET) If a new Chemikaliendosierung entity has been created, the new entity should be posted to the relative URL: "/ProzesstypService/chemikaliendosierung" (HTTP-POST) If an existing Chemikaliendosierung entity has been updated, the modified entity should be sent to the relative URL: "/ProzesstypService/chemikaliendosierung/{id}" (HTTP-PUT) If an existing Chemikaliendosierung entity has to be deleted, the following relative URL should be called: "/ProzesstypService/chemikaliendosierung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum