Overview
Summary
Contact
Donate
Imprint
Prompt for the
PollOptionView
Please create a React-JS view called "PollOptionView" for the fields of the PollOption entity. The PollOptionView must contain the following fields: - name: Poll type: Poll - name: Position type: INT - name: Text type: STRING - name: VoteCount type: LONG The data source for the [Poll] select control should be loaded from the relative URL: "/TweetService/poll" (HTTP-GET) An existing PollOption entity should be loaded from the relative URL: "/TweetService/polloption/{id}" (HTTP-GET) If a new PollOption entity has been created, the new entity should be posted to the relative URL: "/TweetService/polloption" (HTTP-POST) If an existing PollOption entity has been updated, the modified entity should be sent to the relative URL: "/TweetService/polloption/{id}" (HTTP-PUT) If an existing PollOption entity has to be deleted, the following relative URL should be called: "/TweetService/polloption/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint