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