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

-

IsVisible

Whether the clientplan part is visible

boolean

-

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

-

Content

HttpContent

-

StatusCode

HttpStatusCode

-

ReasonPhrase

string

-

Headers

Collection of Object

-

RequestMessage

HttpRequestMessage

-

IsSuccessStatusCode

boolean

-