Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FachsparteView
Please create a React-JS view called "FachsparteView" for the fields of the Fachsparte entity. The FachsparteView must contain the following fields: - name: Bereich type: GartenbauBereich - name: Beschreibung type: STRING - name: Name type: STRING The data source for the [Bereich] select control should be loaded from the relative URL: "/OrganisationService/gartenbaubereich" (HTTP-GET) An existing Fachsparte entity should be loaded from the relative URL: "/FachsparteService/fachsparte/{id}" (HTTP-GET) If a new Fachsparte entity has been created, the new entity should be posted to the relative URL: "/FachsparteService/fachsparte" (HTTP-POST) If an existing Fachsparte entity has been updated, the modified entity should be sent to the relative URL: "/FachsparteService/fachsparte/{id}" (HTTP-PUT) If an existing Fachsparte entity has to be deleted, the following relative URL should be called: "/FachsparteService/fachsparte/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BetriebFachsparte columns: - column: Betrieb - column: Fachsparte The table should have the title "BetriebFachspartes" und the data must be loaded from the server with the following relative URL: "/BetriebService/betriebfachsparte/fachsparte/{id}" Add a HTML table to the view with the following Anbauflaeche columns: - column: FlaecheHektar - column: Fachsparte - column: Land - column: Region The table should have the title "Anbauflaeches" und the data must be loaded from the server with the following relative URL: "/FachsparteService/anbauflaeche/fachsparte/{id}" Add a HTML table to the view with the following OrganisationFachsparte columns: - column: Organisation - column: Fachsparte The table should have the title "OrganisationFachspartes" und the data must be loaded from the server with the following relative URL: "/OrganisationService/organisationfachsparte/fachsparte/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum