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