POST api/VoteRecord/PostCurrentUserVote

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
voteRecord
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "VoteId": "7b4a5262-f91c-4152-8390-371f6b112201",
  "VoteItems": [
    "faa2a03c-c588-4c7a-9405-c3ef63d4a8a6",
    "fed489c8-9bc8-421b-8018-ee82ae323028",
    "a7288380-5f16-4118-9ba1-bd9979519268"
  ],
  "MessageId": "2dacd8ef-7811-4c99-970e-dd97a6c67c0e"
}

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"
}