Overview
Summary
Contact
Donate
Imprint
Prompt for the
CreatorToolUsageView
Please create a React-JS view called "CreatorToolUsageView" for the fields of the CreatorToolUsage entity. The CreatorToolUsageView must contain the following fields: - name: Artist type: Artist - name: CreatorTool type: CreatorTool - name: Podcast type: Podcast - name: StartedAt type: DATE - name: UserAccount type: UserAccount The data source for the [Artist] select control should be loaded from the relative URL: "/TrackService/artist" (HTTP-GET) The data source for the [CreatorTool] select control should be loaded from the relative URL: "/PlaylistService/creatortool" (HTTP-GET) The data source for the [Podcast] select control should be loaded from the relative URL: "/CompanyEntityService/podcast" (HTTP-GET) The data source for the [UserAccount] select control should be loaded from the relative URL: "/UserAccountService/useraccount" (HTTP-GET) An existing CreatorToolUsage entity should be loaded from the relative URL: "/TrackService/creatortoolusage/{id}" (HTTP-GET) If a new CreatorToolUsage entity has been created, the new entity should be posted to the relative URL: "/TrackService/creatortoolusage" (HTTP-POST) If an existing CreatorToolUsage entity has been updated, the modified entity should be sent to the relative URL: "/TrackService/creatortoolusage/{id}" (HTTP-PUT) If an existing CreatorToolUsage entity has to be deleted, the following relative URL should be called: "/TrackService/creatortoolusage/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint