POST api/Vote/commit
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| comment | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"VoteId": "1d5be408-937e-4c6a-8b35-fac5b7fd539e",
"VoteItems": [
"93bb3819-a562-4fda-99fe-a93eebf0c463",
"779d8d72-4acd-4808-8fb3-3e59ca3a5401",
"2f693736-ab1d-41e6-9c87-26d644d41aba"
],
"MessageId": "572365d9-aad6-40f3-9c65-da7cc6c6acab"
}
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"
}