Overview
Summary
Contact
Donate
Imprint
Prompt for the
AladdinDataSourceView
Please create a React-JS view called "AladdinDataSourceView" for the fields of the AladdinDataSource entity. The AladdinDataSourceView must contain the following fields: - name: AladdinSystem type: AladdinSystem - name: DataSource type: DataSource - name: EndDate type: DATE - name: StartDate type: DATE - name: UsagePurpose type: STRING 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 AladdinDataSource entity should be loaded from the relative URL: "/AladdinSystemService/aladdindatasource/{id}" (HTTP-GET) If a new AladdinDataSource entity has been created, the new entity should be posted to the relative URL: "/AladdinSystemService/aladdindatasource" (HTTP-POST) If an existing AladdinDataSource entity has been updated, the modified entity should be sent to the relative URL: "/AladdinSystemService/aladdindatasource/{id}" (HTTP-PUT) If an existing AladdinDataSource entity has to be deleted, the following relative URL should be called: "/AladdinSystemService/aladdindatasource/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint