Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OrganisationsBeteiligungView
Please create a React-JS view called "OrganisationsBeteiligungView" for the fields of the OrganisationsBeteiligung entity. The OrganisationsBeteiligungView must contain the following fields: - name: AnteilProzent type: STRING - name: Endjahr type: LONG - name: MutterOrganisation type: Organisation - name: Notizen type: STRING - name: Startjahr type: LONG - name: TochterOrganisation type: Organisation The data source for the [MutterOrganisation] select control should be loaded from the relative URL: "/LandService/organisation" (HTTP-GET) The data source for the [TochterOrganisation] select control should be loaded from the relative URL: "/LandService/organisation" (HTTP-GET) An existing OrganisationsBeteiligung entity should be loaded from the relative URL: "/MarktgebietService/organisationsbeteiligung/{id}" (HTTP-GET) If a new OrganisationsBeteiligung entity has been created, the new entity should be posted to the relative URL: "/MarktgebietService/organisationsbeteiligung" (HTTP-POST) If an existing OrganisationsBeteiligung entity has been updated, the modified entity should be sent to the relative URL: "/MarktgebietService/organisationsbeteiligung/{id}" (HTTP-PUT) If an existing OrganisationsBeteiligung entity has to be deleted, the following relative URL should be called: "/MarktgebietService/organisationsbeteiligung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum