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