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": [ "2dbc1d02-ffb5-427b-981d-b1873064ad28", "2d6ae117-df5e-4b8c-b710-eb3b8ea55f1e", "4f602ab3-b19f-4022-8cfd-c9967fef6846" ], "RankedAnswers": [ { "Rank": 1, "OtherText": "sample string 2" }, { "Rank": 1, "OtherText": "sample string 2" }, { "Rank": 1, "OtherText": "sample string 2" } ], "QuestionId": "24a7045e-0ea5-408c-81e5-832168efe835", "VoterId": "4c7d9f7e-0a52-4067-93c6-3bbe21070e02", "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>2dbc1d02-ffb5-427b-981d-b1873064ad28</d2p1:guid> <d2p1:guid>2d6ae117-df5e-4b8c-b710-eb3b8ea55f1e</d2p1:guid> <d2p1:guid>4f602ab3-b19f-4022-8cfd-c9967fef6846</d2p1:guid> </AnswerIds> <OpenText>sample string 3</OpenText> <QuestionId>24a7045e-0ea5-408c-81e5-832168efe835</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>4c7d9f7e-0a52-4067-93c6-3bbe21070e02</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.