Overview
Summary
Contact
Donate
Imprint
Prompt for the
UserRatingView
Please create a React-JS view called "UserRatingView" for the fields of the UserRating entity. The UserRatingView must contain the following fields: - name: Profile type: Profile - name: RatedAt type: STRING - name: RatingValue type: LONG - 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 UserRating entity should be loaded from the relative URL: "/VideoFormatService/userrating/{id}" (HTTP-GET) If a new UserRating entity has been created, the new entity should be posted to the relative URL: "/VideoFormatService/userrating" (HTTP-POST) If an existing UserRating entity has been updated, the modified entity should be sent to the relative URL: "/VideoFormatService/userrating/{id}" (HTTP-PUT) If an existing UserRating entity has to be deleted, the following relative URL should be called: "/VideoFormatService/userrating/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint