Overview
Summary
Contact
Donate
Imprint
Prompt for the
WatchlistItemView
Please create a React-JS view called "WatchlistItemView" for the fields of the WatchlistItem entity. The WatchlistItemView must contain the following fields: - name: AddedAt type: STRING - name: Profile type: Profile - name: Title type: Title The data source for the [Title] select control should be loaded from the relative URL: "/TitleService/title" (HTTP-GET) The data source for the [Profile] select control should be loaded from the relative URL: "/ProfileService/profile" (HTTP-GET) An existing WatchlistItem entity should be loaded from the relative URL: "/ProfileService/watchlistitem/{id}" (HTTP-GET) If a new WatchlistItem entity has been created, the new entity should be posted to the relative URL: "/ProfileService/watchlistitem" (HTTP-POST) If an existing WatchlistItem entity has been updated, the modified entity should be sent to the relative URL: "/ProfileService/watchlistitem/{id}" (HTTP-PUT) If an existing WatchlistItem entity has to be deleted, the following relative URL should be called: "/ProfileService/watchlistitem/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint