Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LiteraturAutorView
Please create a React-JS view called "LiteraturAutorView" for the fields of the LiteraturAutor entity. The LiteraturAutorView must contain the following fields: - name: Autor type: Autor - name: AutorenReihenfolge type: INT - name: Literatur type: Literatur The data source for the [Literatur] select control should be loaded from the relative URL: "/LiteraturService/literatur" (HTTP-GET) The data source for the [Autor] select control should be loaded from the relative URL: "/LiteraturService/autor" (HTTP-GET) An existing LiteraturAutor entity should be loaded from the relative URL: "/LiteraturService/literaturautor/{id}" (HTTP-GET) If a new LiteraturAutor entity has been created, the new entity should be posted to the relative URL: "/LiteraturService/literaturautor" (HTTP-POST) If an existing LiteraturAutor entity has been updated, the modified entity should be sent to the relative URL: "/LiteraturService/literaturautor/{id}" (HTTP-PUT) If an existing LiteraturAutor entity has to be deleted, the following relative URL should be called: "/LiteraturService/literaturautor/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum