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": "cb818a03-1926-45df-899c-191607499be7",
"VoteItems": [
"9f659406-40f5-484e-a503-a09fbe246281",
"c267f8e7-d07a-43dd-917a-2374cee2efe1",
"2dd351c2-8d06-4046-b635-c40fedd2c16c"
],
"MessageId": "dff57f6c-ca49-427f-862e-7a8bf2e123fc"
}
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"
}