Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TechnologieEinsatzView
Please create a React-JS view called "TechnologieEinsatzView" for the fields of the TechnologieEinsatz entity. The TechnologieEinsatzView must contain the following fields: - name: Anlage type: Anlage - name: Beschreibung type: STRING - name: BisJahr type: LONG - name: Gasnetz type: Gasnetz - name: Technologie type: Technologie - name: VonJahr type: LONG The data source for the [Anlage] select control should be loaded from the relative URL: "/AnlageService/anlage" (HTTP-GET) The data source for the [Technologie] select control should be loaded from the relative URL: "/PersonService/technologie" (HTTP-GET) The data source for the [Gasnetz] select control should be loaded from the relative URL: "/GasnetzService/gasnetz" (HTTP-GET) An existing TechnologieEinsatz entity should be loaded from the relative URL: "/GasnetzService/technologieeinsatz/{id}" (HTTP-GET) If a new TechnologieEinsatz entity has been created, the new entity should be posted to the relative URL: "/GasnetzService/technologieeinsatz" (HTTP-POST) If an existing TechnologieEinsatz entity has been updated, the modified entity should be sent to the relative URL: "/GasnetzService/technologieeinsatz/{id}" (HTTP-PUT) If an existing TechnologieEinsatz entity has to be deleted, the following relative URL should be called: "/GasnetzService/technologieeinsatz/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum