POST PlanCare2Api/Questionnaires/FilledQuestionnaires/Unlock
Post unlock filledquestionnaire.
Request Information
URI Parameters
None.
Body Parameters
Identifier of the filledquestionnaire.
FilledQuestionnaireIdentifier| Name | Description | Type | Additional 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| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
- |
|
| Content | HttpContent |
- |
|
| StatusCode | HttpStatusCode |
- |
|
| ReasonPhrase | string |
- |
|
| Headers | Collection of Object |
- |
|
| RequestMessage | HttpRequestMessage |
- |
|
| IsSuccessStatusCode | boolean |
- |