POST api/Vote/commit

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
comment
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "VoteId": "873503ce-a0e3-4893-b223-dd2162c237e7",
  "VoteItems": [
    "698d03c9-2a3b-43f2-9eec-44d1ed8a1ca8",
    "004511fa-7c72-4697-bf50-b416978340f7",
    "7e5d6158-1f73-48f9-bf30-8d99e79a0cf0"
  ],
  "MessageId": "8ad8fdda-29df-4910-9e68-8739c7e07a34"
}

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