Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AnlagengeregeltheitView
Please create a React-JS view called "AnlagengeregeltheitView" for the fields of the Anlagengeregeltheit entity. The AnlagengeregeltheitView must contain the following fields: - name: Aufbereitungsanlage type: Aufbereitungsanlage - name: Bewertungsdatum type: DATE - name: Kommentar type: STRING - name: Regelwerk type: Regelwerk - name: Status type: STRING The data source for the [Aufbereitungsanlage] select control should be loaded from the relative URL: "/AufbereitungsanlageService/aufbereitungsanlage" (HTTP-GET) The data source for the [Regelwerk] select control should be loaded from the relative URL: "/RegelwerkService/regelwerk" (HTTP-GET) An existing Anlagengeregeltheit entity should be loaded from the relative URL: "/RegelwerkService/anlagengeregeltheit/{id}" (HTTP-GET) If a new Anlagengeregeltheit entity has been created, the new entity should be posted to the relative URL: "/RegelwerkService/anlagengeregeltheit" (HTTP-POST) If an existing Anlagengeregeltheit entity has been updated, the modified entity should be sent to the relative URL: "/RegelwerkService/anlagengeregeltheit/{id}" (HTTP-PUT) If an existing Anlagengeregeltheit entity has to be deleted, the following relative URL should be called: "/RegelwerkService/anlagengeregeltheit/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum