POST api/Project/updateProjectSession/{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:
{
"Email": "sample string 1",
"Id": "8eb5c078-8315-4f3f-9531-07da54f78ddc",
"VoterId": "5a358f41-0b86-43f2-966f-16eabe1008aa",
"IsPreview": true,
"VoterNickName": "sample string 5"
}
text/xml
Sample:
<ProjectSessionViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VoxVoteViewModels"> <Email>sample string 1</Email> <Id>8eb5c078-8315-4f3f-9531-07da54f78ddc</Id> <IsPreview>true</IsPreview> <VoterId>5a358f41-0b86-43f2-966f-16eabe1008aa</VoterId> <VoterNickName>sample string 5</VoterNickName> </ProjectSessionViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.