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