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