Overview
Summary
Contact
Donate
Imprint
Prompt for the
TitleRatingView
Please create a React-JS view called "TitleRatingView" for the fields of the TitleRating entity. The TitleRatingView must contain the following fields: - name: RatedAt type: DATE - name: RatingValue type: INT - name: Title type: Title - name: UserAccount type: UserAccount The data source for the [Title] select control should be loaded from the relative URL: "/TitleService/title" (HTTP-GET) The data source for the [UserAccount] select control should be loaded from the relative URL: "/UserAccountService/useraccount" (HTTP-GET) An existing TitleRating entity should be loaded from the relative URL: "/UserAccountService/titlerating/{id}" (HTTP-GET) If a new TitleRating entity has been created, the new entity should be posted to the relative URL: "/UserAccountService/titlerating" (HTTP-POST) If an existing TitleRating entity has been updated, the modified entity should be sent to the relative URL: "/UserAccountService/titlerating/{id}" (HTTP-PUT) If an existing TitleRating entity has to be deleted, the following relative URL should be called: "/UserAccountService/titlerating/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint