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": [ "8972f7d7-6932-4525-ae4e-9a15e1ca6b9a", "35b7c5eb-0a56-4e27-8eca-f963f8d0e853", "f992ee30-fd65-4124-9141-aeb81904420a" ], "RankedAnswers": [ { "Rank": 1, "OtherText": "sample string 2" }, { "Rank": 1, "OtherText": "sample string 2" }, { "Rank": 1, "OtherText": "sample string 2" } ], "QuestionId": "faf152c1-3776-45e2-aeb1-35868bcc7d65", "VoterId": "32f45ac0-397a-431f-a7b0-4a508a39e219", "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>8972f7d7-6932-4525-ae4e-9a15e1ca6b9a</d2p1:guid> <d2p1:guid>35b7c5eb-0a56-4e27-8eca-f963f8d0e853</d2p1:guid> <d2p1:guid>f992ee30-fd65-4124-9141-aeb81904420a</d2p1:guid> </AnswerIds> <OpenText>sample string 3</OpenText> <QuestionId>faf152c1-3776-45e2-aeb1-35868bcc7d65</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>32f45ac0-397a-431f-a7b0-4a508a39e219</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.