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": "e7dd0088-9ad6-40dc-bc3a-d699de77be3e",
  "VoteItems": [
    "1eb6b16f-4fe4-46af-9c21-46ff018baeac",
    "e4eb1312-aa5e-4778-9251-82147909b036",
    "927f7c1d-9f7a-44e1-a4b7-1b8a411e44a7"
  ],
  "MessageId": "3b77aa08-b7cd-4974-8942-2ab1acf1f47c"
}

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