Overview
Summary
Contact
Donate
Imprint
Prompt for the
IndexMembershipView
Please create a React-JS view called "IndexMembershipView" for the fields of the IndexMembership entity. The IndexMembershipView must contain the following fields: - name: EndDate type: DATE - name: IndexName type: STRING - name: StartDate type: DATE - name: StockListing type: StockListing The data source for the [StockListing] select control should be loaded from the relative URL: "/StockListingService/stocklisting" (HTTP-GET) An existing IndexMembership entity should be loaded from the relative URL: "/StockListingService/indexmembership/{id}" (HTTP-GET) If a new IndexMembership entity has been created, the new entity should be posted to the relative URL: "/StockListingService/indexmembership" (HTTP-POST) If an existing IndexMembership entity has been updated, the modified entity should be sent to the relative URL: "/StockListingService/indexmembership/{id}" (HTTP-PUT) If an existing IndexMembership entity has to be deleted, the following relative URL should be called: "/StockListingService/indexmembership/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint