POST api/Project/updateProjectSession

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "Id": "a9ca3524-d101-44de-851c-97a35c6c28da",
  "VoterId": "0f6bf8d8-34a6-4ea9-a007-324f1f9dae1b",
  "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>a9ca3524-d101-44de-851c-97a35c6c28da</Id>
  <IsPreview>true</IsPreview>
  <VoterId>0f6bf8d8-34a6-4ea9-a007-324f1f9dae1b</VoterId>
  <VoterNickName>sample string 5</VoterNickName>
</ProjectSessionViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.