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": [ "73cf669e-90c3-4faf-8e5e-17899ed319c4", "57f923ed-f934-48cb-8715-fc1f39b4c89f", "63df7ac2-91f9-4d7a-bcc7-6685443c30d1" ], "RankedAnswers": [ { "Rank": 1, "OtherText": "sample string 2" }, { "Rank": 1, "OtherText": "sample string 2" }, { "Rank": 1, "OtherText": "sample string 2" } ], "QuestionId": "ba14e22f-8e7d-4a6b-9700-e0fc34807c0e", "VoterId": "b8816486-6e98-48d4-b50e-90066b207135", "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>73cf669e-90c3-4faf-8e5e-17899ed319c4</d2p1:guid> <d2p1:guid>57f923ed-f934-48cb-8715-fc1f39b4c89f</d2p1:guid> <d2p1:guid>63df7ac2-91f9-4d7a-bcc7-6685443c30d1</d2p1:guid> </AnswerIds> <OpenText>sample string 3</OpenText> <QuestionId>ba14e22f-8e7d-4a6b-9700-e0fc34807c0e</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>b8816486-6e98-48d4-b50e-90066b207135</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.