Overview
Summary
Contact
Donate
Imprint
Prompt for the
ContentGenreView
Please create a React-JS view called "ContentGenreView" for the fields of the ContentGenre entity. The ContentGenreView must contain the following fields: - name: ContentTitle type: ContentTitle - name: Genre type: Genre The data source for the [Genre] select control should be loaded from the relative URL: "/ContentTitleService/genre" (HTTP-GET) The data source for the [ContentTitle] select control should be loaded from the relative URL: "/ContentTitleService/contenttitle" (HTTP-GET) An existing ContentGenre entity should be loaded from the relative URL: "/ContentTitleService/contentgenre/{id}" (HTTP-GET) If a new ContentGenre entity has been created, the new entity should be posted to the relative URL: "/ContentTitleService/contentgenre" (HTTP-POST) If an existing ContentGenre entity has been updated, the modified entity should be sent to the relative URL: "/ContentTitleService/contentgenre/{id}" (HTTP-PUT) If an existing ContentGenre entity has to be deleted, the following relative URL should be called: "/ContentTitleService/contentgenre/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint