Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TechnologieEreignisView
Please create a React-JS view called "TechnologieEreignisView" for the fields of the TechnologieEreignis entity. The TechnologieEreignisView must contain the following fields: - name: HistorischesEreignis type: HistorischesEreignis - name: Rolle type: STRING - name: Technologie type: Technologie The data source for the [Technologie] select control should be loaded from the relative URL: "/TechnologieService/technologie" (HTTP-GET) The data source for the [HistorischesEreignis] select control should be loaded from the relative URL: "/TechnologieService/historischesereignis" (HTTP-GET) An existing TechnologieEreignis entity should be loaded from the relative URL: "/TechnologieService/technologieereignis/{id}" (HTTP-GET) If a new TechnologieEreignis entity has been created, the new entity should be posted to the relative URL: "/TechnologieService/technologieereignis" (HTTP-POST) If an existing TechnologieEreignis entity has been updated, the modified entity should be sent to the relative URL: "/TechnologieService/technologieereignis/{id}" (HTTP-PUT) If an existing TechnologieEreignis entity has to be deleted, the following relative URL should be called: "/TechnologieService/technologieereignis/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum