POST Project/setAnswers
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"QuestionType": 1,
"AnswerIds": [
"e2332247-9208-48c8-a955-a114965d1645",
"1d500b4d-6bbb-4936-a89d-283b1273f226",
"c0271091-9346-4c05-8b04-35a0088fe6bd"
],
"RankedAnswers": [
{
"Rank": 1,
"OtherText": "sample string 2"
},
{
"Rank": 1,
"OtherText": "sample string 2"
},
{
"Rank": 1,
"OtherText": "sample string 2"
}
],
"QuestionId": "b8aab0ac-befa-4398-bed8-82529849871b",
"VoterId": "80675930-cd93-43de-8474-ecdd53065cf6",
"SenderOrigin": 0,
"OpenText": "sample string 3"
}
text/xml
Sample:
<SetAnswerViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VoxVoteViewModels">
<AnswerIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e2332247-9208-48c8-a955-a114965d1645</d2p1:guid>
<d2p1:guid>1d500b4d-6bbb-4936-a89d-283b1273f226</d2p1:guid>
<d2p1:guid>c0271091-9346-4c05-8b04-35a0088fe6bd</d2p1:guid>
</AnswerIds>
<OpenText>sample string 3</OpenText>
<QuestionId>b8aab0ac-befa-4398-bed8-82529849871b</QuestionId>
<QuestionType>Single</QuestionType>
<RankedAnswers>
<RankViewModel>
<OtherText>sample string 2</OtherText>
<Rank>1</Rank>
</RankViewModel>
<RankViewModel>
<OtherText>sample string 2</OtherText>
<Rank>1</Rank>
</RankViewModel>
<RankViewModel>
<OtherText>sample string 2</OtherText>
<Rank>1</Rank>
</RankViewModel>
</RankedAnswers>
<SenderOrigin>IOS_DevJockeys_1_0</SenderOrigin>
<VoterId>80675930-cd93-43de-8474-ecdd53065cf6</VoterId>
</SetAnswerViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.