POST Login/MPVoteConference_ThirdInfo
Request Information
URI Parameters
None.
Body Parameters
VoteModelName | Description | Type | Additional information |
---|---|---|---|
VoteInfo_MemberID | string |
None. |
|
VoteInfo_Progress | string |
None. |
|
XY | Collection of VoteInfo_XY |
None. |
Request Formats
application/json, text/json
Sample:
{ "VoteInfo_MemberID": "sample string 1", "VoteInfo_Progress": "sample string 2", "XY": [ { "VoteInfo_XY_ID": "sample string 1", "VoteInfo_XY_Name": "sample string 2", "VoteInfo_XY_Choose": "sample string 3", "VoteInfo_XY_Aspiring": "sample string 4", "VoteInfo_State": "sample string 5" }, { "VoteInfo_XY_ID": "sample string 1", "VoteInfo_XY_Name": "sample string 2", "VoteInfo_XY_Choose": "sample string 3", "VoteInfo_XY_Aspiring": "sample string 4", "VoteInfo_State": "sample string 5" } ] }
application/xml, text/xml
Sample:
<VoteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JpmsoftMessage.Models"> <VoteInfo_MemberID>sample string 1</VoteInfo_MemberID> <VoteInfo_Progress>sample string 2</VoteInfo_Progress> <XY> <VoteInfo_XY> <VoteInfo_State>sample string 5</VoteInfo_State> <VoteInfo_XY_Aspiring>sample string 4</VoteInfo_XY_Aspiring> <VoteInfo_XY_Choose>sample string 3</VoteInfo_XY_Choose> <VoteInfo_XY_ID>sample string 1</VoteInfo_XY_ID> <VoteInfo_XY_Name>sample string 2</VoteInfo_XY_Name> </VoteInfo_XY> <VoteInfo_XY> <VoteInfo_State>sample string 5</VoteInfo_State> <VoteInfo_XY_Aspiring>sample string 4</VoteInfo_XY_Aspiring> <VoteInfo_XY_Choose>sample string 3</VoteInfo_XY_Choose> <VoteInfo_XY_ID>sample string 1</VoteInfo_XY_ID> <VoteInfo_XY_Name>sample string 2</VoteInfo_XY_Name> </VoteInfo_XY> </XY> </VoteModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.