POST api/VoteRecord/PostCurrentUserVote
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| voteRecord | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"VoteId": "d853c062-3395-4785-92c9-9e256af1a3e3",
"VoteItems": [
"3e935f7e-a9a0-49b1-833e-fa3915c1fcae",
"48cc019b-4fcd-490e-b4cd-fa586854ecb1",
"1d7f6fb8-ca5e-4fd6-a3ce-2c71df83c065"
],
"MessageId": "b77bcc4e-3b13-4d28-9161-18aee3cf775c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}