POST api/Project/EndProjectToClients/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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:
{
  "Pin": 1
}

text/xml

Sample:
<QuestionPinViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VoxVoteViewModels">
  <Pin>1</Pin>
</QuestionPinViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.