Overview
Summary
Contact
Donate
Imprint
Prompt for the
HistoricalDataSetView
Please create a React-JS view called "HistoricalDataSetView" for the fields of the HistoricalDataSet entity. The HistoricalDataSetView must contain the following fields: - name: AladdinSystem type: AladdinSystem - name: AssetUniverseDescription type: STRING - name: DataSource type: DataSource - name: Description type: STRING - name: EndDate type: DATE - name: Name type: STRING - name: StartDate type: DATE The data source for the [AladdinSystem] select control should be loaded from the relative URL: "/AladdinSystemService/aladdinsystem" (HTTP-GET) The data source for the [DataSource] select control should be loaded from the relative URL: "/DataSourceService/datasource" (HTTP-GET) An existing HistoricalDataSet entity should be loaded from the relative URL: "/AladdinSystemService/historicaldataset/{id}" (HTTP-GET) If a new HistoricalDataSet entity has been created, the new entity should be posted to the relative URL: "/AladdinSystemService/historicaldataset" (HTTP-POST) If an existing HistoricalDataSet entity has been updated, the modified entity should be sent to the relative URL: "/AladdinSystemService/historicaldataset/{id}" (HTTP-PUT) If an existing HistoricalDataSet entity has to be deleted, the following relative URL should be called: "/AladdinSystemService/historicaldataset/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint