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