Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AnlageNebenproduktView
Please create a React-JS view called "AnlageNebenproduktView" for the fields of the AnlageNebenprodukt entity. The AnlageNebenproduktView must contain the following fields: - name: Einheit type: STRING - name: Entsalzungsanlage type: Entsalzungsanlage - name: Nebenprodukt type: Nebenprodukt - name: Tagesmenge type: STRING The data source for the [Entsalzungsanlage] select control should be loaded from the relative URL: "/EntsalzungsanlageService/entsalzungsanlage" (HTTP-GET) The data source for the [Nebenprodukt] select control should be loaded from the relative URL: "/NebenproduktService/nebenprodukt" (HTTP-GET) An existing AnlageNebenprodukt entity should be loaded from the relative URL: "/NebenproduktService/anlagenebenprodukt/{id}" (HTTP-GET) If a new AnlageNebenprodukt entity has been created, the new entity should be posted to the relative URL: "/NebenproduktService/anlagenebenprodukt" (HTTP-POST) If an existing AnlageNebenprodukt entity has been updated, the modified entity should be sent to the relative URL: "/NebenproduktService/anlagenebenprodukt/{id}" (HTTP-PUT) If an existing AnlageNebenprodukt entity has to be deleted, the following relative URL should be called: "/NebenproduktService/anlagenebenprodukt/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum