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