Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EreignisBeteiligungView
Please create a React-JS view called "EreignisBeteiligungView" for the fields of the EreignisBeteiligung entity. The EreignisBeteiligungView must contain the following fields: - name: Anlage type: Anlage - name: Ereignis type: Ereignis - name: Notizen type: STRING - name: Organisation type: Organisation - name: Person type: Person - name: Pipeline type: Pipeline - name: Rolle type: STRING The data source for the [Organisation] select control should be loaded from the relative URL: "/LandService/organisation" (HTTP-GET) The data source for the [Anlage] select control should be loaded from the relative URL: "/AnlageService/anlage" (HTTP-GET) The data source for the [Ereignis] select control should be loaded from the relative URL: "/AnlageService/ereignis" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) The data source for the [Pipeline] select control should be loaded from the relative URL: "/PipelineService/pipeline" (HTTP-GET) An existing EreignisBeteiligung entity should be loaded from the relative URL: "/AnlageService/ereignisbeteiligung/{id}" (HTTP-GET) If a new EreignisBeteiligung entity has been created, the new entity should be posted to the relative URL: "/AnlageService/ereignisbeteiligung" (HTTP-POST) If an existing EreignisBeteiligung entity has been updated, the modified entity should be sent to the relative URL: "/AnlageService/ereignisbeteiligung/{id}" (HTTP-PUT) If an existing EreignisBeteiligung entity has to be deleted, the following relative URL should be called: "/AnlageService/ereignisbeteiligung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum