Overview
Summary
Contact
Donate
Imprint
Prompt for the
TitleGenreView
Please create a React-JS view called "TitleGenreView" for the fields of the TitleGenre entity. The TitleGenreView must contain the following fields: - name: Genre type: Genre - 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 [Genre] select control should be loaded from the relative URL: "/GenreService/genre" (HTTP-GET) An existing TitleGenre entity should be loaded from the relative URL: "/GenreService/titlegenre/{id}" (HTTP-GET) If a new TitleGenre entity has been created, the new entity should be posted to the relative URL: "/GenreService/titlegenre" (HTTP-POST) If an existing TitleGenre entity has been updated, the modified entity should be sent to the relative URL: "/GenreService/titlegenre/{id}" (HTTP-PUT) If an existing TitleGenre entity has to be deleted, the following relative URL should be called: "/GenreService/titlegenre/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint