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