POST Project/setAnswers/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Model | No documentation available. |
Define this parameter in the request body. |
id | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "QuestionType": 1, "AnswerIds": [ "d0d88940-8a49-4af8-905d-1256d52bdf23", "b6a5ce2e-a696-4789-911e-f98f9f0d1a1a", "659786be-30a8-405c-97db-6fb2d2638fa5" ], "RankedAnswers": [ { "Rank": 1, "OtherText": "sample string 2" }, { "Rank": 1, "OtherText": "sample string 2" }, { "Rank": 1, "OtherText": "sample string 2" } ], "QuestionId": "25ee4e50-3be4-42e6-9a8e-df66860d5fd5", "VoterId": "71879afa-9757-4590-a76f-68fb4956a4cb", "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>d0d88940-8a49-4af8-905d-1256d52bdf23</d2p1:guid> <d2p1:guid>b6a5ce2e-a696-4789-911e-f98f9f0d1a1a</d2p1:guid> <d2p1:guid>659786be-30a8-405c-97db-6fb2d2638fa5</d2p1:guid> </AnswerIds> <OpenText>sample string 3</OpenText> <QuestionId>25ee4e50-3be4-42e6-9a8e-df66860d5fd5</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>71879afa-9757-4590-a76f-68fb4956a4cb</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.