POST PlanCare2Api/ClientplansV2/{clientplanId}/ClientplanPartInfo
Set Visible flag of ClientplanPartInfo
Requires 'Edit' permission for function ClientPlanOverview {7757BB23-A132-438A-9601-28E6BF9E4CA7}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientplanId | integer |
Required |
Body Parameters
ChangeOfClientplanPartInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeId |
Type of clientplan part. |
integer |
Conditional Required: Required when ClientplanPartInfo is posted |
| Name |
The name of the clientplan part. Ignored when ClientplanPartInfo in posted |
string |
None |
| IsVisible |
Whether the clientplan part is visible |
boolean |
None |
Request Formats
application/json, text/json
Sample:
{
"TypeId": 1,
"Name": "sample string 2",
"IsVisible": true
}
application/xml, text/xml
Sample:
<ChangeOfClientplanPartInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan"> <IsVisible>true</IsVisible> <Name>sample string 2</Name> <TypeId>1</TypeId> </ChangeOfClientplanPartInfo>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None |
|
| Content | HttpContent |
None |
|
| StatusCode | HttpStatusCode |
None |
|
| ReasonPhrase | string |
None |
|
| Headers | Collection of Object |
None |
|
| RequestMessage | HttpRequestMessage |
None |
|
| IsSuccessStatusCode | boolean |
None |