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": "6ae6bcb3-a8f0-4fcf-903d-37c4eac18ed8",
  "VoteItems": [
    "8f19cf48-fea0-4454-bdef-b49f35f4196b",
    "751a067e-5707-4cb9-9144-e3ef29af60a7",
    "5022851c-b229-413e-8df5-edf283b4388c"
  ],
  "MessageId": "d378aee1-47f4-44d4-9eea-9a409cdb1468"
}

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