POST Clients/CarePlan?validateOnly={validateOnly}

Add clientCarePlan

Request Information

URI Parameters

NameDescriptionTypeAdditional information
validateOnly

Validate data, but don't post it

boolean

Default value is False

Body Parameters

ClientCarePlan data

ClientCarePlanDTO
NameDescriptionTypeAdditional information
ClientCarePlanID

Client Care Plan ID

integer

None.

ClientID

Client ID

integer

None.

CarePlanID

Care Plan ID

integer

None.

StartDateUtc

Start Date Utc

date

None.

StopDateUtc

Stop Date Utc

date

None.

RecordState

Record State

ClinicalRecordState

None.

RecordStateReason

Record State Reason

string

None.

CreatedByUserID

Created By User ID

integer

None.

LastUpdatedByUserID

Last Updated By User ID

integer

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.

Title

Title

string

None.

CarePlanName

Care Plan Name

string

None.

CarePlanResponseCodeTableID

Care Plan Response Code Table ID

integer

None.

Entries

Care Plan Entries

Collection of ClientCarePlanEntryDTO

None.

Summary

Summary

string

None.

Response Information

Resource Description

Success or not

IHttpActionResult

None.