Overview
Summary
Contact
Donate
Imprint
Prompt for the
IndexConstituentView
Please create a React-JS view called "IndexConstituentView" for the fields of the IndexConstituent entity. The IndexConstituentView must contain the following fields: - name: EffectiveFrom type: DATE - name: EffectiveTo type: DATE - name: Index type: Index - name: Listing type: Listing - name: WeightPercent type: DOUBLE The data source for the [Listing] select control should be loaded from the relative URL: "/ListingService/listing" (HTTP-GET) The data source for the [Index] select control should be loaded from the relative URL: "/ListingService/index" (HTTP-GET) An existing IndexConstituent entity should be loaded from the relative URL: "/ListingService/indexconstituent/{id}" (HTTP-GET) If a new IndexConstituent entity has been created, the new entity should be posted to the relative URL: "/ListingService/indexconstituent" (HTTP-POST) If an existing IndexConstituent entity has been updated, the modified entity should be sent to the relative URL: "/ListingService/indexconstituent/{id}" (HTTP-PUT) If an existing IndexConstituent entity has to be deleted, the following relative URL should be called: "/ListingService/indexconstituent/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint