POST PlanCare2Api/Questionnaires/FilledQuestionnaires/Unlock

Post unlock filledquestionnaire.

Request Information

URI Parameters

None.

Body Parameters

Identifier of the filledquestionnaire.

FilledQuestionnaireIdentifier
NameDescriptionTypeAdditional information
Id

Identifier

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1
}

application/xml, text/xml

Sample:
<FilledQuestionnaireIdentifier xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire">
  <Id>1</Id>
</FilledQuestionnaireIdentifier>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None

Content

HttpContent

None

StatusCode

HttpStatusCode

None

ReasonPhrase

string

None

Headers

Collection of Object

None

RequestMessage

HttpRequestMessage

None

IsSuccessStatusCode

boolean

None